arXiv 2605.29612v1May 28, 2026

CONCAT: Consensus- and Confidence-Driven Ad Hoc Teaming for Efficient LLM-Based Multi-Agent Systems

Ziyang Ma et al.

Brief context

Publication timing, weekly edition context, and source links for this brief.

Published

May 28, 2026, 8:47 AM

Current score

77

Original paper

The executive brief below is grounded in the source paper and linked back to the arXiv abstract.

Although large language model (LLM) based multi-agent systems (MAS) show their capability to solve complex tasks and achieve higher performance over single agent systems, they lead to huge computational overheads because of heavy communication between agents. Previous research has made efforts to train a sparse multi-agent graph or fine-tune a planner to orchestrate the workflow better. However, such extra training processes introduce computational costs and limit MAS to specific domains, therefore compromising their generalizability. In this paper, we propose CONCAT, a training-free multi-agent collaboration framework based on CONsensus and Confidence-driven Ad hoc Teaming to efficiently organize agent interactions. Specifically, agents are clustered based on their initial answers, and leaders of each cluster are selected based on the agents' confidence. Then, a heuristic function based on the Theory of Mind is designed to predict the collaboration benefits between every two leaders according to their answers and confidence. Finally, an ad hoc multi-agent network is organized after evicting a percentage of communications based on the predicted benefits. Experiments across three LLMs and three benchmarks show that CONCAT achieves up to 2.02x higher efficiency (accuracy/latency ratio) than LLM-Debate and outperforms training-aware methods such as AgentDropout, while reducing average latency by 50.1% on Qwen2.5-14B-Instruct, without any task-specific training.

Score 77Full-paper briefagentsinferencetraininginfra

Executive brief

A short business-reader brief that explains why the paper matters now and what to watch or do next.

Why this is worth your attention

Multi-agent LLM systems are starting to hit an operational bottleneck: the agents talk too much, making workflows slower, pricier, and sometimes worse. CONCAT treats that as an orchestration problem, not a model-size problem, by selecting confident representatives and only routing exchanges predicted to help. The paper reports roughly half the latency or token overhead in some benchmark settings without task-specific training, which makes selective agent communication a near-term platform design issue. The catch is that the evidence is still benchmark-bound and depends on imperfect confidence signals, so this is a pattern to test rather than a plug-and-play guarantee.

  • The paper’s useful provocation is that extra agent-to-agent communication is often waste, and sometimes harmful. If that holds in production, teams should cap, route, and audit agent handoffs instead of defaulting to all-agents-talk-to-all-agents designs.
  • A serious agent platform should be able to explain when it suppresses redundant model calls, how it chooses a representative agent, and what evidence causes one agent to consult another. CONCAT’s savings come from that control layer, not from a new base model.
  • The business case is strongest where selective orchestration preserves answer quality while cutting latency and token spend. In the paper, the headline signal is up to 2.02× better accuracy/latency efficiency and roughly half the token use versus dense multi-agent baselines in some settings.
  • The routing decision depends heavily on model confidence, approximated by average token probability. That is a fragile proxy: the authors themselves note a case where random edge pruning beats CONCAT on MMLU, likely because confidence calibration breaks on heterogeneous knowledge tasks.
  • The next meaningful test is not another clean benchmark; it is whether this routing pattern holds on long-running, tool-using workflows where agents have uneven expertise, changing context, and business-specific prompts. The reported experiments are still narrow, and some implementation choices appear task- and role-dependent.

Evidence ledger

The strongest claims in the brief, along with the confidence and citation depth behind them.

traininghighp.1p.4

CONCAT is a training-free orchestration method that clusters agents by initial answers, selects confident leaders, and prunes low-value communications.

inferencehighp.1p.1

Across the reported settings, CONCAT improves accuracy/latency efficiency and reduces latency versus dense debate baselines.

inferencehighp.16

CONCAT materially reduces token consumption in the reported Llama-3-8B multi-agent experiments.

caveatmediump.14p.8

The method’s routing quality depends on confidence calibration, which is a known weak point in the paper’s own results.

Related briefs

More plain-English summaries from the archive with nearby topics or operator relevance.

cs.AI

Mimosa Framework: Toward Evolving Multi-Agent Systems for Scientific Research

Martin Legrand et al.

cs.LG

AgentOpt v0.1 Technical Report: Client-Side Optimization for LLM-Based Agent

Wenyue Hua et al.

cs.CL

Courtroom-Style Multi-Agent Debate with Progressive RAG and Role-Switching for Controversial Claim Verification

Masnun Nuha Chowdhury et al.

cs.MA

More Capable, Less Cooperative? When LLMs Fail At Zero-Cost Collaboration

Advait Yadav, Sid Black, Oliver Sourbut

Thank you to arXiv for use of its open access interoperability. This product was not reviewed or approved by, nor does it necessarily express or reflect the policies or opinions of, arXiv.
LightDark