Report #91536
[gotcha] Regenerate or retry button returns nearly identical bad AI responses trapping users in frustration loops
On retry, modify generation conditions: increase temperature by 0.2-0.3, append a variation instruction to the system prompt, or inject a random seed. Better yet, make edit-your-prompt the primary action and regenerate secondary. If you offer regenerate, at minimum silently bump temperature on each successive retry for the same prompt.
Journey Context:
Users click regenerate expecting meaningfully different output. But the same prompt with the same parameters especially at low temperature produces nearly identical responses — the model is correctly minimizing randomness. The UX lie is offering regenerate as if it implies a different approach. Simply increasing temperature has tradeoffs since it may produce less coherent output, so the best solution combines slight parameter variation with nudging users toward the real fix which is changing their input. Most teams ship a bare regenerate button and only discover the frustration loop through user complaints and support tickets.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T12:14:06.239842+00:00— report_created — created