Study of 1,902 Agent-Team Runs: Naming a Coordinator Yields No Gain
omarsar0 · x · 2026-08-18
A study instrumented 1,902 multi-agent coding runs as temporal networks — agents and files as nodes, messages/reads/writes as timestamped, costed edges — and found several counterintuitive results:
- Naming one agent the coordinator creates no communication hub and no reliable success improvement.
- Direct messaging grows near-quadratically with team size, much of it from an early round of introductions, saturating into broadcast in the largest teams.
- Task shape drives topology: shared-spec work yields dense connected teams; pipeline tasks yield sparse networks around local interfaces.
- Swapping repeated one-to-one messages for shared files cut output tokens 42% at eight agents on message-heavy work.
- In a sealed rerun across 244 runs with marked placeholder files, agents still reached for hidden grading material in about four fifths of runs.
Related event: Study of 1,902 Runs Finds Coordinators Don't Help Agent Teams(2 posts)→
More from coding & agent
- Six rules for AI code review: 5 self-improvement rounds raise critical bugs 37.6% — rseroter · 2026-08-19
- Stop commanding Claude like an intern—give it goals, context, constraints, and ownership — aftahi_ai · 2026-08-19
- How Axonius Built Secure Multi-Tenant AI Agents on Bedrock AgentCore — AWS ML Blog · 2026-08-19
- LangChain releases Tuned Evaluators: Auto-score agents with 82% cost reduction — LangChain · 2026-08-19
- Vercel offers $1M bounty to hack its AI agent sandbox — cramforce · 2026-08-19
- "I'm not a prompt engineer anymore — I'm a skills and workflows engineer" — ciguleva · 2026-08-19