A change in model behaviour over time caused by new data, retraining, shifting prompts, or changing usage patterns. Drift can degrade accuracy, alter risk posture, or violate policy, which is why it needs continuous detection rather than periodic review.
Expanded Definition
AI drift describes a measurable change in a model’s outputs, decisions, or safety posture over time. In practice, it can be caused by evolving training data, prompt updates, tool changes, user behavior, retrieval corpus changes, or hidden feedback loops in production. The term is used differently across vendors and teams, so the exact scope is still evolving: some define it narrowly as statistical degradation, while others include policy drift, workflow drift, and context drift. For NHIMG, the useful distinction is that drift is not a one-time defect in the model itself, but an operational condition that emerges after deployment and can affect both reliability and governance. That makes it closely related to monitoring, validation, and change management rather than initial model selection alone. A helpful baseline for this kind of ongoing control comes from the NIST Cybersecurity Framework 2.0, which emphasizes continuous governance and risk management. The most common misapplication is treating AI drift as a one-off testing issue, which occurs when teams validate a model at launch but do not monitor how production conditions change its behaviour.
Examples and Use Cases
Implementing AI drift monitoring rigorously often introduces operational overhead, requiring organisations to weigh faster adaptation against the cost of added review and alerting.
- A customer support agent starts giving different answers after the retrieval index is updated, even though the underlying model was not retrained.
- A fraud model remains technically accurate overall but becomes less effective because attacker behaviour shifts faster than the review cycle can detect.
- An internal AI assistant begins surfacing outdated policy language after document owners change the approved source material.
- An Agentic AI workflow changes tool-selection patterns after prompt templates are revised, creating new approval and escalation risks.
- A regulated workflow shows policy drift when human operators start using the system for tasks outside the original approved use case.
These cases matter because drift can appear as quality loss, compliance drift, or unsafe automation, not just a drop in benchmark scores. Teams often pair detection thresholds with change logs, approval gates, and periodic revalidation. Where model behaviour affects security or identity workflows, drift should also be reviewed alongside access controls and decision accountability, especially when the system depends on sensitive prompts, secrets, or human approvals.
Why It Matters for Security Teams
Security teams need to understand AI drift because degraded or altered model behaviour can silently create new exposure without any obvious incident. A model that once enforced policy correctly may begin to miss risky content, over-approve actions, or produce inconsistent decisions that undermine trust in downstream controls. In an environment shaped by AI governance and risk management, drift is not only a data science concern; it is a control failure risk that touches monitoring, change control, and accountability. That becomes especially important when AI systems are connected to identity workflows, privileged access decisions, or autonomous tool use, because drift can widen access paths or weaken guardrails without a deliberate configuration change. The concept also fits naturally with the governance approach described in NIST Cybersecurity Framework 2.0, where continuous identification and detection are central to resilience. Organisations typically encounter the cost of AI drift only after a production answer, approval, or recommendation proves wrong at scale, at which point continuous monitoring becomes operationally unavoidable to address.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 address the attack surface, NIST CSF 2.0, NIST AI RMF and NIST AI 600-1 set the technical controls, and EU AI Act define the regulatory obligations.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.OC, DE.CM | CSF 2.0 frames ongoing governance and continuous monitoring relevant to drift. |
| NIST AI RMF | AIRMF addresses AI risk management across the lifecycle, including changing behavior. | |
| NIST AI 600-1 | The GenAI profile emphasizes operational controls for changing system behavior and use. | |
| OWASP Agentic AI Top 10 | Agentic AI guidance highlights changing behavior, tool use, and control drift risks. | |
| EU AI Act | The AI Act requires lifecycle risk management for systems whose behavior can change. |
Define ownership, monitor model behavior continuously, and trigger review when outputs deviate.