Report #71744
[architecture] Context explosion and state desynchronization when passing full history between collaborating agents
Use a shared blackboard architecture \(or scratchpad\) for shared state, where agents read from and write to a structured, centralized state object, rather than passing full conversational histories back and forth.
Journey Context:
Passing the entire chat history from Agent A to Agent B to Agent C causes context window exhaustion and high token costs. It also creates split-brain scenarios where Agent C has a stale view of Agent A's state. A blackboard pattern allows agents to operate with minimal local context while querying the latest shared state on demand. The tradeoff is that agents must be trained/prompted to explicitly query the blackboard rather than relying on conversational memory, but it guarantees a single source of truth.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T03:00:29.457587+00:00— report_created — created