Agent Frameworks

More agents isn't better: New study reveals diminishing returns in LLM multi-agent systems

Adding more AI agents can actually hurt performance due to coordination overhead, not just context limits.

Deep Dive

A new arXiv paper by Jialing Li, Zhouhong Gu, Yin Cai, and Hongwei Feng systematically investigates how performance changes as the number of agents increases in LLM-driven multi-agent systems (MAS). Their proposed Sequential Iterative Multi-Agent System (SIMAS) framework isolates the effect of agent count by using a homogeneous setup—same LLM for all agents—and sequential inter-agent communication. Through extensive experiments across diverse tasks and model scales, they found that MAS performance does not scale monotonically: there is an initial increase due to collaborative synergy, followed by a plateau and eventual decline due to coordination overhead.

The key insight is that coordination overhead—not merely long-context failures—is the primary culprit behind performance degradation in larger systems. The study also shows that the optimal number of agents depends on both the task type and the base LLM's capability; weaker models benefit less from adding agents. The findings challenge the prevailing assumption that more agents always lead to better outcomes, offering practical guidance for designing efficient collaborative AI systems.

Key Points
  • MAS performance follows a pattern of diminishing returns: collaborative synergy is eventually outweighed by coordination overhead.
  • The study uses the SIMAS framework with homogeneous agents to isolate scaling effects, eliminating model or knowledge heterogeneity.
  • Optimal agent count is task-dependent and requires a sufficiently capable base LLM; weaker models show little benefit from increased agent count.

Why It Matters

Engineers should design multi-agent systems strategically—more agents can degrade performance due to coordination costs.