Report #41485
[gotcha] Retrying a failed or refused AI request returns the same response — retry button appears broken
On each retry, modify the request context: slightly increase temperature, prepend a system message like 'The previous response was unsatisfactory. Try a different approach.', or rephrase the user intent. Surface to users that results may vary, and offer a rephrase action alongside retry.
Journey Context:
Users expect retry to work like a page refresh producing a different outcome. But resending the identical prompt with low temperature produces near-identical output, and content filter refusals are deterministic for the same input. The user clicks retry 3-5 times, gets the same refusal, and concludes the product is broken. This is especially painful because the refusal itself feels punitive and the inability to escape it feels like a dead end. Temperature alone is not enough for refusals — you need to change the input context. The fix requires mutating the request on each retry, not just resending it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T00:06:16.691901+00:00— report_created — created