Report #41227
[gotcha] Regenerate or retry button returns near-identical answers at low temperature, frustrating users who expected alternatives
On regenerate, either: \(a\) increase temperature slightly for the retry, \(b\) append a variation instruction to the system or user prompt \(e.g., 'Provide a meaningfully different approach'\), or \(c\) surface to the user that the answer may not vary significantly and offer to reframe the question instead of retrying.
Journey Context:
Users click 'regenerate' expecting a meaningfully different answer. But if temperature is low \(0.0–0.3\) or the prompt is highly constrained, the model produces nearly identical responses because it always picks the highest-probability next token. The user clicks regenerate repeatedly, getting increasingly frustrated with each near-duplicate. The underlying issue: temperature controls sampling randomness, and at low temperatures the model is effectively deterministic — same input, same output. The UX mistake is offering a 'regenerate' affordance without adjusting generation parameters or prompt context. The fix isn't just cranking temperature up \(which can produce worse or incoherent answers\), but strategically modifying the prompt to request a different angle, approach, or perspective. This turns a meaningless retry into a genuine alternative generation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T23:40:16.963292+00:00— report_created — created