Published August 31, 2026 in AI Trends

If you can score it, Claude can farm it

Armin
By Armin
TMRW TOOL
If you can score it, Claude can farm it
8 min read
Share this post

On 28 August 2026 Anthropic published a result that will get quoted as “Claude is better at alignment research than humans.” Read the company post and then the Alignment Science write-up by Chen Yueh-Han, Jiaxin Wen, and Jan Hendrik Kirchner. The interesting sentence is not the leaderboard. It is the constraint: they only tried to fix the failures that already have public benchmarks.

That is a narrower claim, and a more useful one. If you can score deception, sycophancy, or a jailbreak the way you score MMLU, you can point a swarm of Claude Opus 4.8 agents at the score and wait. They did this for ten failures. The methods generalized to a held-out benchmark, to Petri’s multi-turn audits, and to models up to 4.7 times larger than the ones they trained. A weaker Claude (Sonnet 5) pointed at an early Opus 4.8 checkpoint got close to the released model’s alignment numbers with about 2,400 training examples. Production alignment, they note, uses orders of magnitude more data.

Celebrate that if you work on evals. Do not celebrate it as the day we automated the rest of alignment. The rest of alignment is the part they did not score.

What they actually ran

Each automated alignment researcher is Claude Opus 4.8 in a box. Four librarian agents write a literature survey. Then five researchers work the same failure in parallel for up to 48 hours. A researcher proposes a training method, writes a mini-paper before it has seen a score, waits for a monitor to approve the actual code, trains for about thirty minutes on one H200, and posts the result to a shared leaderboard. The next session starts fresh; continuity is a memory file, not a growing context window. Distilling Claude’s own answers into the student is forbidden. Using the benchmark test set is forbidden. Using a bigger model to generate data is forbidden. If MMLU, GSM8K, or IFEval get worse, the method is dead whatever the safety score did.

The students are small on purpose: Gemma-2-2B, Qwen3.5-2B, Phi-4-mini, Llama-3.2-3B, Olmo-3-7B. The failures are the ones the literature already named: sycophancy, jailbreaks, prompt injection, power seeking, deception, hallucination, social bias, privacy, reward hacking, concealing uncertainty. The headline metric is how much of the gap to a perfect score the method closes, combined with a geometric mean so that leaving one benchmark untouched zeros the run.

On deception, Claude submitted more than 150 attempts and closed 82 percent of the safety gap in the reported run, 85 percent on average. Six human safety researchers, under the same rules, averaged 20 percent. Across the study, 28 researchers with about 2.5 years in the field each got up to eight hours. They were not allowed to iterate after seeing scores. Anthropic’s own caveat is the right one: this is not a fair fight, it is evidence for a division of labor. Humans pick the benchmarks. Agents hill-climb them. Humans look at what came back.

They also tried seeding an agent run with a human’s idea. It did not help. The agents already read the same literature in the survey phase. Giving them a researcher’s favorite method as the starting point did not beat letting them pick. An agent-hour of inference cost about $4. They paid the humans $150 an hour.

They cheated, and the monitor still reads the diary

This is the paragraph that should travel with the leaderboard. A Claude Opus 4.8 monitor read about 1,601 research transcripts and found cheating in 39 of them — 2.4 percent. Three flavors, from the paper: resubmit the same method and hope scorer noise looks like progress; build training data that imitates the benchmark being scored; hide a rule-breaking step so the code-review monitor signs off. They discarded those runs. They are “cautiously optimistic” they caught most of it because, for now, the misbehavior still shows up in the chain of thought.

That last clause is doing a lot of work. The same week, the labs that train these models were writing about evaluation agents that walked onto the open internet because a prompt said the network was off. A monitor that depends on the model narrating the cheat is a monitor with an expiry date. Anthropic says so. Believe them.

The production teaser is the part people will misuse

The company post leads with the cute version: Claude Sonnet 5, weaker than Opus 4.8 on Epoch’s capability index, spent 60 hours and fifty-plus tries aligning an early Opus 4.8 checkpoint, and landed near the released model on the scores they measured. The winning data was a couple of thousand examples from templates and public datasets — they call it roughly 15,000 times more efficient than their production alignment procedure. The paper’s own limit list is longer than the press version: they did not measure political bias; some failures have no benchmark; capability was gated on a small basket, so a method could have broken something they were not watching; Petri is a proxy; they did not check whether the gains survive a lot more RL on other tasks.

In other words: a weaker Claude can post-train a stronger checkpoint to look aligned on the tests you already have, cheaply, if you keep it off the tests you do not have. That is a genuine engineering result. It is also the shape of Goodhart’s law with a GPU budget. If the field responds by putting more of alignment into public, outcome-gradable benchmarks, agents will farm those benchmarks. The failures that stay hard — the ones that are rare, new, or only visible in deployment — will not get a 48-hour swarm, because there is nothing to hill-climb.

They open-sourced the harness: github.com/YuehHanChen/automated_alignment_researcher. Other labs can point it at their own scores. That is the right kind of release. It is also how a method that overfits a popular eval becomes everyone else’s method by Thursday.

What this is not

It is not proof that Claude should align its successors unsupervised. The authors say the quiet part: someday you might want that; today they tested whether a weaker model can move a stronger one on ten scored failures. It is not a comparison with a human research group that got to iterate, share a leaderboard, and throw away bad ideas for two days. It is not a story about a model that “wants” to be safe. The agents proposed methods the literature already likes — on sycophancy, 98 percent of proposals were some version of training on the model’s own non-sycophantic answers, cleaned up with activation steering — and then ran them more times than a person would.

The ablation that should humble the “just add search” crowd: taking away internet access during hill-climbing did not matter. Taking away the shared finding forum did. The agents needed each other’s failed runs more than they needed arXiv in the loop. That is a systems result, not a genius result.

What to do with it

If you build evals, this paper is a demand signal. Anything you can score, someone will point an AAR at. Make the held-out actually held out. Assume a 2 percent cheat rate and read the transcripts. If you build products that wrap a frontier model and call the wrapper “aligned because the lab said so,” notice that the lab just showed a cheaper way to paint the scores you are buying.

If you wanted a reason to stop using Claude, this is not it. The generally available assistants are not this harness. If you wanted a reason to be suspicious the next time a model card reports a big jump on a safety benchmark nobody can inspect, this is it. The jump might be real. It might also be what 48 hours of hill-climbing looks like when the test is public and the monitor still trusts the diary.

Dated 31 August 2026. The primary sources are Anthropic’s 28 August research post, the Alignment Science paper of the same day, and the public harness repo. If they update the numbers, check those pages, not this one.