Capable language models can outgrow the benefits of collaboration
Summary
A controlled experiment investigated when multi-agent coordination in LLM-based systems (agents) outperforms a strong single agent. Researchers evaluated 260 configurations across six benchmarks, five architectures (single-agent, independent, centralized, decentralized, hybrid), and three LLM families (OpenAI, Google, Anthropic). The study found that single-agent baseline performance is the most robust predictor of coordination benefits. A capability-saturation threshold of approximately 45% was identified, beyond which additional agents are unlikely to improve performance, correctly predicting the effect in 94% of validation configurations on SWE-bench Verified and Terminal-Bench. A predictive model achieved cross-validated R^2 = 0.373 (0.413 with a task-grounded capability metric) and selected the best architecture in 87% of held-out configurations. Multi-agent systems showed performance changes ranging from +80.8% on financial reasoning to -70.0% on sequential planning.
Key takeaway
For AI Architects designing LLM-based agent systems, you should critically evaluate single-agent baseline performance before implementing multi-agent coordination. If your single agent achieves over 45% success, adding more agents is unlikely to improve performance and will likely introduce overhead. Prioritize multi-agent architectures like centralized or decentralized for tasks with natural decomposability, such as financial analysis, where parallel information streams are beneficial. Avoid multi-agent systems for highly sequential planning tasks, as they often degrade performance due to coordination complexity.
Key insights
Multi-agent LLM systems often degrade performance; single-agent capability and task decomposability predict coordination benefits.
Principles
- Coordination overhead grows superlinearly with agents.
- Single-agent baseline predicts multi-agent gain.
- Task decomposability is key for MAS benefits.
Method
A controlled experiment varied coordination structure and model capability across 260 configurations, six benchmarks, five architectures, and three LLM families. A linear regression model was fitted using empirical coordination metrics.
In practice
- Use single-agent for tasks with >45% baseline.
- Centralized MAS for decomposable financial tasks.
- Avoid MAS for sequential planning tasks.
Topics
- Multi-Agent Systems
- LLM Agents
- Agentic Benchmarks
- Coordination Architectures
- Performance Prediction
- Capability Saturation
Code references
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, AI Architect
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Nature Machine Intelligence.