Report #57412
[gotcha] Streaming animation makes users perceive AI as reasoning carefully, creating dangerous false confidence in hallucinated or wrong responses
When streaming, add trust-calibrating signals for content that could be wrong: inline citations for factual claims, 'AI-generated' disclaimers, uncertainty markers for low-confidence content, and prominent edit/flag buttons. Do not let the streaming animation be the only quality signal users perceive.
Journey Context:
Streaming tokens one at a time mimics human typing and thinking. Users unconsciously map this to deliberation—they see the AI 'thinking through' the answer and trust it more. But autoregressive generation is sequential token prediction, not reasoning. The AI is not 'thinking' as it streams; it's predicting the next token given all previous ones. This false deliberation effect means streaming silently increases trust in responses regardless of accuracy. A hallucinated answer delivered via streaming feels more trustworthy than the same hallucination delivered instantly. This is distinct from the labor illusion \(which is about perceived effort\): this is about perceived reasoning process. The counter-intuitive implication: streaming, which developers enable to improve perceived speed, also silently increases user trust—sometimes dangerously so. The fix isn't to disable streaming but to add trust-calibrating signals that counteract the false deliberation effect, especially for factual or high-stakes content.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T02:51:31.934886+00:00— report_created — created