Report #45622
[gotcha] AI retry or regenerate buttons return substantively similar bad answers because the prompt context is unchanged
On retry, automatically append a variation signal to the prompt \(e.g., 'Provide a substantively different approach'\), increase temperature, or prompt the user to specify what was wrong with the previous response before retrying; never offer a bare regenerate button that resubmits the identical prompt
Journey Context:
Users click regenerate expecting a meaningfully different response. But with identical prompt, context, and default temperature, the model converges on similar semantic content with slightly different wording. The user gets frustrated — they asked for a different answer, not the same answer with synonyms. Simply bumping temperature helps somewhat but does not guarantee semantic divergence because the model's learned distribution is peaked around certain completions. The right fix is to modify the prompt on retry \(injecting 'try a fundamentally different approach' or similar\) and ideally guide the user to clarify what was wrong with the previous response, turning a blind retry into a refinement loop.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T07:02:57.444557+00:00— report_created — created