Communication Causes LLM Agent Outputs to Converge

Zewen Liu· July 3, 2026 View original

Summary

This research introduces BOUNDARY_SYNC, a protocol to measure representational coupling in multi-agent LLM systems, revealing that inter-agent communication significantly homogenizes text outputs and can diversify image outputs. The study finds coupling is prompt-driven and stateless, with implications for multi-agent system design.

As Large Language Models (LLMs) are increasingly deployed as communicating agents, a critical question arises: does their interaction lead to a convergence of their outputs? This paper introduces BOUNDARY_SYNC, a novel protocol designed to quantify "representational coupling" using a metric called the Coupling Amplification Factor (CAF). A CAF less than 1 indicates homogenization, while greater than 1 suggests diversification. Through controlled experiments involving 30 GPT-4o agents and nearly 10,000 API calls, the study measured coupling in both text and image communication. Key findings include a significant homogenization effect (CAF=0.803) when agents communicate via text, meaning their outputs become more similar. Conversely, image communication showed a tendency towards diversification (CAF > 1). The research also revealed extreme variation in coupling across different models and that coupling is primarily driven by the immediate prompt context rather than cumulative history, leading to monotonic convergence with continuous consensus. These results firmly establish that LLM agent coupling is a real, measurable phenomenon that can be controlled at the prompt level. This has direct and important implications for how multi-agent LLM systems should be designed to either encourage consensus or maintain diversity in their collective outputs.

Why it matters

For professionals designing and managing multi-agent AI systems, understanding how communication influences agent outputs is paramount. This research provides a framework and empirical evidence to predict and control whether agents converge or diversify, enabling more effective system design for collaboration, brainstorming, or consensus-building.

How to implement this in your domain

  1. 1Analyze existing multi-agent LLM systems for unintended homogenization or lack of diversity in outputs.
  2. 2Implement the BOUNDARY_SYNC protocol or similar metrics to measure representational coupling in agent interactions.
  3. 3Design prompts and communication protocols specifically to either encourage convergence or diversification based on task requirements.
  4. 4Experiment with different communication modalities (text vs. image) to achieve desired coupling effects.
  5. 5Train teams on the principles of communication-induced coupling to optimize multi-agent system performance.

Who benefits

Software DevelopmentAI ResearchCollaborative RoboticsStrategic PlanningContent Generation

Key takeaways

  • Inter-agent communication in LLM systems causes representational coupling.
  • Text communication tends to homogenize outputs, while image communication can diversify them.
  • The Coupling Amplification Factor (CAF) measures this effect.
  • Coupling is prompt-driven and stateless, allowing for control at the prompt level.

Original post by Zewen Liu

"arXiv:2607.01600v1 Announce Type: new Abstract: As large language models (LLMs) are deployed as communicating agents, does inter-agent communication cause outputs to converge? We introduce BOUNDARY_SYNC, a protocol measuring representational coupling via the Coupling Amplificatio…"

View on X

Originally posted by Zewen Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses