The gradual change in what a team considers a successful AI output as the product, users, or reviewers learn more from real-world behaviour. In practice, it is a governance problem as much as a model problem, because the scoring rule itself changes over time and can blur accountability.
Expanded Definition
Evaluation Criteria Drift happens when the standard used to judge an AI system changes gradually over time, even if the underlying model remains the same. In agentic AI and MLOps settings, this often shows up when reviewers, product owners, or operations teams revise what counts as a “good” answer after seeing real-world outputs. The result is not just a shifting metric; it is a shifting governance target. That makes the issue distinct from simple model degradation, because the system may still be technically stable while the acceptance rule is moving.
Definitions vary across vendors and teams, but the core concern is consistent: once the scoring rule changes, historical comparisons become harder to trust and accountability becomes blurred. NHI Management Group treats this as a controls problem because the evaluation baseline is part of operational assurance, not just model tuning. For a standards anchor, teams often map the issue back to control discipline in NIST SP 800-53 Rev 5 Security and Privacy Controls, especially where review, audit, and configuration management are expected to stay consistent.
The most common misapplication is treating evolving reviewer preference as harmless iteration, which occurs when teams change the rubric without versioning, re-baselining, or recording who approved the new success criteria.
Examples and Use Cases
Implementing evaluation criteria rigorously often introduces process overhead, requiring organisations to weigh better alignment with user needs against slower comparisons across release cycles.
- A support chatbot is first judged on factual correctness, then later on tone and empathy after customer feedback changes the team’s definition of success.
- An AI coding assistant is initially scored on whether it produces valid code, but the rubric shifts to favouring safer suggestions and stricter dependency choices after one incident.
- A SOC analyst copilot is reviewed for speed at first, then later for explainability and citation quality as analysts learn how it is actually used in triage.
- An internal agent that performs workflow actions is considered successful when it completes tasks, but reviewers later require explicit human confirmation before execution is counted as a pass.
- A procurement review model is re-scored after stakeholders realise that “best answer” should mean policy-compliant, not merely concise or persuasive.
For teams building governed AI workflows, the useful question is not only whether the model improved, but whether the NIST AI Risk Management Framework style of oversight has kept the evaluation target stable enough to compare results over time. When criteria drift, the organisation can mistake shifting expectations for real system progress.
Why It Matters for Security Teams
Security teams care about Evaluation Criteria Drift because it can hide control failures inside apparently improved outcomes. If the rubric changes informally, a model may appear safer, more accurate, or more compliant without any corresponding reduction in operational risk. That creates weak auditability, undermines incident review, and makes it harder to prove whether a control actually worked before and after a change. In identity-heavy environments, the issue becomes even more sensitive when agents, reviewers, or delegated workflows are making decisions that affect access, approvals, or data handling.
This term also matters in regulated environments where governance evidence must be repeatable. AI oversight expectations in the EU AI Act and operational discipline in frameworks such as CISA guidance on secure AI system development both depend on traceable evaluation practices. Without versioned criteria, teams cannot reliably separate product learning from control drift. Organisations typically encounter the real cost only after an incident review, at which point evaluation criteria drift becomes operationally unavoidable to reconstruct what “good” meant at the time.
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 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF, NIST AI 600-1 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | Defines governance practices for managing AI risks, including changing evaluation expectations. | |
| NIST AI 600-1 | Profiles GenAI risk management where evaluation consistency is necessary for trustworthy oversight. | |
| OWASP Agentic AI Top 10 | Agentic AI guidance highlights evaluation and oversight failures when success criteria shift. | |
| CSA MAESTRO | Addresses governance and control concerns for agentic systems where human judgments evolve. | |
| NIST CSF 2.0 | GV.RM | Governance and risk management require consistent criteria to evidence control performance. |
Document approval rules and update them through controlled governance, not ad hoc reviewer preference.