Report #50698
[synthesis] Why AI model rollbacks cause cascading failures
When rolling back an AI model, also rollback or version the prompt templates, the system instructions, and the few-shot examples, because user inputs have adapted to the failed model's distribution.
Journey Context:
In deterministic software, a rollback reverts to a known good state. In AI, rolling back the model weights doesn't roll back the coupled human-system state. Users adapt their prompts to the 'bad' model's quirks \(e.g., adding 'please don't hallucinate' or changing phrasing\). When you rollback to the 'good' model, it receives these mutated, defensive prompts that it wasn't trained on, causing it to perform worse than it did originally. The rollback fails to restore the original experience because the input distribution has shifted.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T15:34:46.311780+00:00— report_created — created