Can Small Agents Collaborate to Beat a Single Large Language Model?
Metadata
| Field | Value | |---|---| | Title | Can Small Agents Collaborate to Beat a Single Large Language Model? | | Authors | Agata Żywot, Xinyi Chen, Yifei Yuan, Anders Søgaard, Maarten de Rijke | | Published | 2026-01-16 | | Source | https://arxiv.org/abs/2601.11327 | | Type | Academic paper | | Section | Agentic Search |
One-line Summary
A minimal multi-agent system — one orchestrator plus a few specialized sub-agents — can outperform a much larger single LLM on tool-intensive tasks, suggesting orchestration matters more than raw model scale.
Background and Motivation
Recent progress in language modeling has largely relied on scaling model size, yet larger models do not reliably improve performance on tasks requiring multi-step reasoning and tool use. Multi-agent collaboration offers a potential alternative, raising the key question: can well-organized systems built from smaller models outperform much larger language models? The paper addresses this with a minimally designed multi-agent system featuring a single orchestrator and a small set of specialized sub-agents with restricted communication.
Experimental Setup
The authors run controlled comparisons between small multi-agent systems and large single-agent models on tool-intensive benchmarks spanning:
- Factual retrieval
- Multi-hop reasoning
- Scientific question answering
- Mathematical problem solving
- Small multi-agent systems can outperform substantially larger single-agent models, even when the latter have direct tool access.
- Reasoning at the orchestrator yields the largest gains.
- Enabling reasoning in sub-agents provides limited or even negative benefits.
- Overall system performance is driven primarily by orchestrator capacity, not sub-agent capacity.
- Experimental scale may be bounded by compute budgets; benchmarks may not match real user distributions.
- English-centric data leaves cross-lingual generalization untested.
- Open questions include test-time compute allocation efficiency, deeper integration with knowledge graphs, safety of agent systems on the open web, and multi-modal extension.
- A Systematic Framework for Enterprise Knowledge Retrieval (arXiv 2512.05411)
- Retrieval Augmented Generation and Understanding in Vision: A Survey (arXiv 2503.18016)
- Synergizing RAG and Reasoning: A Systematic Review (arXiv 2504.15909)
- AceSearcher: Bootstrapping Reasoning and Search for LLMs via RL (arXiv 2509.24193)
- Agentic Information Retrieval (arXiv 2410.09713)
Notably, the single-agent baselines have direct access to tools.
Key Findings
> These results suggest that improved agentic performance depends more on architectural orchestration than on raw model scaling.
Implications for Search, Recommendation, and Personalization
1. Architecture: The agentic paradigm turns retrieval count and strategy itself into a learnable/decidable object, beyond classic cascade pipelines. 2. Evaluation: Offline metrics are diverging from online satisfaction; LLM-as-judge should be cross-validated with human evaluation. 3. Engineering: Latency, cost, interpretability, and safety remain hard constraints for production deployment. 4. Compute allocation: Budget reasoning capacity at the orchestrator level first; extra reasoning in sub-agents may hurt.
Limitations and Open Questions
Related Reading
Reference
Original paper: *Can Small Agents Collaborate to Beat a Single Large Language Model?* — https://arxiv.org/abs/2601.11327