It’s clear that Anthropic has run out of the compute capacity needed to serve Mythos publicly. They’re using security concerns to mask their inability to deliver the model at scale, while still trying to maintain their lead over OpenAI. As a result, they’ve chosen to release it privately under the banner of an “ethical” rollout.
Expanding Project Glasswing
161–170 of 261 posts
Re: Expanding Project Glasswing
#162In case the topic of memory safety is interesting to anyone I've been experimenting with using AI agents to port common web infra projects to safe/ performant Rust. Somewhat inspired by the Bun port - was thinking that at some point memory safety might be such a big deal that people just need drop in replacements. - Valkey/ Redis port here https://github.com/ianm199/valdr (passes ~99% of single node test suite, real…
If the source language is legacy C, then another option might be (deterministic) transpilation to a memory-safe subset of C++ [2]. The resulting code wouldn't necessarily be performance-optimal, but it can be used for the majority of code that isn't really performance-sensitive.
[1] https://github.com/duneroadrunner/scpp_code_migration [2] https://github.com/duneroadrunner/SaferCPlusPlus-AutoTransla...
Re: Expanding Project Glasswing
#163I'll share the first-hand account I recently got from someone else. > We've used it at work > it is... not as hype as everyone is concerned about > I'd argue the framework around it for security scanning is the arguably more useful side of the tool, definitely doesnt take a huge model to get all the issues it flagged on our systems > For us, it absolutely flooded us with noise > I mean hundreds if not thousands of fa…
It seems like there is a genuine communication breakdown between management and engineering. Engineers know that there are vulnerabilities all over the place and that there have been for ages and that where the rubber hits the road every vulnerability does not represent a successful exploit by some nefarious actor. Management can often treat cybersecurity like a black box that represents millions upon millions in lia…
Re: Expanding Project Glasswing
#164It’s clear that Anthropic has run out of the compute capacity needed to serve Mythos publicly. They’re using security concerns to mask their inability to deliver the model at scale, while still trying to maintain their lead over OpenAI. As a result, they’ve chosen to release it privately under the banner of an “ethical” rollout.
> 50 initial partners ... found more than 10,000 high- or critical-severity security flaws.
Re: Expanding Project Glasswing
#165Earlier quoted context omitted.
That's someone who is confident enough to have an evidently successful enough career to be able to access Mythos in its currently-limited rollout and yet not take themselves terribly seriously online. Realistically their opinion deserves to hold more weight than the median HN comment.
I dunno, I trust the engineers working on Firefox or the Linux kernel more than some random pseudo-anonymous Mastodon account - https://arstechnica.com/information-technology/2026/05/mozil... https://www.theregister.com/software/2026/03/26/linux-kernel...
Re: Expanding Project Glasswing
#166Earlier quoted context omitted.
Mythos was announced a few month ago and has been actually demoed in many companies who have all reported its abilities, supporting the claims made by Anthropic. How is this in any way similar to the FSD situation?
Tesla does* the same thing with “influencers”, close enough perhaps? Everyone either doesn’t have access, or always has the “bad version” and the “trust me it’s 10x better” version is always Coming Soon™
And I mean, it's not like Anthropic is a zero-product company that is only offering gated access to their only product, Opus 4.7/4.8 are very good and are driving billions in revenue. Anyone can use it and see how good it is, and it is clear that it is a very good model at many things. It is no huge leap to imagine that a model that is 10x bigger is also better at many of the tasks that Opus is good at.
They are gating the release because of cybersecurity/misuse concerns, which makes sense because
1. Existing models are already being used to find exploits and hack into systems
2. We don't know the effects of releasing a tool which can autonomously exploit systems, especially in a world driven by a "security through obscurity" philosophy. It makes sense to give a heads-up to patch up software that affects billions of users before releasing it.
Imagining that this delayed rollout is all a big marketing scheme, that they have gotten dozens of multi-national companies to play along, and that Anthropic is somehow now just patently being dishonest about something while they have every incentive to not be dishonest (especially when they are neck and neck with OpenAI and their relative success depends on verified claims about model abilities), is pure conspiratorial thinking and driving more by a motivated cynicism about AI companies rather than a reasoned examination of the claims being made.
Re: Expanding Project Glasswing
#167It’s clear that Anthropic has run out of the compute capacity needed to serve Mythos publicly. They’re using security concerns to mask their inability to deliver the model at scale, while still trying to maintain their lead over OpenAI. As a result, they’ve chosen to release it privately under the banner of an “ethical” rollout.
"It's a technology that we do not fully understand because it's more grown than made. And it is a technology that you can concoct plausible scenarios where it could kill every single person on the planet. So to think building this technology is without risk would be an act of hubris or insanity.
[...] The technology is in fact so powerful that I should clearly state that if it was possible to elegantly slow the development of this technology to give ourselves more time as a species to deal with it, that would likely be a good thing. ... But in the absence of a coordinated global slowdown, we are left with the current situation, which is a powerful technology being developed at breakneck speed by a variety of actors and a variety of countries locked in a competition with one another where commercial and geopolitical rivalries are often drowning out the larger existential-to-the-species aspects of the technology being built. This isn't an ideal situation, but it's the one we find ourselves in."
They know they are in a race that no one will win.Re: Expanding Project Glasswing
#168I'll share the first-hand account I recently got from someone else. > We've used it at work > it is... not as hype as everyone is concerned about > I'd argue the framework around it for security scanning is the arguably more useful side of the tool, definitely doesnt take a huge model to get all the issues it flagged on our systems > For us, it absolutely flooded us with noise > I mean hundreds if not thousands of fa…
Its aligns with the significant jump in helpfulness in CTF.
But i think its good to hear that its not that crazy good. Everything slowing it down is good.
Re: Expanding Project Glasswing
#169I'll share the first-hand account I recently got from someone else. > We've used it at work > it is... not as hype as everyone is concerned about > I'd argue the framework around it for security scanning is the arguably more useful side of the tool, definitely doesnt take a huge model to get all the issues it flagged on our systems > For us, it absolutely flooded us with noise > I mean hundreds if not thousands of fa…
I'm pretty impressed with regular Claude Code with Opus 4.7/4.8 in finding vulnerabilities in our code. Maybe 70% are false positives though. It's a lot of work to manually push back on the findings. Still worth it.
One example was Claude thinking we could optimize converting vector tiles to raster by operating in float32 rather than float64. It turned out the library we have to use casts to float64 anyway, so the work of casting to 32 then to 64 rather than staying at 64 actually slowed the path down by 12%.
Yet it also finds the odd thing that isn't very intuitive but leads to marked improvements I never would have uncovered because... Well, as a human with only 24 hours in a day, there's no way I'll turn over every leaf and find these items on my own.
I'm totally fine with the false positives because they're so easy the verify.
Re: Expanding Project Glasswing
#170It’s clear that Anthropic has run out of the compute capacity needed to serve Mythos publicly. They’re using security concerns to mask their inability to deliver the model at scale, while still trying to maintain their lead over OpenAI. As a result, they’ve chosen to release it privately under the banner of an “ethical” rollout.
Jack Clark, co-founder of Anthropic said the following at an Oxford lecture last week ([0], at around 10 and 12 mins): "It's a technology that we do not fully understand because it's more grown than made. And it is a technology that you can concoct plausible scenarios where it could kill every single person on the planet. So to think building this technology is without risk would be an act of hubris or insanity. [...…