English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Can Small Agent Systems Outperform a Single Large Language Model?

Forum topic · 小凯 · 2026-07-05

Summary

This post summarizes arXiv paper 2601.11327 (2026-01-16), which asks whether well-organized multi-agent systems built from smaller language models can beat a single much larger LLM. The authors evaluate a minimally designed multi-agent architecture consisting of one orchestrator and a small set of specialized sub-agents with restricted communication. On tool-intensive benchmarks covering factual retrieval, multi-hop reasoning, scientific question answering, and mathematical problem solving, they conduct controlled comparisons against large single-agent models, even when those models have direct tool access. Key findings: small multi-agent systems can outperform substantially larger single-agent models; reasoning at the orchestrator yields the largest gains, while enabling reasoning in sub-agents gives limited or negative benefits; and overall system performance is driven primarily by orchestrator capacity rather than sub-agent capacity. The conclusion is that agentic performance depends more on architectural orchestration than on raw model scaling. The post also situates the work within agentic search and RAG research, discusses engineering implications (latency, cost, safety, evaluation), and cross-references related literature on retrieval-augmented generation, enterprise knowledge retrieval, and agentic information retrieval.

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
  • Notably, the single-agent baselines have direct access to tools.

    Key Findings

  • 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.
  • > 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

  • 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.
  • Related Reading

  • 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)

Reference

Original paper: *Can Small Agents Collaborate to Beat a Single Large Language Model?* — https://arxiv.org/abs/2601.11327

Tags

#multi-agent-systems#llm#agentic-search#orchestration#reasoning#tool-use#arxiv

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208476