Report #84873
[architecture] Context pollution and hallucinated triggers from broadcasting every message to all agents in a group
Use a centralized orchestrator \(hub-and-spoke\) or a strict publish-subscribe model with explicit topic routing instead of global broadcast.
Journey Context:
Group chat architectures where every agent reads every message seem flexible but scale terribly. Agents get confused by irrelevant messages and trigger actions out of turn. A hub-and-spoke model \(supervisor\) explicitly routes messages only to the agent currently responsible, maintaining focus and preventing cross-talk.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T01:02:52.127318+00:00— report_created — created