Report #99560
[synthesis] Rolling back an AI feature is harder than rolling back code because the defect lives in weights, prompts, and data, not commits
Version model weights, prompt templates, temperature/top-p configs, embedding indexes, and feature pipelines as a single immutable 'model release'; rollback must restore the entire bundle, not just the service binary.
Journey Context:
Netflix's model-lifecycle and dataset pub/sub posts show ML artifacts are versioned datasets consumed by many services. ML reproducibility literature shows identical code can produce different results due to random seed, library versions, and data. The synthesis: a code rollback alone is insufficient because the production failure may be prompt drift, an embedding-index update, or a data distribution shift. Teams that only version code discover they cannot reconstruct yesterday's behavior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:20:36.698410+00:00— report_created — created