BLUF: A manufacturing model is not production-ready because an endpoint returns a score. It is production-ready only when the plant can identify the exact model and container, dataset and feature schema, sensor calibration and process envelope behind that score—and can restore a tested compatible predecessor when evidence or operating conditions fail. Treat the model nameplate and rollback bundle as one release object.
A model version is too small for a production decision
A semantic version or a model-registry ID identifies an artefact, not the decision context. In manufacturing, a vibration classifier can be unchanged while a sensor is replaced, a calibration coefficient changes, a PLC mapping is revised, or the feature pipeline begins rounding timestamps differently. The model still has the same name; its inputs no longer mean the same thing.
The industrial AI data-contract pattern is the upstream control: it defines what a signal means. The nameplate binds that contract, the released executable and the operating constraints into evidence that an operator, supplier and incident reviewer can read after the fact.
IDTA’s AI Model Nameplate specification is useful because it defines an interoperable Asset Administration Shell submodel for AI-model information. It includes structured information for inputs, outputs, training results, plots, details, datasets and type-specific information. It is documentation structure, not a release system by itself; plants still need immutable artefact references, approval logic and runtime checks.
The release dossier: bind evidence that normally drifts apart
Create one immutable release dossier per promotable model. Store it in an evidence repository; expose a human-readable view through the AAS/nameplate; and put its ID in every inference event and operator recommendation. A practical dossier has the following fields.
Identity and executable — model digest, container digest, runtime and dependency bill of materials, signed image location, source revision and build provenance. A tag such as latest is not an identity.
Data and features — training and evaluation dataset snapshots or immutable manifests, feature-schema version, transforms, units, missing-value policy, quality-code mapping and contract compatibility range.
Plant context — asset class, approved lines or cells, sensor serials and calibration certificates or hashes, firmware/configuration epoch, process envelope, sampling rate, time-source assumptions and excluded operating states.
Performance and authority — frozen evaluation-suite version, segment thresholds, uncertainty behaviour, alert/action class, named technical owner, process owner, approver, expiry/review date and evidence links.
Rollback target — predecessor dossier ID, compatible container and pipeline/configuration digest, data-contract compatibility result, migration/reversion instructions, health check, owner and a recorded drill result.
Industrial release flow: offline evidence to bounded operation
Use a gated path rather than a single “deploy” button. The diagram below is deliberately conservative.
Offline bundle → reproducible evaluation → shadow inference → bounded pilot → approved operation → continuous evidence → rollback or re-release.
1. Offline bundle: build and sign the dossier, then validate the model against frozen data and plant-representative slices. A good score is insufficient if a safety-relevant operating state has too little coverage.
2. Shadow inference: run the exact release beside the existing process with no authority to create a work order or alter control. Compare inputs, outputs, latency, missingness and disagreements against the reference process. Shadow mode detects integration errors that offline tests cannot see.
3. Bounded pilot: restrict the release to named assets, a declared process envelope, a low-impact action class and named approvers. Feature flags and rate limits belong in the deployment control plane, not inside a prompt or dashboard setting.
4. Approved operation: promote only after the evidence gate is signed. The operational event must carry the dossier ID so later investigation does not reconstruct a release from logs and memory.
5. Rollback: switch the complete compatible bundle, not only model weights. Confirm pipeline/configuration compatibility, run a health check and capture the reason, initiator and evidence reference.
Decision table: promotion, hold or rollback
| Decision | Minimum evidence | Authority | Action |
|---|---|---|---|
| Promote from offline to shadow | signed dossier; frozen-suite thresholds met; feature contract compatible | model owner + process owner | run read-only shadow |
| Promote from shadow to pilot | input parity measured; disagreement and latency within approved limits; calibration/current configuration verified | process owner + OT engineering | enable named assets and bounded action class |
| Continue pilot | no threshold breach; operator feedback and evidence links complete | service owner | retain feature flag and daily review |
| Hold | missing calibration, unknown schema change, stale approval or incomplete segment evidence | release manager | disable promotion; investigate |
| Rollback | safety/process envelope breach, material quality regression, runtime incompatibility or invalid evidence | pre-authorised incident role | restore compatible predecessor bundle; preserve incident evidence |
Failure modes that a nameplate makes visible
1. Weights roll back but the feature pipeline remains new. The old model receives a changed column order or scaling rule and fails quietly. Mitigation: the rollback pointer resolves model, container, feature schema and configuration as one compatibility-tested bundle.
2. A sensor is recalibrated after the pilot. The inference service receives values that satisfy a numeric range but not the validated measurement relationship. Mitigation: bind sensor identity and calibration evidence; block or downgrade inference when the declared calibration epoch changes.
3. Shadow mode looks healthy because it is evaluated only on aggregate accuracy. A rare but expensive machine state regresses. Mitigation: report stratified performance by asset class, operating state and data-quality condition; define floors per segment, not one average.
4. A supplier updates a container under a mutable tag. The running runtime changes without a model release. Mitigation: permit only content digests and signed promotion; alert when an executing digest is absent from the dossier.
5. An emergency “rollback” restores unavailable weights but not a compatible parser or feature store. Mitigation: rehearsal must include artefact retrieval, configuration restore, health checks and an observed safe degraded mode.
Risk management needs traceability, not paperwork
The NIST AI Risk Management Framework frames trustworthy AI risk management as a lifecycle activity. For an engineering team, the release dossier makes the Govern, Map, Measure and Manage functions tangible: assign owners and approval criteria; map the model to plant and data context; record measured thresholds; and enforce a defined response when conditions are no longer met.
For OT, do not let a promotion mechanism become a control mechanism. CISA’s principles for secure AI integration in OT emphasise that AI introduces safety, security and reliability risks that require careful management. Keep the separation in the OT safety and security boundary: a model can observe, classify and recommend; a separately engineered and authorised path crosses into control.
What this does not solve
A nameplate does not prove a model is safe, accurate or legally compliant. It does not replace a process hazard analysis, functional-safety engineering, supplier contract, cybersecurity review or human operating procedure. It makes the evidence and assumptions inspectable, which is necessary before those disciplines can make a decision. Whether a specific deployment triggers regulatory duties depends on the actor, use case and jurisdiction; obtain legal counsel for that classification. The engineering recommendation is narrower: make release evidence and rollback testable regardless of legal classification.
Start with one reversible decision
Pick a use case where AI produces an advisory maintenance priority or quality-review recommendation, not a direct actuator command. Build one dossier, run one shadow comparison, define one bounded pilot and execute one rollback drill before scaling to a plant-wide registry. If you need an independent review, I can facilitate a model-release and OT evidence workshop that turns the dossier, gates and rollback drill into an implementable architecture.
Sources
IDTA 02060-1-0: Artificial Intelligence Model Nameplate
NIST: AI Risk Management Framework
CISA: Principles for the Secure Integration of AI in Operational Technology


