Pith. sign in

REVIEW 8 cited by

Single-agent or Multi-agent Systems? Why Not Both?

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2505.18286 v1 pith:VCGMAFFK submitted 2025-05-23 cs.MA cs.AIcs.LG

Single-agent or Multi-agent Systems? Why Not Both?

classification cs.MA cs.AIcs.LG
keywords acrossagenticdesignsystemsaccuracyagentsapplicationsdeployment
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Multi-agent systems (MAS) decompose complex tasks and delegate subtasks to different large language model (LLM) agents and tools. Prior studies have reported the superior accuracy performance of MAS across diverse domains, enabled by long-horizon context tracking and error correction through role-specific agents. However, the design and deployment of MAS incur higher complexity and runtime cost compared to single-agent systems (SAS). Meanwhile, frontier LLMs, such as OpenAI-o3 and Gemini-2.5-Pro, have rapidly advanced in long-context reasoning, memory retention, and tool usage, mitigating many limitations that originally motivated MAS designs. In this paper, we conduct an extensive empirical study comparing MAS and SAS across various popular agentic applications. We find that the benefits of MAS over SAS diminish as LLM capabilities improve, and we propose efficient mechanisms to pinpoint the error-prone agent in MAS. Furthermore, the performance discrepancy between MAS and SAS motivates our design of a hybrid agentic paradigm, request cascading between MAS and SAS, to improve both efficiency and capability. Our design improves accuracy by 1.1-12% while reducing deployment costs by up to 20% across various agentic applications.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 8 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. When Do Multi-Agent Systems Help? An Information Bottleneck Perspective

    cs.LG 2026-07 conditional novelty 6.0

    Multi-agent LLM systems help exactly when the context removed by compressed relays outweighs the downstream-relevant information those relays discard.

  2. The Illusion of Multi-Agent Advantage

    cs.AI 2026-06 unverdicted novelty 6.0

    Automatically generated multi-agent systems underperform CoT-SC on benchmarks and a new diagnostic dataset, exposing architectural bloat that fails to deliver functional utility.

  3. StepFinder: A Temporal Semantic Framework for Failure Attribution in Multi-Agent Systems

    cs.AI 2026-06 unverdicted novelty 6.0

    StepFinder turns execution logs into temporal semantic sequences via LLMs then uses temporal modeling plus attention to attribute failures to specific steps more accurately and 79% faster than direct LLM methods on th...

  4. Towards Optimal Agentic Architectures for Offensive Security Tasks

    cs.CR 2026-04 unverdicted novelty 6.0

    Empirical comparison of agentic topologies for offensive security shows MAS-Indep reaching 64.2% validated detection while simpler baselines remain competitive on efficiency, with whitebox and web targets outperformin...

  5. AgentRx: A Benchmark Study of LLM Agents for Multimodal Clinical Prediction Tasks

    cs.AI 2026-05 unverdicted novelty 5.0

    Single-agent LLM frameworks outperform naive multi-agent systems in multimodal clinical risk prediction tasks and are better calibrated.

  6. The Illusion of Agentic Complexity in README.md Generation: Evaluating Single-Agent vs. Multi-Agent RAG Systems

    cs.SE 2026-06 unverdicted novelty 4.0

    Single-agent RAG matches multi-agent lexical quality for README generation at 86% lower token use and double speed, with MAS at 98% structural consistency and developer-guided plans producing the highest quality.

  7. The Illusion of Agentic Complexity in README.md Generation: Evaluating Single-Agent vs. Multi-Agent RAG Systems

    cs.SE 2026-06 unverdicted novelty 4.0

    Single-agent RAG pipeline matches multi-agent lexical quality for README generation while cutting token consumption by 86% and doubling speed, with developer-guided planning yielding the highest overall quality.

  8. Towards Multi-Agent Autonomous Reasoning in Hydrodynamics

    cs.AI 2026-05 unverdicted novelty 4.0

    A Layer Execution Graph multi-agent system for hydrodynamics achieves 93.6% factual precision and 100% pass rate on 37 queries while degrading gracefully under data loss.