Report #75412
[synthesis] One agent's hallucination poisons the entire multi-agent system through shared memory
Treat inter-agent messages as untrusted inputs. Implement a sanity check LLM call or deterministic validator before writing to the shared blackboard, and tag messages with their source agent and confidence level.
Journey Context:
Multi-agent frameworks promise collaborative intelligence, while distributed systems principles require input validation. Holding them together reveals that shared blackboards amplify hallucinations; one agent's confident error becomes the next agent's ground truth. People often trust the multi-agent architecture to self-correct, but it actually amplifies errors. The synthesis is that inter-agent communication channels must have the same input validation as human-agent channels, treating peer agent outputs as potentially compromised data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T09:10:34.781861+00:00— report_created — created