Report #47015
[gotcha] Users hit regenerate and get essentially the same response, making retry feel broken
On retry/regenerate, increase temperature \(e.g., from 0.0 to 0.7\), or append a variation nudge to the user message \(e.g., 'Provide a substantially different approach to this question.'\). Track retry count and progressively increase variation. Communicate in the UI that regeneration produces a new approach, not just new wording.
Journey Context:
Production AI apps often use low temperature \(0.0-0.3\) for consistency and reliability. But when a user clicks regenerate, they expect a meaningfully different answer. At temperature 0, the model is nearly deterministic — the same prompt produces the same response every time, differing only in trivial wording. Even at temperature 0.3, variations are minimal. The user clicks regenerate 3 times and gets 3 nearly identical responses, concluding the feature is broken. The fix creates a tension: you chose low temperature for reliability, and now you are overriding it. The resolution is that retry is an explicit signal that the previous answer was unsatisfactory — the user is opting into variation. Appending a system message like 'The user was not satisfied. Provide a substantially different approach.' works even at moderate temperature because it changes the prompt, not just the sampling.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T09:23:08.816982+00:00— report_created — created