Reading / 2026-05/2026-05-03t110055-getting-up-to-speed-on-multi-agent-systems-part-5-debate
Getting Up to Speed on Multi-Agent Systems, Part 5: Debate, State, and Coordination
Surveys four papers on how multiple LLM agents should interact — convergent debate, adversarial debate, shared-notebook state, and the CALM theorem — arguing that coordination structure must match task structure, and that distributed systems theory offers untapped formalisms for the field.
May 03, 2026 · tech · Christopher Meiklejohn
Topics
- multi-agent-systems
- llm-agents
- agent-coordination
- distributed-systems
- llm-orchestration
Cited by
- Agent coordination
How multiple LLM agents divide work, share state, and handle failures, with research showing that coordination structure must match task structure and that poor coordination causes the majority of multi-agent system failures.
- Distributed systems
Distributed systems problems — coordination, state management, failure recovery, and observability — recur across cloud infrastructure, durable execution, multi-agent AI, and formal verification research.
- LLM Agents
LLM agents are software systems that pair a language model with tools, memory, and control flow to accomplish multi-step tasks autonomously; the emerging consensus is that reliability requires engineering constraints, not better prompts.
- LLM orchestration
LLM orchestration covers the control structures, harness designs, and coordination patterns that govern how language models are invoked, sequenced, and supervised — whether in single-agent loops or across distributed multi-agent pipelines.
- Multi-agent systems
Multi-agent systems coordinate multiple LLM-backed agents to handle tasks too large or complex for a single context window, but empirical research shows failure rates of 41–87% in production, making coordination structure and verification as important as raw model capability.
Related
- Your agent loves MCP as much as you love GUIstopic
- The Orchestrator Isn't Your Moattopic
- Scaling Managed Agents: Decoupling the Brain from the Handstopic
- Don't Prompt Your Agent for Reliability — Engineer Ittopic
- Vibe Training: Auto Train a Small Language Model for Your Use Casetopic
- Ibrahim-3d/orchestrator-supaconductortopic
- Harness Design for Long-Running Application Developmenttopic
- The Three Durable Function Formstopic