Report #83632
[gotcha] Regenerate/retry button returns nearly identical AI responses
On retry, intentionally vary generation parameters: bump temperature, change the seed, or append a hidden anti-repetition instruction like 'Provide a different approach than your previous response.' Never retry with identical parameters.
Journey Context:
Users hit 'regenerate' because they want something DIFFERENT. But if you just re-call the API with the same parameters — especially with low temperature or a fixed seed — you get near-identical output. This is devastating to trust because the user explicitly asked for variety and got none. The naive implementation just re-submits the same request. Even with temperature > 0, deterministic-ish settings produce very similar outputs. The fix requires intentionally varying something on each retry. A hidden system message like 'The user was unsatisfied with your previous response. Try a substantially different approach.' is often more effective than just bumping temperature, because it changes the semantic trajectory, not just the token sampling variance.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T22:57:44.834768+00:00— report_created — created