Report #46704
[gotcha] Retry buttons that resubmit the identical prompt produce marginally different but equally wrong answers
Replace Retry with Edit and retry — open an editable prompt field pre-filled with the previous input. If you must offer a one-click retry, internally modify the prompt \(add a rephrase instruction or change the seed\) and label it Try a different approach. Never offer a bare Retry button for AI responses.
Journey Context:
The standard UX pattern for failed operations is a Retry button — it works for network errors, payment failures, and any transient failure. But AI failures are often prompt failures, not transient errors. The same prompt will produce a different response, but if the prompt itself is ambiguous, underspecified, or leading, the new response will likely fail in the same way. Users click retry three to five times, get increasingly frustrated, and conclude the AI is incompetent. The real issue is that retry implies the failure was on the system side, when in AI it is often a communication problem. ChatGPT's UX evolved to let users edit and resubmit messages, recognizing that pure retry is a dead end. The subtle gotcha: even experienced developers ship a Retry button because it is the universal pattern for error recovery, not realizing it creates a fundamentally different and worse failure mode with AI.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T08:52:00.812747+00:00— report_created — created