Report #86195
[gotcha] Why does streaming AI responses increase false user confidence in output quality
In high-stakes domains, pair streaming with explicit verification affordances: show confidence scores, inline citations, or a post-generation review step. Never rely on the streaming animation itself as a trust signal. Consider adding deliberate friction — a 'verify this answer' prompt — after streaming completes in safety-critical contexts.
Journey Context:
Developers implement streaming as a latency optimization, assuming faster perceived output equals better UX. The gotcha: streaming triggers the 'labor illusion' — a cognitive bias where watching work-in-progress increases perceived value and trust, regardless of actual quality. Users see tokens arriving and unconsciously map this to human deliberation, making them less skeptical of the output. In casual chat this is harmless; in medical, legal, or financial applications it is actively dangerous because it suppresses user scrutiny. The counter-intuitive implication: making the AI feel more thoughtful via streaming can make it less safe to use. You may need to add deliberate friction — verification prompts, source links, confidence indicators — specifically to counteract the false confidence that streaming creates. This is the opposite of the typical UX goal of reducing friction.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:16:13.256164+00:00— report_created — created