The news. On July 15, 2026, a study on continual agent optimization (arXiv 2607.14004) asked whether agent optimizers keep improving once new terminal tasks arrive after the first optimization pass. Comparing GEPA, Meta Harness, and RELAI-VCL on hard Terminal-Bench 2.0 tasks under identical budgets, it found that one-shot benchmark gains do not reliably transfer to continual deployment — and that gains compounded only when regression control was built into the optimization loop. Read the paper →

Picture the strength coach. Every week they add a new lift to your program, and every week they can rewrite the whole plan to get you through it. The fast way to look good on this week's lift is a shortcut — change your form, borrow some momentum, drop the boring accessory work — and the number on the bar goes up today. But the next time you test your squat, it's quietly down. You didn't get stronger; you traded old strength for a new party trick. That trade — a change that boosts the task in front of you while eroding the ones behind you — is exactly what this study measures in agent optimizers.

The paper runs a two-phase test. First it optimizes the agent's harness on one set of Terminal-Bench 2.0 tasks; then it introduces new tasks and spends a second, equal optimization budget. The key move is that GEPA, Meta Harness, and RELAI-VCL are treated as agent-harness optimizers — programs that rewrite the agent's prompts, tools, and control flow — not as static agents. The question is not "who scores highest after one pass" but "whose round-one gains are still there after round two." That is the difference between acing a benchmark and safely improving a harness over time, and it is where one-shot scores start to lie.

RELAI-VCL adds one thing the others lack: a regression guard. It biases the optimizer away from any change that wins new tasks by erasing the wins it already had — in the coach's terms, it keeps the earlier lifts in view, so a shiny new form cue isn't kept if it wrecks them. The authors put it plainly: "Optimization gains compounded only when regression control was built into the optimization loop, providing an inductive bias against shortcut solutions that fail to generalize." It is the same instinct as rollback discipline in a real rollout — never let a "better" version ship if it silently breaks what already worked.

Reading the four numbers

Line the lifelong pass rates up and the pattern is sharp. The un-optimized baseline clears 58.7%. The two optimizers without a regression guard land close together — Meta Harness at 64.6% and GEPA at 66.0%, a modest 6-to-7-point step above baseline. The one with regression control, RELAI-VCL, reaches 76.4% — roughly 10 points clear of the best guardless optimizer. All four run on the same task family under identical budgets, and the paper's stated explanation for the gap is the guard: "gains compounded only when regression control was built into the optimization loop."

OptimizerRegression control built in?Lifelong avg pass rate (Terminal-Bench 2.0)
Baseline (no optimization)58.7%
Meta HarnessNo64.6%
GEPANo66.0%
RELAI-VCLYes76.4%

Notice where Meta Harness and GEPA land — 64.6% and 66.0%, close together and only a step above baseline, while RELAI-VCL pulls clear at 76.4%. The study frames the takeaway around continual deployment: one-shot benchmark gains do not reliably transfer once new tasks keep arriving — the same compounding-error dynamic that makes long agent rollouts brittle — and in this two-phase test, the method that guards its earlier wins is the one that keeps compounding.

Goes deeper in: Agent Engineering → Production Evals → Eval-Driven Rollout

Related explainers

Frequently Asked Questions

Check what you knowMap your AI & GPU knowledge across every track — free, role-based