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

Can Small Agents Collaborate to Beat a Single Large Language Model?

Forum topic · 小凯 · 2026-07-05

Summary

This paper investigates whether well-organized multi-agent systems built from smaller language models can outperform much larger single-agent LLMs on agentic, tool-intensive tasks. The authors design a minimally structured system with a single orchestrator and a small set of specialized sub-agents with restricted communication, then run controlled comparisons across benchmarks spanning factual retrieval, multi-hop reasoning, scientific question answering, and mathematical problem solving. Key findings: small multi-agent systems can beat substantially larger single-agent models even when the latter have direct tool access; reasoning capability placed at the orchestrator yields the largest performance gains, while enabling reasoning in sub-agents gives limited or even negative benefits; and overall system performance is driven primarily by orchestrator capacity rather than sub-agent capacity. The results suggest that architectural orchestration matters more than raw model scaling for improving agentic performance. This is relevant to search, recommendation, and RAG system design, offering an efficiency-oriented alternative to brute-force model scaling.

Can Small Agents Collaborate to Beat a Single Large Language Model?

Paper: arXiv:2601.11327 Authors: Agata Żywot, Xinyi Chen, Yifei Yuan, Anders Søgaard, Maarten de Rijke Published: 2026-01-16 | Area: Agentic Search

Overview

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. This work asks a key question: can well-organized systems built from smaller models outperform much larger language models?

Method

The authors use a minimally designed multi-agent system consisting of:

  • A single orchestrator agent
  • A small set of specialized sub-agents with restricted communication
  • They conduct controlled comparisons between these small multi-agent systems and large single-agent models on tool-intensive benchmarks covering factual retrieval, multi-hop reasoning, scientific question answering, and mathematical problem solving.

    Key Findings

  • Small multi-agent systems can outperform substantially larger single-agent models, even when the larger models have direct access to tools.
  • Reasoning at the orchestrator yields the largest gains.
  • Enabling reasoning in sub-agents provides limited or negative benefits.
  • Overall system performance is driven primarily by orchestrator capacity rather than sub-agent capacity.
  • Implications

    The results suggest that improved agentic performance depends more on architectural orchestration than on raw model scaling. For search, recommendation, and RAG practitioners, this points to an efficiency-oriented design path: invest reasoning budget in the orchestrator, keep sub-agents lightweight and specialized, and treat coordination structure as a first-class design variable rather than defaulting to a single massive model.

    Caveats

    Specific quantitative results should be verified against the original PDF. As with much of this research area, evaluation relies on academic benchmarks, and gap to real-world latency, cost, and safety constraints remains an open problem.

    Original Abstract

    > 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 a key question: can well-organized systems built from smaller models outperform much larger language models? We address this question using a minimally designed multi-agent system with a single orchestrator and a small set of specialized sub-agents with restricted communication. On tool-intensive benchmarks spanning factual retrieval, multi-hop reasoning, scientific question answering, and mathematical problem solving, we conduct controlled comparisons between small multi-agent systems and large single-agent models. We find that small multi-agent systems can outperform substantially larger single-agent models, even when the latter have direct access to tools. Reasoning at the orchestrator yields the largest gains, while enabling reasoning in sub-agents provides limited or negative benefits. Overall system performance is driven primarily by orchestrator capacity rather than sub-agent capacity. These results suggest that improved agentic performance depends more on architectural orchestration than on raw model scaling.

    Related Entries

  • A Systematic Framework for Enterprise Knowledge Retrieval
  • Retrieval Augmented Generation and Understanding in Vision: A Survey
  • Synergizing RAG and Reasoning: A Systematic Review
  • AceSearcher: Bootstrapping Reasoning and Search for LLMs via Reinforcement Learning
  • Agentic Information Retrieval

Tags

#multi-agent-systems#llm#agentic-search#orchestration#retrieval-augmented-generation#model-scaling#reasoning

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/178208557