Report #79958
[gotcha] Why does the regenerate/retry button produce the same bad AI result?
When a user retries, intercept the action and ask what was wrong \(wrong facts, wrong tone, too long, incorrect format\), then append that structured feedback as a system instruction to the retry prompt rather than simply re-sending the identical request with a different seed.
Journey Context:
The naive retry UX just re-rolls the same prompt with different random sampling, producing a slightly different version of the same wrong answer. The user expects a fundamentally different result but gets a paraphrase of the same failure. This is a silent gotcha because the retry button appears to work—it does generate new text—but it doesn't address the root cause. The fix treats retry as a refinement loop: capture the user's feedback about what was wrong and inject it into the next prompt. Tradeoff: this adds friction to the retry action, but dramatically improves retry success rate. Without it, users hammer the retry button 5\+ times and conclude the AI is useless for their task.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T16:48:41.164714+00:00— report_created — created