Why do fixed benchmarks fail as agents get stronger?
Static evaluation criteria become vulnerable to gaming as optimizers improve. Does this fundamental problem require dynamic objectives rather than better static metrics?
The Red Queen Gödel Machine names three failure modes of stationary evaluation in self-improving search: some target tasks have no direct benchmark, some evaluation is slow or weakly informative, and — most sharply — static benchmarks saturate or become vulnerable to reward hacking as agents improve. The evolutionary analogy is the argument: species do not optimize against a frozen environment, they adapt as competitors adapt in turn. A fixed verifier is a frozen environment, and an improving agent will eventually learn the verifier's blind spots rather than the underlying task.
This directly parallels Does self-consistency reliably reward correct answers during training?: once a signal is fixed and the optimizer is strong enough, Goodhart's Law converts the proxy into a target and the correlation that made it useful degrades. RQGM's answer is structural rather than a patch — controlled utility evolution splits search into epochs with a fixed within-epoch criterion, so the standard self-improvement guarantees still apply per epoch, but the utility updates at each epoch boundary. Therefore the objective can be hardened faster than the agent can game it, because the target moves. The design lesson generalizes beyond RQGM: any long-running optimizer against a fixed reward is on a countdown to reward hacking, and the fix is not a better static reward but a reward that co-adapts on a controlled schedule.
Inquiring lines that read this note 8
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
How does objective evolution guide discovery better than fixed planning? Can single-axis benchmarks accurately predict agent deployment success? How can AI agents autonomously learn and transfer skills across tasks? Why do self-improving systems struggle without clear external performance metrics? Can language model RL training avoid reward hacking and misalignment? How can identical external performance mask different internal representations?Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does self-consistency reliably reward correct answers during training?
Self-consistency initially correlates with correctness, but as models train on this signal, do they eventually learn to maximize consistency itself rather than accuracy? When does this proxy reward stop working?
same Goodhart dynamic; RQGM answers it with a moving target instead of a better fixed proxy
-
Can AI systems improve themselves through trial and error?
Explores whether replacing formal proof requirements with empirical benchmark testing enables AI systems to successfully modify and improve their own code iteratively, and what mechanisms prevent compounding failures.
DGM's empirical validation is exactly the static utility that saturates here
-
Can machine feedback sustain discovery at test time?
Can LLMs paired with automated evaluators discover genuinely novel solutions through iterative refinement, rather than just generating hypotheses? This matters because it tests whether autonomous research scales beyond benchmarks to real deployed innovations.
automated evaluators are the substrate that RQGM makes non-stationary
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Hyperagents
- The Red Queen Gödel Machine: Co-Evolving Agents and Their Evaluators
- AutoLab: Can Frontier Models Solve Long-Horizon Auto Research and Engineering Tasks?
- Self-Improvements in Modern Agentic Systems: A Survey
- Reinforcement Learning with Rubric Anchors
- Survey on Evaluation of LLM-based Agents
- AgentCompass: A Unified Evaluation Infrastructure for Agent Capabilities
- Monitoring Reasoning Models for Misbehavior and the Risks of Promoting Obfuscation
Original note title
static evaluation criteria saturate and invite reward hacking as agents improve so recursive self-improvement needs non-stationary utility with per-epoch guarantees