AgentRoom Gives Concurrent Coding Agents a CRDT-Merged Filesystem With Claim and Broadcast as MCP Tools; Coordination Carries the Gain, Not Parallelism
AgentRoom applies realtime collaborative editing to concurrent coding agents, exposing file-level claim, status and broadcast as MCP tools over a CRDT-merged shared filesystem. The motivating failure is that a single agent abandons up to half of hard tasks with a one-file stub-and-exit, while existing multi-agent systems either sequence agents through phase handoffs or pool independent samples with no coordination. Across five frontier coding-CLI models on four backend tasks with cross-language checks in Python DevBench and Rust+axum, two-agent AgentRoom abandons fewer tasks than solo runs with less run-to-run variation. The ablation is the useful part: coordination, not parallelism and not the CRDT merge itself, bears the load.
↳ Follow the thread