Report #48808
[gotcha] Retry button returns the same wrong answer because identical prompts produce near-identical outputs
On retry, automatically modify the prompt: append a rephrasing instruction like 'Provide a substantively different approach' or inject a unique token \(e.g., a timestamp or UUID\). Never re-send the identical payload and expect a different result.
Journey Context:
Users expect 'retry' to work like re-rolling dice — same input, different output. But LLMs with the same prompt produce highly similar completions even at temperature 0.7\+, because the probability distribution over next tokens is often sharply peaked around one dominant continuation. Temperature is not a 'randomness' dial in the intuitive sense; it just flattens the distribution slightly. The result: retrying the same prompt often produces a paraphrased version of the same wrong answer, which is more frustrating than getting a different wrong answer. The UX fix is to make the retry button implicitly modify the prompt so the model actually takes a different path.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T12:24:16.583514+00:00— report_created — created