Ripple Effect Protocol: Coordinating Agent Populations

Reference: Chopra, Sharma, Ahmad, Muscariello, Pandey, Raskar (2025). arXiv:2510.16572 (Project Iceberg, MIT / Cisco). Source file: 2510.16572v1.pdf. URL

Summary

REP is a coordination protocol for populations of LLM agents that augments existing messaging (A2A, ACP, SLIM) with sensitivity sharing: agents broadcast not only their decisions but lightweight signals expressing how those decisions would change under counterfactual environmental shifts. Neighbours aggregate these sensitivities into shared coordination variables, letting groups converge faster and more stably than with decision-only exchange.

The protocol separates cognition (local LLM policy) from coordination (aggregation + optional consensus). Experiments on the Beer Game (bullwhip reduction of 41.8%), Fishbanks (sustainability +25%), and movie-scheduling show 41-100% coordination-accuracy gains over A2A baselines and scale from 10 to 200 agents.

Key Ideas

  • Sensitivity = textual or numeric derivative of a decision w.r.t. environment.
  • Four-step round: receive, decide+sensitivity, aggregate neighbors, optional median consensus.
  • Modality-agnostic aggregator phi (numeric gradient or LLM-synthesized textual update).
  • Transport-agnostic: works over SLIM, A2A, ACP.
  • Mitigates information cascades / bullwhip effects in open agent networks.

Connections

Conceptual Contribution

Tags

#coordination #multi-agent-systems #llm-agents #protocols

Backlinks