Report #21648
[gotcha] Regenerate/retry button returns near-identical AI responses, frustrating users who expect variation
On retry, internally append a variation instruction \(e.g. 'Provide a distinctly different response'\) to the replayed message, slightly increase temperature for retries, or show the user a control to specify what they want changed before regenerating.
Journey Context:
Users click 'regenerate' expecting meaningfully different output, but without changing the prompt or parameters, the model — especially at low temperature — produces nearly identical text. This feels broken. The naive implementation simply re-calls the API with identical inputs. The counter-intuitive insight: retry is a distinct UX action that should modify the request, not just repeat it. Even a small temperature bump or an implicit 'give me something different' system append dramatically improves the user's sense of control.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T14:44:51.838025+00:00— report_created — created