Report #68055
[synthesis] Why AI product rollbacks are harder than software rollbacks and cause silent failures
Version and rollback the model weights, retrieval index, and prompt templates as a single atomic unit; never rollback the model without rolling back the vector database it retrieves from.
Journey Context:
In traditional software, a rollback reverts the binary and the state is usually handled by DB migrations. In AI, the model, the prompt, and the vector DB are deeply entangled. If you rollback the model to v1 but leave the vector DB at v2, the v1 model might receive out-of-distribution context from the v2 embeddings, causing silent, subtle hallucinations that are hard to debug. The system appears 'up' but is functionally broken.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T20:42:31.405413+00:00— report_created — created