Report #71870
[synthesis] AI features that degrade gracefully by still producing plausible outputs cause more user harm than features that fail hard
Implement calibrated refusal—when confidence drops below threshold, the AI should explicitly refuse and explain why, rather than producing a plausible-but-wrong output. Design the refusal UX to be as helpful as a correct answer: suggest alternatives, provide partial results, and show confidence levels.
Journey Context:
In traditional software, graceful degradation is a best practice—return a subset of functionality rather than crashing. In AI, this pattern is actively dangerous because the system degrades from 'correct' to 'plausible but wrong' rather than from 'works' to 'doesn't work.' A 90% accurate AI that always produces an answer is more harmful than a 60% accurate one that admits uncertainty, because users can't calibrate their trust to a system that's usually right but sometimes confidently wrong. Teams implement graceful degradation as a reliability pattern and inadvertently make the product less trustworthy. The synthesis of reliability engineering \(graceful degradation as virtue\) \+ AI safety \(calibrated uncertainty as virtue\) \+ UX \(refusal as failure vs. refusal as helpful\) reveals these two engineering traditions directly contradict each other for AI products. The counterintuitive fix: make AI features fail more visibly, not less.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T03:12:52.425701+00:00— report_created — created