Report #83300
[gotcha] Why do users accept hallucinated AI answers more often when streamed?
Implement a definitive 'generation complete' state and visually separate the streaming phase from the verified phase. Avoid enabling 'submit' or 'accept' actions until the stream is fully resolved, and consider adding a brief delay or summary step before the user can act on the generated content.
Journey Context:
Developers stream tokens to improve perceived latency, but cognitive psychology shows users start reading and evaluating the first tokens while the rest are generating. If the first half is accurate, they experience an 'anchor bias' and lower their guard for the second half. When a hallucination occurs at the end of the stream, the user has already subconsciously accepted the output. Simply streaming without a clear 'verification needed' mental model trains users to blindly trust partial output.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:24:25.847771+00:00— report_created — created