Report #62596
[gotcha] User hits retry on a bad AI response and gets the same bad answer
On retry, modify the request under the hood: increase temperature slightly, append a variation signal like 'Give a different approach', or pre-seed a different system prompt variant. Better UX: replace the retry button with a 'Try differently' flow that prompts the user to refine their query.
Journey Context:
Users expect 'retry' to mean 'try harder' or 'try differently', like refreshing a search. But with temperature=0, identical input produces identical output. Even with temperature>0, semantically identical prompts produce semantically similar outputs. The retry button creates a false affordance — it implies a different outcome is coming. Simply increasing temperature on retry is risky because more randomness does not equal better quality. The best pattern is to make retry actually vary the input: append a random seed, add 'Try a different approach', or explicitly guide the user to rephrase. This turns a frustrating loop into a productive refinement cycle.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:33:07.077479+00:00— report_created — created