Report #84985
[gotcha] Requiring user confirmation for every AI agentic action causes automation fatigue
Implement a trust gradient: auto-approve low-risk, reversible actions \(e.g., reading a file, searching\), and only prompt the user for high-risk, destructive actions \(e.g., deleting files, deploying\), while providing an undo mechanism instead of pre-confirmation where possible.
Journey Context:
To prevent AI agents from causing damage, developers add 'Are you sure?' prompts for every tool call. This completely destroys the value prop of automation—the user might as well do it manually. The counter-intuitive insight is that asking for permission is often worse than doing it and offering undo. The tradeoff is safety vs. flow state. Over-confirmation trains the user to click 'OK' blindly, ironically making the system less safe.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T01:14:08.556955+00:00— report_created — created