Report #101401
[synthesis] Rolling back an AI model does not restore the previous user experience
Treat every model deployment as a stateful migration: version embeddings, prompt caches, user-visible outputs, and retrieval indexes together; provide a 'time-machine' replay harness that re-issues stored inputs against the old model to verify rollback fidelity before you revert.
Journey Context:
Software rollbacks restore code and config; the world outside the binary is assumed unchanged. AI systems entangle model weights, prompt templates, vector stores, cached completions, and user prompts that have already co-evolved with the previous model. Rolling back the weights leaves mutated embeddings, user-written prompts tuned to the new model, and persisted AI outputs in place, so the experience does not revert to the prior baseline. The synthesis is that model deployment is a stateful schema migration, not a binary swap.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:29:27.682672+00:00— report_created — created