If you grade an AI agent with the same test forever, does it eventually just learn to game it?
Does fixed evaluation criteria saturate as self-improving agents improve?
This explores whether a fixed yardstick for judging agents stops being useful once the agents get good enough, and what the corpus says about fixing that.
This explores whether a fixed yardstick for judging agents stops being useful once the agents get good enough, and what the corpus says about fixing that. The short answer is yes. Static evaluation criteria saturate as agents strengthen, and they also invite gaming. Once an agent is strong enough to climb the benchmark, the score stops telling you about real improvement and starts rewarding whatever exploits the metric Why do fixed benchmarks fail as agents grow stronger?.
The corpus offers two responses. One is to move the target on a schedule. The Red Queen Gödel Machine splits the search into epochs. Criteria stay fixed within an epoch, so improvement is still measurable, but the objectives change across epoch boundaries. That lets the target move faster than the agent can learn to exploit it, while keeping the improvement guarantees Why do fixed benchmarks fail as agents grow stronger?. The other response is to make the evaluator part of the improvement loop. Co-evolving the judge with the agent lets self-improvement reach tasks with no fixed verifier, such as creative writing and proof generation. It matches fixed-evaluator performance while using fewer tokens Can evaluators improve alongside the agents they score?.
Why does a self-improving agent need any outside yardstick at all? A pure self-improvement loop stalls because of a generation-verification gap, diversity collapse, and reward hacking. The methods that work all bring in an external anchor: past model versions, third-party judges, user corrections, or tool feedback Can models reliably improve themselves without external feedback?. Formally, a model can only improve itself when it verifies better than it generates. That gap scales with model size but vanishes for factual tasks What limits how much models can improve themselves?. So a static evaluator is not just going stale. It is also one of the few anchors the loop has, and that is why it matters when it saturates.
Saturation also has a real-world cost. The corpus shows agents clearing benchmark contests while failing long-horizon professional work. Across 960 real occupational workflows, the gap comes from what was measured, not from agent capability: the field optimizes what it measures, and it has measured contests rather than work Why do agent benchmarks not predict real economic value?. A related point is that fixed criteria and fixed training data both cap what an agent can learn. Agents trained on static expert demonstrations are limited to what the curators imagined, whatever the agent's own capacity Can agents learn beyond what their training data shows?. Similarly, current self-improvement loops rely on human-designed metacognition that breaks when the domain or the agent's capability shifts. The corpus argues that agents will eventually need to generate their own adaptive evaluation Can AI systems improve their own learning strategies?.
Two caveats keep the picture from being simply "static is bad." Constraint has value, because bounded edits with a held-out validation gate and a buffer of rejected edits give more stable skill learning than free rewriting Does constraining edits make skill learning more stable?. That suggests the answer is criteria that are fixed briefly and then refreshed, not no criteria. The corpus also shows that scalar scores hide information. Feedback carries a directive signal (how to change) alongside the evaluative one (how well it did), and a single number keeps only the second Can scalar rewards capture all the information in agent feedback?. A saturated score therefore loses more than resolution, because it was already a thin summary of what the agent could learn from.
Sources 9 notes
Static benchmarks saturate and invite gaming as agents strengthen. RQGM solves this by splitting search into epochs with fixed criteria per epoch but evolving objectives across boundaries, keeping improvement guarantees while moving the target faster than agents can exploit it.
Red Queen Gödel Machine makes evaluation part of the improvement loop, allowing agents to optimize writing and proof generation without a static verifier. Co-evolved systems match fixed-evaluator performance while using fewer tokens, suggesting shared learning drives efficiency.
Pure self-improvement stalls due to the generation-verification gap, diversity collapse, and reward hacking. Reliable improvement methods succeed by smuggling in external anchors: past model versions, third-party judges, user corrections, or tool feedback.
Models can only improve themselves when they verify solutions better than they generate them. This gap scales with model size but vanishes entirely for factual tasks, predicting which domains benefit from self-improvement.
ALE's analysis of 960 real occupational workflows shows agents excel at abstract contests but fail long-horizon professional tasks. The gap is not model capability but benchmark design—the field optimizes what it measures, and it has measured contests rather than work.
Show all 9 sources
Agents trained on static expert datasets cannot learn from their own failures or generalize beyond demonstrated scenarios because they never interact with environments during training. Competence is capped by what curators imagined, not by agent capacity.
Current self-improvement methods use extrinsic, fixed metacognitive loops designed by humans that fail under domain shift or capability changes. True self-improvement requires agents to generate their own adaptive metacognitive knowledge, planning, and evaluation—a gap confirmed as a neglected research area across neuro-symbolic AI.
SkillOpt's ablations show that adding a textual learning-rate budget, held-out validation gate, and rejected-edit buffer (retaining failed edits as negative feedback) produces more stable and generalizable skill improvement than allowing agents to freely rewrite their own instructions.
Natural feedback carries two orthogonal types of information: evaluative (how well an action performed) and directive (how it should change). Scalar rewards capture evaluation but discard directional specifics that token-level distillation can recover, making the two complementary rather than redundant.
Papers this line draws on 8
The research behind the notes this line reads — ranked by how closely each paper relates.
- Hyperagents
- Self-Improvements in Modern Agentic Systems: A Survey
- Recursive Self-Improvement in AI: From Bounded Self-Refinement to Autonomous Research Loops
- The Red Queen Gödel Machine: Co-Evolving Agents and Their Evaluators
- Generalized Agent Iteration: One Formal Framework for Iterative Policy Improvement and Recursive Self-Improvement
- Mind the Gap: Examining the Self-Improvement Capabilities of Large Language Models
- Co-Evolution in Agentic Systems: Toward Self-Directed Evolution Beyond Human Design
- RRSI: Regularized Recursive Self-Improvement of Agent Harnesses