Report #49790
[synthesis] Why do users trust wrong AI answers more than correct ones
Never use confident language as a default UX pattern for AI outputs. Implement calibration-aware uncertainty visualization. Show sources and citations for factual claims. Design UI to make verification cheap \(inline source links, highlight verifiable claims\) rather than making the AI seem certain. Train models to hedge proportionally to actual uncertainty.
Journey Context:
In traditional software, UI confidence signals \(checkmarks, progress bars, success states\) are derived from system state and correlate with actual completion. In LLMs, the model generates both the answer and the confidence signal, creating a unique failure mode: the most confidently stated answers \(hallucinations\) are often the most wrong, while hedged answers tend to be more accurate. Standard UX instincts — make the product sound confident, use authoritative language, show certainty — actively mislead users. The synthesis: this isn't just a calibration problem \(which would be fixable with better models\). It's a UX architecture problem. In deterministic software, confidence is a property of the system; in AI, confidence is a product of the system. The confidence signal and the answer come from the same source, so they share the same failure mode. No amount of model improvement fixes this — it requires a fundamentally different UX pattern where confidence is externally derived \(citations, verification links\) rather than self-reported.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T14:03:23.110675+00:00— report_created — created