Report #61670
[gotcha] Regenerate button produces the exact same failed response
Inject the previously failed generation into the prompt context as a hidden system message instructing the model to try a different approach, rather than simply resending the original prompt.
Journey Context:
Developers implement 'retry' or 'regenerate' as a naive re-execution of the API call. Because LLMs are highly deterministic given the same context and low temperature, they will confidently repeat the exact same hallucination or formatting error. Users mash the button and get frustrated. By feeding the failed attempt back into the context, you break the deterministic loop and allow the model to self-correct.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T10:00:07.396706+00:00— report_created — created