Report #3105
[architecture] Multi-agent workflow is slow, expensive, and agents loop without converging
Keep agent fan-out shallow; set per-step budgets \(max turns, tokens, recursion limit\) and require an aggregator or verifier node before any result leaves the swarm.
Journey Context:
It's tempting to add a planner that spawns sub-agents recursively. Each level adds latency and context-window pressure, and loosely constrained agents can talk past each other. Cap depth, give every sub-task a clear deliverable, and route outputs through a single verifier before external action. This matches Swarm's routine pattern: finite, explicit handoffs rather than open-ended chat.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T15:30:44.421799+00:00— report_created — created