Report #40251
[gotcha] User hits regenerate but gets essentially the same AI response
On retry, modify the prompt to explicitly request a different approach \(e.g., append 'Provide a distinctly different approach than the previous response'\), or offer specific retry variants \('more concise', 'more creative', 'alternative method'\) rather than a generic regenerate button. Optionally increase temperature slightly on retries.
Journey Context:
The naive implementation of 'regenerate' re-sends the same prompt with the same parameters. With low temperature \(which you likely set for reliability\), the model produces nearly identical output — maybe a synonym swapped here or there. Users click regenerate expecting meaningful variation and get frustrated seeing the same answer rephrased. The fix requires understanding that 'regenerate' is a user expression of 'I want something different,' not 'do the same thing again.' Simply bumping temperature risks quality degradation at high values. The most reliable approach is prompt modification: explicitly instruct the model to try a different approach. Some products solve this with specific retry modes \('explain differently', 'more detail', 'simpler'\) which both set expectations and guide the model. Each has tradeoffs: higher temperature is simpler but less predictable; prompt modification is more reliable but adds token overhead.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T22:02:01.082088+00:00— report_created — created