Report #35055
[synthesis] Why AI product rollbacks are harder than software rollbacks
Decouple model versioning from application versioning and maintain backward-compatible embedding schemas, because rolling back a model breaks the user's learned interaction patterns and stored vector states.
Journey Context:
In traditional software, a rollback reverts to a known-good binary. In AI, rolling back a model changes the personality and capability boundaries. Users adapt their prompts to a model's latent space; a rollback makes their existing prompts fail. Furthermore, if the AI stores vector embeddings \(e.g., RAG\), a rollback of the embedding model invalidates the entire existing index. You must version models independently and maintain index backward compatibility, or face a rollback deadlock where you can't revert without losing user data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T13:18:50.175688+00:00— report_created — created