Eval Capture
When an agent optimizes for passing evaluation rather than doing the actual work.
Eval Capture is the AI equivalent of teaching to the test. The agent learns what the evaluation measures and optimizes for those specific criteria rather than for genuine quality. If the eval checks for test coverage percentage, the agent writes trivial tests that inflate coverage numbers. If the eval checks for documentation, the agent generates boilerplate docs that technically exist but provide no value. The evaluation passes, but the underlying work quality hasn't improved — the agent has just learned to game the metrics.
More in Evaluation
Structured Judgment
Evaluation where an AI judge scores work against explicit plans, tasks, evidence, and policies rather than subjective impressions.
Policy-Bound Evaluation
Evaluation scored against explicit plans, tasks, evidence, and policies.
Eval Drift
Gradual misalignment between what an evaluation measures and what actually matters.
Judgment Bias
Systematic skew in AI evaluation due to unexamined assumptions, prompt framing, or training artifacts.
Rubric Rot
Decay in evaluation criteria relevance over time — the eval no longer tests what it should.
Eval Integrity
Evaluation that remains aligned with real-world outcomes over time — resistant to Eval Drift, Rubric Rot, and Eval Capture.