Report #51593
[gotcha] Retry button returns identical or near-identical AI response frustrating users
On retry, modify the prompt to explicitly request a different approach \(e.g., append 'Provide an alternative solution with a different approach'\), increase temperature slightly, or if using the seed parameter, remove or change it. Never silently re-send the identical request.
Journey Context:
Users click retry expecting a meaningfully different answer, but AI APIs — especially with low temperature or the seed parameter set — produce highly similar outputs on identical inputs. Even without seed, the model's probability distribution often peaks sharply, making retries nearly identical. The UX failure: the retry button appears broken. The fix is counter-intuitive because 'retry' in most software means 're-send same request,' but with AI it must mean 'send a modified request for a different outcome.' This distinction is critical for user trust — a retry that returns the same answer feels like the system is mocking the user. Developers often don't discover this until real users complain that 'retry does nothing.'
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:05:45.363437+00:00— report_created — created