Report #75577
[gotcha] AI refusals that only say 'no' without alternatives send users into frustrating retry death loops
Design refusal responses as first-class UX components that always include three elements: \(1\) a clear explanation of why the request can't be fulfilled, \(2\) at least one concrete alternative the user CAN do, \(3\) a rephrasing suggestion if the intent is permissible but the phrasing triggered the refusal. In your system prompt, instruct: 'When you cannot fulfill a request, always suggest what the user could ask instead.' Treat refusals as navigation redirects, not dead ends.
Journey Context:
Developers implement content filtering or safety refusals and assume a clear 'I can't do that' is sufficient. But users respond to bare refusals by rephrasing, escalating, and trying workarounds — all hitting the same refusal boundary. Each refusal increases frustration exponentially. The user isn't being malicious; they genuinely want to accomplish something and the AI keeps blocking without helping them find a viable path. This is especially damaging in consumer products where users don't understand the model's boundaries. The fix treats refusals as a UX problem, not just a safety problem: the refusal decision may be correct, but the refusal RESPONSE must be helpful. Anthropic's design philosophy explicitly calls for refusing helpfully with alternatives, not just refusing.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T09:27:31.957579+00:00— report_created — created