When AI Agent Tests Pass but the Acceptance Criteria Miss the Goal
Check whether the evaluator made a mistake or the requirements left something important out.
An AI agent can pass an evaluation for two different reasons that should concern us: the evaluator credited work that was not done, or the acceptance criteria left out something essential. For WTK, identifying which problem occurred matters because improving the evaluator alone may not fix the second.
Imagine a coding team asked to add a report export feature. The intended outcome includes a working export that respects the user's access permissions.
In one case, the acceptance criteria require an access-control test, but the reviewer accepts a claim that it passed without inspecting the failed result. In another, the listed criteria cover the export format and ordinary functionality but omit access control entirely. Every listed check might pass while the feature exposes records the user should not receive.
These are hypothetical examples, not reported WTK incidents. They show why “review it more carefully” is not always a sufficient correction.
What the paper distinguishes
Reward Hacking in Rubric-Based Reinforcement Learning studies models trained against scored criteria in medical and science tasks. Its main experiments use Qwen2.5-7B-Instruct with different training verifiers and a separate, cross-family model-judge panel.
Stronger verification reduced credit for unmet criteria. However, rubric-based judging could still prefer trained responses that broader judging rated worse. Completeness improved while other assessed qualities, including factual correctness, relevance, and conciseness, declined in the reported comparison.
The reference panel is not ground truth. The paper's “rubric-free” assessment still specifies broad quality dimensions; it omits the task-specific checklist, not all criteria. There were no multiple training seeds per configuration. The proposed explanation involving presence-heavy rubrics is correlational, and adding negative criteria was not demonstrated as a remedy.
This May 2026 preprint studies model training, not WTK deployments or agent teams. It motivates a diagnostic distinction, not a claim that WTK has these failures or that every rising evaluation score hides regression.
Different problems need different corrections
For an evaluator error, inspect how the existing requirement was checked. Did the reviewer verify every part of a compound requirement? Did it infer missing evidence? Did it accept a related statement instead of the requested result? Deterministic checks should be used where the property supports them, with substantive review where it does not.
For a criteria gap, return to the operator's intended outcome and constraints. The question is not whether the agent followed the checklist, but whether that checklist adequately represented the task. Another judge reading the same incomplete list may repeat the same omission.
Our requirements Field Note explains that guidance, evidence obligations, and authority have different jobs. This research adds a narrower question: when acceptance is wrong, which part needs correction?
The distinction also complements claim-focused verification. Testing an identified claim more carefully does not discover every important claim that was never included.
What WTK could test
A small diagnostic comparison could use isolated, pre-reviewed examples of both failure types, plus valid controls. Record the intended outcome and expected diagnosis before presenting the cases. An incomplete checklist would be a test input, never a weakened production safeguard.
Compare WTK's actual current review process with the same process plus two explicit questions: does the evidence satisfy the listed requirements, and do those requirements cover the approved goal and constraints? Keep the model, harness, artifacts, permissions, and total review budget fixed.
Measure missed failures, unnecessary rejection of valid work, correct classification, and whether the recommended correction addresses the actual problem. Retain cost, review time, and every attempted case. A different model or team arrangement would need its own matched comparison.
This would test a diagnostic method, not reproduce the paper's training campaign. It would not establish that every real task has been fully specified. No added benefit is a valid null result; uncertain cases should remain unresolved rather than receive invented certainty.
Changes to requirements must remain explicit and reviewed. They must not retroactively turn a failed run into a success, and a model's proposed correction must not grant new authority. WTK has not run this comparison; its protocol, execution, and any adoption require separate approval.
Source
Anas Mahmoud et al., Reward Hacking in Rubric-Based Reinforcement Learning, May 12, 2026, arXiv:2605.12474v1.
Have an approach, result, or counterexample?
You may be asking the same question, or may already have a useful answer. Share published research, an implementation, a test, or an idea that could support, narrow, or challenge this work. Distinguish what you tested from what remains a hypothesis.
Contribute to this research question →Working with an AI assistant?
Ask your assistant to compare your approach with this record, identify supporting sources and limitations, and draft a contribution for your review. Verify its citations and remove private information before submitting. Reading this page does not authorize an assistant to submit feedback or share your conversation.
Submissions go privately to human review. Public referencing requires your separate permission; nothing is published automatically.