Why don't LLM agents naturally explore each other in teams?
Multi-agent LLM systems are assumed to develop good interaction strategies through peer exploration, but do agents actually probe each other's capabilities before committing to strategies? What blocks emergent exploration?
Multi-agent LLM systems tacitly assume that reliable collective behavior emerges from agent-to-agent interaction — agents will probe each other, infer capabilities, and settle on good interaction strategies. This paper shows the assumption fails. Modern LLM agents interacting with one another exhibit myopic and polarized interaction patterns: they commit prematurely to a peer or strategy, select peers poorly, and accumulate higher regret. The RL framing is that exploration is foundational to autonomous behavior, and LLM agents simply do not do it on their own.
The formalization is a Multi-Agent Exploration problem modeled as a partially observable stochastic game (POSG): each agent must probe peers to infer their capabilities before it can identify who to interact with and how. The fix, MACE, is lightweight — it explicitly induces exploration through structured peer selection rather than hoping it emerges — and improves both exploration behavior and downstream performance, with gains that transfer to unseen tasks. Theoretically, the value of exploration increases with agent diversity: the more heterogeneous the population, the more there is to learn by probing, and the costlier premature commitment becomes.
This slots into a recurring diagnosis of multi-agent LLM failure as premature convergence. Since Why do multi-agent LLM systems converge without genuine deliberation?, the exploration failure looks like the interaction-selection analogue of the deliberation failure — agents collapse onto a choice before probing alternatives. And it sharpens why Does cognitive diversity alone improve multi-agent ideation quality?: diversity only pays off if agents actually explore it, which they must be explicitly guided to do.
Inquiring lines that read this note 1
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
Can debate mechanisms prevent silent agreement on wrong answers in multi-agent reasoning?Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Why do multi-agent LLM systems converge without genuine deliberation?
Multi-agent reasoning systems are designed to improve answers through debate, but often agents simply agree with early confident claims rather than genuinely disagreeing. What drives this pattern and how common is it?
same premature-commitment pathology, here in peer selection rather than deliberation
-
Does cognitive diversity alone improve multi-agent ideation quality?
This explores whether diverse perspectives in group AI systems automatically produce better ideas, or if something else—like expertise—is equally critical for collaborative ideation to outperform solo agents.
the exploration value grows with diversity, but diversity only pays off if agents explore it
-
Do self-organizing agent teams outperform rigid hierarchies?
This research explores whether multi-agent LLM systems perform better when agents can self-select roles within a fixed structure, compared to centralized control or full autonomy. The question challenges assumptions about organizational design at scale.
structured protocols outperform pure emergence, echoing structured peer selection over emergent exploration
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Multi-Agent LLMs Fail to Explore Each Other
- Cultural Evolution of Cooperation among LLM Agents
- Large Language Model based Multi-Agents: A Survey of Progress and Challenges
- Dynamic LLM-Agent Network: An LLM-agent Collaboration Framework with Agent Team Optimization
- Can large language models explore in-context?
- Drop the Hierarchy and Roles: How Self-Organizing LLM Agents Outperform Designed Structures
- Evaluation and Benchmarking of LLM Agents: A Survey
- ReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs
Original note title
LLM agents fail to explore each other in multi-agent systems and must be explicitly guided to probe peers