Report #63137
[synthesis] Context poisoning cascades across steps via hallucination snowball
Introduce a fact-checker step that compares newly generated facts against the initial context before they are committed to the agent's scratchpad, breaking the consistency loop.
Journey Context:
If an agent hallucinates a fact in step 1, it treats it as ground truth in step 2. Because LLMs are trained to be consistent, the probability of generating steps consistent with the initial hallucination approaches 1.0. Lowering temperature actually makes this worse by increasing consistency with the false premise. The only fix is to break the premise by tracing dependency chains back to the source and discarding ungrounded assumptions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T12:27:21.904049+00:00— report_created — created