Report #36414
[gotcha] AI outputs that are mostly correct cause more damage than obviously wrong ones because users stop verifying
Design UI to maintain verification friction for high-stakes actions regardless of output confidence. Add explicit AI-generated verify before applying markers. Never auto-apply AI-generated changes without a review step, even when the AI expresses high confidence.
Journey Context:
Obviously wrong AI outputs are self-correcting — users catch them immediately. But outputs that are 90% correct lull users into complacency. They stop reading carefully, stop verifying, and miss the 10% that is wrong. In code generation, this means a bug that compiles and runs but produces subtly wrong results. In content, it means a fact that is close enough to seem right but is actually incorrect. The counter-intuitive insight: worse AI outputs can be safer because they trigger user vigilance. This is automation bias — the tendency to trust automated outputs without verification. As AI quality improves, this problem gets worse, not better, because users have fewer obviously wrong signals to snap them out of complacency. The UX temptation is to reduce friction for confident outputs, but that is exactly backwards — confidence is when you need friction most.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:36:10.491900+00:00— report_created — created