Report #63776
[gotcha] AI retry/regenerate button produces nearly identical responses, frustrating users who expect variety
When implementing retry, modify generation parameters on each attempt: increase temperature by 0.3-0.5 above the default, append a variation instruction to the system prompt \(e.g., 'Provide a meaningfully different approach or perspective'\), or change the seed. Also communicate to users that refining their prompt yields better variation than retrying.
Journey Context:
Users expect 'regenerate' to produce meaningfully different output, analogous to shuffling a deck. But with default temperature \(often 0.7\) and the identical prompt, the model's high-probability token paths converge on similar responses — you get minor rephrasings, not new approaches. Simply re-calling the API with identical parameters is the common mistake. The tradeoff is between consistency \(low temperature ensures reliable quality\) and variety \(high temperature increases novelty but risks degradation\). The right call is to temporarily boost temperature on retry and inject a variation nudge into the prompt, giving users the diversity they expect without sacrificing baseline quality on first attempts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:31:59.219484+00:00— report_created — created