Report #47746
[gotcha] Streaming speed creates false perception of real-time lookup, causing users to trust fabricated citations and stale facts
Never render AI-generated citations as verified without external validation. For RAG systems, only surface citations that match actual retrieved document snippets via a strict matching layer between AI output and source documents. Visually distinguish 'AI stated this' from 'verified from source X.' Add knowledge-cutoff dates or 'as of' timestamps. For non-RAG systems, explicitly label outputs as generated without real-time data access.
Journey Context:
When users watch tokens stream in — especially when the AI mentions specific sources, dates, or statistics — they intuitively model this as the AI looking things up in real time, similar to watching a search engine return results. This is a fundamental misattribution: the AI is generating text probabilistically, not querying a database. The counter-intuitive part: faster streaming makes this worse, not better, because the speed reinforces the search metaphor. Users trust a confidently streamed citation more than a slowly generated one, even though speed has zero correlation with factual accuracy. The tradeoff: adding verification layers and visual disclaimers adds latency and reduces the magic feel, but prevents users from acting on fabricated information — especially critical in medical, legal, and financial products.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:37:43.519385+00:00— report_created — created