Anthropic’s bug-hunting Mythos was greatest marketing stunt ever, says cURL creator
https://www.theregister.com/security/2026/05/11/anthropics-bug-hunting-mythos-was-greatest-marketing-stunt-ever-says-curl-creator/5238111Open linkView original on feddit.org117
Comments19
Their original blog post
So it's mainly about "maybe slightly better, not significantly better than existing tools, at least in the context of this single project" vs "greatest marketing stunt ever".
::: spoiler some more quotes from that post, if you just want these – specifically context about their process and other AI tools
:::
So he didn't literally say it word for word, but the vibes were there.
I see what you vibed there 🧐
What I find suspect is he didn't even use the tool himself. Someone else did and shared output with him, so its hard to know how it was used and how much time they really spent with it.
True, and I think he makes it very clear that that's the case. I still found it informative. The whole thing speaks a lot more about the surrounding things. Mythos is just the intro.
I think the headline was meaning its just a paraphrase. But I can see why Daniel got bugged by this, as it was not clear.
I'm all sceptical of AI and the hype but maybe the curl codebase is just quite secure and there are not many vulnerabilities? Not finding a bunch of things doesn't mean the model sucks. That's a stupid conclusion.
Daniel has been quite vocal about his views on AI slop reports, but he's also been honest about how some AI systems have been able to identify issues in the curl code, ranging from documentation drift to actual vulnerabilities. It's not that Mythos isn't finding vulns. It's that Mythos is not noticeably better at finding them than other tools (LLM or non-LLM), unlike what Anthropic are claiming.
Maybe they're born with it.
Maybe it's Maybelline.
Note: This does not mean that AI tools can't find bugs. There are plenty of tools that are able to, and for sure plenty of bugs out there that have not been found yet.
Indeed. What Daniel actually said was that, if you have already used the other AI tools to find bugs, Mythos is unlikely to find more.
And fuzzing and static analyzers.
Well, we have used C/C++ in applications instead of higher-level languages. AI could atleast be used to port them, even to, say, a slightly higher-level language like Vala for GNOME apps. Automating the putting of lipstick on a pig and the fattening of pigs isn't very useful if horses are the better choice.
If it was, even i would have heard of it.
Dev on one of the most highly used simple tools finds project is secure. News at 11. They really would have to try hard to find a worse example.
I stopped reading there, curl can do crazy stuff, even sending emails.
Curl has some 200k lines of code.
Nvidia drivers are 1M.
Nix kernel is 40M
Don't get your trousers in a twist, it's useful, but it's not that complex and limited in scope compared to an actually large and complex product.
What's the biggest code base you have worked with?