The Interaction Tax: When Communication Erases Diversity in Multi-Agent Teams

2026-08-24Multiagent Systems

Multiagent SystemsArtificial Intelligence
AI summary

The authors study whether having multiple language models (agents) talk to each other helps solve problems better. They find that when agents share complete answers, they quickly become too similar, losing the benefit of diversity, which they call the 'interaction tax.' Instead, letting each agent work independently often works better under the same limits. Interaction helps only if agents exchange useful information at the right times, especially if errors are easy to spot and fix.

multi-agent systemslarge language modelsmodel interactiondiversity collapseverification scoringindependent proposal generationcritique loopsinteraction taxmixture-of-agents
Authors
Summer Eunhyung Ann, Haokun Liu, Chenhao Tan
Abstract
Does multi-agent LLM interaction help or hurt? Some work reports gains from debate (Du et al., 2024), critique loops (Chen et al., 2025), and mixture-of-agents synthesis (Wang et al., 2025), while other work finds that interaction adds cost without improving quality under equal budgets (Tran & Kiela, 2026; Xu et al., 2026; Jarrett et al., 2025), or that independent sampling already captures multi-agent gains (Li et al., 2024). We argue this contradiction partly reflects a missing distinction, because not all multi-agent communication is equal. Different model families find structurally different solutions, but when agents read each other's complete outputs, their proposals converge within one round, erasing the diversity that motivates using multiple models. We call this the interaction tax. We test 11 verifier-scored optimization tasks under matched budgets and find that full-solution interaction is a weak default. Independent proposal generation avoids this collapse. Full-solution interaction mainly makes agents stay close to the first solution they see instead of trying different approaches, and critique helps only if the violated rule is easy for the LLM to find and fix. These results suggest that multi-agent performance depends less on the number of agents than on the information they exchange, and interaction helps only when agents share the right information at the right time.