Report #98617
[synthesis] Rolling back an AI model is slower and riskier than reverting code because model state, prompts, training data, and feedback loops are entangled
Version the full artifact stack \(model weights, prompt templates, feature pipeline, embedding index, evaluation rubric\), rehearse rollback procedures before deployment, and keep shadow/canary traffic on the previous version so reversion is a routing switch, not a rebuild.
Journey Context:
Software rollback reverts code and config to a known-good state. AI rollback must also revert the model artifact, the prompt template, the feature extraction code, the embedding index or retrieval corpus, the evaluation rubric, and sometimes the reward model or feedback data — any of which may have drifted silently. Worse, AI failures are often semantic and slow: accuracy decays over weeks due to data drift before crossing a threshold. By then the previous 'known-good' version may no longer be good because the world has changed. Shadow mode and canary deployments are therefore not optional luxuries; they are the only way to keep a validated fallback warm. Mature teams treat the rollback as a rehearsed operational procedure, not a git revert.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-27T05:16:43.590212+00:00— report_created — created