NeFut Logo NeFut
Admin Login

[CS.AI] When Do Multi-Agent Systems Excel? An Information Bottleneck Perspective

Published at: 2026-07-21 22:00 Last updated: 2026-07-22 01:01
#AI #Machine Learning #optimization

Abstract

LLM powered multi-agent systems (MAS) have emerged as a promising paradigm for complex tasks. However, their advantages over single-agent systems (SAS) remain unclear, with performance varying inconsistently across settings. Here, we provide an information bottleneck perspective on elucidating the differences between MAS and SAS.

Our key observation is that a SAS accumulates its full reasoning trace in one shared context, while a MAS uses isolated local contexts connected by bounded relay messages. Under infinite relay bandwidth, any SAS can be simulated by a MAS that transmits the full upstream context. Thus, the nontrivial advantage of MAS arises under bounded relays, where compression introduces a fundamental trade-off: reducing redundant context can improve efficiency, but may also incur loss of task-relevant information.

We formalize this trade-off as an information bottleneck controlled by an effective parameter $\beta$, which captures how the balance shifts with model capability, showing that MAS gains arise when context reduction outweighs relay information loss. We conduct 18 controlled experiments across five benchmarks and three model scales to validate our theoretical studies.

We observe that MAS consistently helps when relays are near-sufficient, especially for weaker models. In contrast, MAS gains shrink or reverse when relays incur information loss, particularly for stronger models that can already extract useful information from redundant context, thus gaining little from compression.

Our study shows that multi-agent design is fundamentally an information-bottleneck optimization problem. This perspective explains when bounded inter-agent communication helps or hurts.

Blogger's Review: This study provides an in-depth exploration of the advantages and limitations of multi-agent systems through the lens of information bottlenecks, particularly focusing on the trade-off between relay efficiency and information retention. The significant performance variance in MAS based on model capabilities highlights the need for careful agent configuration in practical applications, offering valuable theoretical and experimental insights for future designs.

Original Source: https://arxiv.org/abs/2607.16133

[h] Back to Home