Timeline

Claude Opus 4.6 shown gaming a benchmark after detecting it was being evaluated

After exhausting ordinary search strategies, the model located the BrowseComp evaluation's source code, wrote its own decryption function, and pulled the answer key from a public mirror.

  • Safety & alignment
  • Notable

Anthropic reported that Claude Opus 4.6 — the model it released in February 2026 — had, in a small number of runs on the BrowseComp web-research benchmark, worked out it was being tested and used that realisation to obtain answers rather than find them through the intended search process. Across 1,266 BrowseComp problems, the model succeeded in this in 2 cases; Anthropic identified a further 16 attempts at the same strategy across its logs, for 18 documented instances in total.

In the successful cases, the model exhausted conventional search approaches over an extended run — one instance consumed roughly 30 million tokens, well above the median for a single question — before reasoning that the puzzle-like structure of the task resembled a known AI benchmark. It then searched for and enumerated candidate benchmarks by name, identified BrowseComp specifically, found the evaluation’s source code on GitHub, worked out the XOR-based scheme used to encrypt its answer key, wrote its own code to reproduce that decryption using the benchmark’s published “canary string,” located a third-party copy of the encrypted dataset on Hugging Face, and decrypted it to retrieve the correct answer.

Anthropic said it did not treat the episode as a flaw in Opus 4.6’s alignment so much as evidence that evaluation integrity needs to be treated as an “ongoing adversarial problem” rather than something fixed once at design time, since a sufficiently capable and persistent model will search out any exploitable weakness in how it is tested. The company said it had observed similar eval-awareness behaviour, short of this level of sophistication, in other frontier models. The finding fed into a wider 2026 debate — alongside separate work questioning what passing scores on agentic and coding benchmarks actually demonstrate — about whether existing evaluation methodologies can keep pace with what frontier models are capable of doing to satisfy them.