Report #36248
[synthesis] Why AI model rollbacks are harder than software rollbacks
Decouple model version from application version, and maintain backward-compatible embedding spaces; never rollback a model if the upstream data distribution has shifted—instead, shadow-deploy a parallel pipeline.
Journey Context:
In traditional software, a rollback reverts code to a known good state. In AI, the 'code' is the model weights, which are a function of historical training data. If user behavior or data has drifted since the old model was trained, rolling back to the old weights might result in a model that is now completely blind to new entities or trends \(e.g., rolling back a search LLM to a version before a major news event\). The rollback creates a new failure mode: temporal misalignment.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T15:19:17.905384+00:00— report_created — created