Multi-Agent LLMs Fail to Explore Each Other
Summary
This paper identifies that current LLM agents fail to systematically explore their peers, leading to poor coordination, and introduces MACE, a lightweight framework using contextual bandits for effective peer selection.
View Cached Full Text
Cached at: 07/15/26, 12:18 AM
Paper page - Multi-Agent LLMs Fail to Explore Each Other
Source: https://huggingface.co/papers/2607.11250 1️⃣ We find that current LLM agents, including frontier models, often fail to systematically explore their peers. Instead, they prematurely commit to a small number of agents, producing myopic and highly polarized interaction patterns.
2️⃣ 𝘞𝘩𝘺 𝘥𝘰𝘦𝘴 𝘵𝘩𝘪𝘴 𝘮𝘢𝘵𝘵𝘦𝘳? In real-world multi-agent systems, agents may possess different knowledge, capabilities, and areas of expertise. To collaborate effectively, an agent must explore its peers, identify complementary strengths, and learn whom to interact with in different contexts. Without effective exploration, even a system of individually capable agents can suffer from poor coordination and miss valuable information.
3️⃣ To address this, we introduce 𝑴𝒖𝒍𝒕𝒊-𝑨𝒈𝒆𝒏𝒕 𝑪𝒐𝒏𝒕𝒆𝒙𝒕𝒖𝒂𝒍 𝑬𝒙𝒑𝒍𝒐𝒓𝒂𝒕𝒊𝒐𝒏 (𝑴𝑨𝑪𝑬), a lightweight framework that uses structured, contextual-bandit-based peer selection to help agents discover effective collaborators.
4️⃣ Theoretically, MACE achieves sublinear regret, whereas non-exploring strategies incur linear regret. Importantly, the value of exploration grows as the agents become more diverse.
🎯 Our results highlight a fundamental lesson for multi-agent autonomy: building stronger individual agents is not enough. We must also enable them to systematically discover and learn from one another.
Similar Articles
Beyond Individual Intelligence: Surveying Collaboration, Failure Attribution, and Self-Evolution in LLM-based Multi-Agent Systems
This survey paper provides a unified review of LLM-based multi-agent systems, focusing on collaboration, failure attribution, and self-evolution through the LIFE framework, identifying open challenges and proposing a cross-stage research agenda.
New LLM Coordination Benchmark - Benchmarking Open-Ended Multi-Agent Coordination in Language Agents [R]
Introduces a new benchmark for evaluating multi-agent coordination in LLMs, finding that most models struggle with long-horizon open-ended tasks, but Gemini 3.1 Pro performs comparably to trained MARL agents on the hardest setting.
Look Before You Leap: Autonomous Exploration for LLM Agents
This paper identifies autonomous exploration as a critical capability for LLM agents and proposes the Explore-then-Act paradigm, which decouples information gathering from task execution to improve adaptability and real-world performance. It also introduces Exploration Checkpoint Coverage as a verifiable metric for evaluating exploration breadth.
Mixture of Complementary Agents for Robust LLM Ensemble
Proposes a framework for selecting complementary LLMs as proposers in ensemble systems, reformulating proposer selection as a combinatorial problem and exploring greedy algorithms for efficient performance-cost trade-offs.
When Planning Fails Despite Correct Execution: On Epistemic Calibration for LLM-Based Multi-Agent Systems
This paper identifies a failure mode in LLM-based multi-agent systems where plans fail due to agents misjudging their knowledge (epistemic miscalibration) and proposes EPC-AW, a workflow that uses information-consistency and epistemic state refinement to improve system-level success by 9.75%.