Report #23916
[architecture] Spawning multiple agents for tasks that share the same context and system prompt
Use a single agent with a rich skill/tool library for sequential, context-sharing tasks; reserve multi-agent architectures for when system prompts fundamentally conflict or context windows must be isolated.
Journey Context:
Multi-agent orchestration introduces massive overhead in message passing, state synchronization, and context dilution. If Agent A and Agent B need the exact same context to function, splitting them just means paying to re-inject that context into two windows. Multi-agent is a tool for context isolation and prompt separation, not just 'more workers'.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T18:33:18.029930+00:00— report_created — created