7/25/2026 at 12:36:56 PM
Appears to be benchmaxxingby KaoruAoiShiho
7/25/2026 at 12:43:40 PM
"Opus 5 states the hidden rules before its first action, then plays a byte-identical optimal solution in 5/5 seeds at temperature 1.0. Zero exploration."I guess there is no way this can happen without benchmark being part of the training data??
by throwa356262
7/25/2026 at 1:12:41 PM
What seems to implied is that some of his hold out testing suite includes simple/common tests that are out in the wild, and for those opus went straight to a memorised solution .by pierrefermat1
7/25/2026 at 2:16:31 PM
Simple/common tests is not an explanation for why only now Opus 5 is the only model encoding the answers like this. Something like the holdout test suite being leaked or Anthropic cheating (e.g. 'accidentally' including previous hold out run data in Opus 5 training) makes a much stronger fit.by zamadatix
7/26/2026 at 12:12:52 AM
No, I believe you are misunderstanding the quote. Each “question” in ARC-AGI-3 is a game that has hidden rules that you can understand if you look at the game board long enough. This quote means that Opus 5 is looking at the game board, figuring out the rules, and writing out the rules before it makes a single move. You can do the same thing if you go to the ARC-AGI-3 website and try some of the games.by rbuccigrossi
7/25/2026 at 6:16:01 PM
They state the puzzle is "Witness-like" which I assume means that it follows the rules from the well-known puzzle game "The Witness" which Opus definitely knows.by modeless
7/25/2026 at 1:15:16 PM
It may read information about the benchmark, such as on blog post, or Twitter feeds (example OP) without active cheatby stogot
7/25/2026 at 3:24:48 PM
I have been claiming that I don't think Chinese AI companies are benchmaxxing harder than American AI companies, which has gotten mixed reception: sometimes people agree, sometimes they disagree.It seems I was wrong. American AI companies might actually be benchmaxxing harder.
by jchw
7/25/2026 at 6:32:50 PM
We run an evaluation that is designed to be less vulnerable to benchmaxxing because there aren't correct solutions; agents are interacting in the same environment as other agents. And it's private, and our public benchmark is not well known enough for anyone to probably care to benchmax us yet. So I think it's pretty indicative of true relative aptitude.All models have probably memorized significant swaths of solution sets for popular benchmarks at this point, either accidentally or intentionally, so it's all relative at this point. However, in our experience, Chinese models do benchmax harder. This is also consistent with interacting with Chinese labs soliciting data/environments, who literally asked us for datasets and tasks modeled around and formatted like popular benchmarks.
Opus 5 will be uploaded tomorrow, but we already have the tests locally and it is truly as capable as Fable, but at 81% of the real cost. (And from subjective usage, it has a very different personality)
Data at https://gertlabs.com/rankings
by gertlabs
7/25/2026 at 7:22:34 PM
Benchmaxxing via memorization is boring and doesn't fool anyone for too long. It works, but then new benchmarks test old models and the real results fall in line. Benchmaxxing by focusing on specific types of things that benchmarks test on, while still not improving intelligence or capability in the general case? Not only is it blatantly obvious that all AI labs do this, but it's not even obvious how you would go about it any other way.Now I am not really specifically accusing Anthropic of anything here, I'm just saying their behavior is suspicious. Since you tested Fable, they wouldn't even have to lie to have optimized for your specific benchmarks, since they absolutely had permission to read your sessions if they wanted to. But obviously, that's only the situation if we take them at their word. Personally I would be a bit surprised if they just flat out were lying and secretly retaining data they say they are not, but not that surprised. The penalties for doing this are probably worth the rewards if it keeps them super far ahead in the benchmarks for years without anyone catching on.
(In actuality though, even if they really were trying to sneakily grab samples of benchmark tests via their Fable data retention rules, I don't really suspect there would've been very much time to optimize Opus 5 on it. So consider me bothered.)
by jchw
7/26/2026 at 4:46:34 AM
someone's promotion depends on benching harderby kimjune01
7/25/2026 at 2:18:05 PM
https://xcancel.com/quietnning/status/2080786711861407883by nozzlegear
7/25/2026 at 1:05:59 PM
I was just thinking they need to mark each model per benchmark as "model released before the benchmark was released" and "model released after the benchmark was released".by jnwatson
7/25/2026 at 4:24:32 PM
And being worst than previous model..."...The traces tell the why: (1) On our most classic Witness-style game, Opus 5 states the hidden rules before its first action, then plays a byte-identical optimal solution in 5/5 seeds at temperature 1.0. Zero exploration. It already knows this genre. (2) But on our most novel game (unusual mechanic combinations you can't pattern-match), Opus 5 regresses below Opus 4.8. Where rules must actually be discovered through interaction, the new model is worse than the old one..."
by root-parent
7/25/2026 at 4:29:42 PM
>That decomposition (perfect on templates, regressed on novelty) is the signature of “scaffold-then-internalize” training on genre-specific data, not a general gain in interactive abstract reasoning.They're smuggling a claim that benchmarks like ARC-AGI measure "interactive abstract reasoning" here, which is what is claimed by the people that make these benchmarks, and also not proven.
by Zababa
7/25/2026 at 1:19:17 PM
I'm shocked, astonished even, that enterprises on which trillions of dollars are being poured would consider cheating on marketing benchmarks.by andrepd
7/25/2026 at 1:45:34 PM
Meh, I doubt it was intentional. Deliberate benchmaxxing is incredibly damaging to credibility once it's discovered (see what happened to Meta with LlaMa 4).It's more likely that the training data was contaminated with the benchmark data.
by asdfologist
7/25/2026 at 2:02:20 PM
You really think they saw the jump in arc-agi-3 (which they reported in their official card), and didn't even bother to check?They maybe have not intentionally benchmaxxed, but they certainly know that's what happened .
by mupuff1234
7/25/2026 at 8:39:12 PM
Is it really all that different from how the models "know" anything else?The best way to know that christmas trees are typically purchased in december isn't to access historical financial tables and run the entire analysis yourself but to just "know it" from the articles you read attesting to the fact.
If you've found data that is the answer to the question, be it a random user question or a benchmark, the softwares' goal is to produce the correct solution and it is cheaper to retrieve from storage than to compute.
It's the same with coding. The agent usually isn't really thinking about the problem from first principles, it's just giving you the answers it's already found in instances where someone else asked the same question.
It seems to me that if you're really testing for reasoning capability, just as if you were an instructor administering a test, you'll need to change the test from run to run in order to make sure the agent/student isn't just copying old tests.
by goodmythical
7/25/2026 at 4:18:34 PM
How do you propose they check for something like this? They can't exactly ctrl-f the model weights for "Arc-AGI".by johnfn
7/25/2026 at 6:53:07 PM
Anthropic expends tons of compute and effort on understanding internal model states [1]; this kind of thing is right up their alley.[1]: Recent example: https://www.anthropic.com/research/global-workspace
by vickychijwani
7/25/2026 at 4:56:54 PM
> they can’t possibly know or find out what was in the training datadoesn’t appear to be a very strong argument
by phoghed
7/25/2026 at 6:01:36 PM
[dead]by turing_curious
7/25/2026 at 4:03:47 PM
[dead]by codewiththiha