AgentRoom: Concurrent Multi-Agent Coding in a CRDT-Backed Shared Workspace
Abstract
AgentRoom enables concurrent multi-agent coding through real-time collaborative editing and shared filesystem coordination, reducing task abandonment and improving consistency compared to solo or uncoordinated parallel approaches.
Concurrent multi-agent coding promises division of labor across modules, robustness through redundancy, and parallel exploration at the natural granularity of multi-file projects. Realtime collaborative editing protocols solve this coordination problem for human teams via Conflict-free Replicated Data Types (CRDTs), but the LLMs underneath generate one token at a time and existing multi-agent coding systems inherit this serial limit: they either sequence agents through phase handoffs or pool independent samples without coordination, and a single agent abandons up to half of hard tasks with a one-file stub-and-exit. AgentRoom is a realtime collaborative editing protocol for concurrent coding agents. Its runtime layer exposes file-level claim, status, and broadcast as MCP tools on a CRDT-merged shared filesystem. Five frontier coding-CLI models ran four backend coding tasks, with cross-language checks in Python DevBench and Rust+axum. For CLI-stable models, AgentRoom with 2 agents abandons fewer tasks than Solo and has less run-to-run variation. At matched-compute, one positive mean LLM-judge contrast puts AgentRoom over parallel-merge. The other contrast, a bundle probe, puts full AgentRoom above each partial case: an ordering rather than a percentage split. Coordination, not parallelism or CRDT-merge, bears the load.
Community
Our research question: can we make a channel that helps real-time collaboration for AI coding work? We leveraged Conflict-free Replicated Data Type called CRDT for seamless communication. We call this channel a Room.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Evaluating Agentic Code Repair Capabilities in Distributed Systems (2026)
- ClawArena-Team: Benchmarking Subagent Orchestration and Dynamic Workflows in Language-Model Agents (2026)
- When Agents Coordinate: Measuring Coordination in Multi-Agent AI Coding (2026)
- AgentRadio: Passive Awareness for Long-Horizon Multi-Agent Collaboration (2026)
- ATM: CID-Brokered Pre-Write Admission for Multi-Agent Code Co-Synthesis (2026)
- Evaluating Skills, Not Just Agents: Agentic Continuous Evaluation of Skills (2026)
- The Collaboration Tax: How Much LLM Multi-Agent Systems Pay to Coordinate (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.23740 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper