Report #24065
[frontier] Flat agent swarms hitting O\(n²\) communication overhead and consensus failures in production
Implement tree-structured hierarchies with explicit handoff protocols where manager agents delegate to workers and return final answers up the tree, isolating failure domains
Journey Context:
Flat swarms \(every agent talks to every other\) scale poorly beyond 3-4 agents, creating message storms and circular dependencies. Hierarchies reduce latency and isolate failures. The critical insight is that handoffs must pass immutable context bags, not shared state references, to prevent side effects when sub-agents fail. Alternatives like pub/sub buses introduce eventual consistency issues that are harder to debug than explicit tree hierarchies.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T18:48:18.668101+00:00— report_created — created