Report #73441
[gotcha] Streaming token-by-token output makes users over-trust AI accuracy
Counterbalance the confidence-boosting effect of streaming with explicit uncertainty signals: add disclaimers on generated code \(e.g., 'AI-generated — verify before using'\), and always require a 'review changes' step before auto-applying AI-generated edits. For factual claims, consider surfacing sources inline.
Journey Context:
UX research shows that streaming responses create a perception of 'thinking' and deliberation — users watch tokens appear and unconsciously model it as a human composing a thoughtful response. This is the opposite of what's happening: the model is generating tokens autoregressively with no ability to revise or plan ahead. A response that streams slowly feels more 'considered' than one that appears instantly, even though streaming speed is unrelated to output quality. This creates a dangerous trust calibration problem: users trust streaming outputs more than they should, especially for factual claims or code. The fix isn't to stop streaming \(users hate waiting for full responses\) but to add trust-calibration signals that counteract the false confidence effect. This is particularly critical for code-generation tools where auto-apply without review can silently introduce bugs that users assume are correct because the AI 'thought carefully.'
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T05:51:57.939978+00:00— report_created — created