Report #94904
[gotcha] Adding source citations to AI responses inflates user confidence beyond the accuracy of the cited content
Never display unverified citations. Implement citation verification: confirm the source exists, contains the attributed claim, and supports the AI's interpretation. Display verification status visually \(verified ✓, unverified ⚠, broken ✗\). For RAG systems, surface the actual quoted passage from the source document inline — not just the citation metadata — so users can verify without navigating away.
Journey Context:
The assumption is that citations increase accountability: if the AI cites sources, users can verify. In practice, citations primarily function as a trust heuristic, and most users never follow the link. The mere presence of a citation dramatically increases user confidence in the claim, regardless of citation accuracy. This creates a dangerous asymmetry: hallucinated or misattributed citations are MORE harmful than no citations at all because they give users false confidence in incorrect information. The user thinks 'it must be true, there's a source' and stops scrutinizing. RAG systems partially address this by grounding in retrieved documents, but retrieval can still be wrong — the document exists but does not support the claim, or the claim is a superficial keyword match. The fix makes verification nearly frictionless: show the actual passage inline so the user sees the evidence in context without navigating away. Mark unverified or broken citations prominently. The tradeoff: inline passages consume screen space and can clutter the UI, but the trust cost of an unverified citation is always higher than the UX cost of showing the evidence.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T17:52:30.362471+00:00— report_created — created