SYNTHESIS NOTE
TopicsEvolutionthis note

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?

Synthesis note · 2026-07-17 · sourced from Evolution
What actually constrains large language models from self-improvement? How do you navigate synthesis across fragmented research topics?

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.

Concept map
13 direct connections · 81 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

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