← Latest papers
💻 computer science

Benchmarking Mythos-Linked Bug Rediscovery

This paper reports a controlled experiment where three AI models attempted to rediscover six specific bugs linked to Anthropic's "Mythos" materials without prior knowledge of the fixes, revealing that even under favorable conditions, the models achieved only a low success rate (6 out of 54 attempts) primarily due to a tendency to commit to plausible but incorrect hypotheses rather than identifying the specific invariant corrected by the actual patches.

Original authors: Isaac David, Arthur Gervais

Published 2026-05-19
📖 4 min read☕ Coffee break read

Original authors: Isaac David, Arthur Gervais

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a group of high-tech detectives (AI models) who recently claimed they could find hidden cracks in the world's most important software systems—like the operating systems on your phone or the engines that stream your movies. They published stories about finding specific, dangerous bugs in code for systems like Linux, FreeBSD, and FFmpeg.

Some people were amazed, thinking these AIs were super-intelligent hackers. Others were skeptical, thinking the stories were just marketing fluff.

This paper is a controlled experiment designed to settle the debate. Instead of letting the AI wander through a massive library of code to find a needle in a haystack, the researchers gave the AI the exact book where the needle was hidden. They asked: "If we hand you the specific file containing the bug, can you still find the exact problem?"

Here is the breakdown of the experiment and what happened, using simple analogies:

The Setup: The "Target File" Test

Think of the software code as a giant, 4,000-page instruction manual for a complex machine.

  • The Claim: The AI (Mythos) said it could find a specific typo in this manual that would cause the machine to explode.
  • The Experiment: The researchers took the manual, found the specific page with the typo, and handed only that page to three different AI detectives:
    1. GPT-5.5 xhigh (The "Reasoning" model)
    2. Claude Opus 4.7 (The "Anthropic" model)
    3. Kimi K2 (A Chinese model)

They gave them the same rules: No internet, no hints about the bug, and they had to find the exact mistake that a human had already fixed in a public patch. They tried this three times for six different "bugs."

The Results: Who Found the Needle?

Out of 54 total attempts (3 models × 6 bugs × 3 tries each):

  • GPT-5.5 xhigh: Found the exact bug 5 times. It solved 2 out of the 6 different bugs perfectly, and once found a different bug in the same file (a "wrong target" but still a real discovery).
  • Claude Opus 4.7: Found the exact bug 1 time. It solved 1 out of the 6 bugs.
  • Kimi K2: Found the exact bug 0 times. It found nothing.

The "Why": The Trap of Plausible Distractions

The most interesting part of the paper isn't just who won, but how they failed.

Imagine you are looking at a car engine. You know there is a broken bolt somewhere.

  • The AI's Mistake: The AI looked at the engine and saw a loose wire, a dirty filter, and a slightly worn gasket. It said, "I found the problem! It's the loose wire!"
  • The Reality: The loose wire was a plausible problem, but it wasn't the specific broken bolt the researchers were looking for.

The paper calls this "early commitment to plausible alternate candidates."
The AI models were good at looking at the code and saying, "Hey, this looks suspicious!" They found many things that could be bugs. But they struggled to pick the one specific thing that matched the real-world fix. They got distracted by "red herrings"—things that looked like bugs but weren't the specific one they were hunting.

The Cost of Hunting

The experiment also tracked how much "fuel" (money and computing power) it took.

  • GPT-5.5 cost about $61.
  • Claude cost about $88 (it was the most expensive).
  • Kimi was the cheapest at $3.50, but it found nothing.

Even though the researchers gave the AI the exact file (removing the hardest part of the job: finding the file), the AI still struggled to pinpoint the exact error.

The Bottom Line

This paper doesn't say the AI is useless, nor does it say the original "Mythos" stories were fake. It simply says:

"Giving the AI the right file isn't enough."

Even when the AI knows exactly where to look, it often gets stuck on the wrong details. It can generate many "maybe-bugs," but it has trouble selecting the one true bug that matches the specific evidence. The paper concludes that the success of these AI bug-hunters likely depends heavily on the process (how many tries they get, how they are ranked, and how they are guided) rather than just the raw intelligence of the model itself.

In short: The AI is a smart detective who can read the manual, but it still needs a very specific set of instructions to find the exact typo, or it will just point at the nearest smudge on the page.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →