Report #35658
[gotcha] Regenerate/retry button returns nearly identical AI response
On retry, modify generation parameters: increase temperature \(e.g., from 0.2 to 0.7\), append a hidden variation instruction to the prompt \('Provide a substantively different approach'\), or use the API seed parameter with a different value. Never retry with identical parameters and expect meaningful variation.
Journey Context:
Users click 'regenerate' expecting a meaningfully different response. But if temperature is low \(common for factual/structured tasks to ensure consistency\) and the prompt is identical, the model produces nearly the same output. This violates the user's mental model: 'try again' should yield different results. Simply raising temperature globally hurts output consistency for first-attempt responses. The correct pattern is retry-specific parameter adjustment—keep low temperature for initial generation but vary it on retry. Some APIs offer a seed parameter for reproducibility; changing the seed on retry is another lever.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T14:19:57.176469+00:00— report_created — created