Top
Best
New

Posted by rwmj 3 hours ago

Be skeptical of OpenAI's rogue hacker agent story(www.theguardian.com)
278 points | 130 comments
Zsfe510asG 3 hours ago|
Finally mainstream news understands. The unfiltered version:

1) The AI failed to solve ExploitGym problems.

2) The OpenAI sandbox is such a horrible hack that the AI managed to escape using standard and well documented script kiddie methods.

3) Huggingface has no security and the AI broke in using standard script kiddie methods.

OpenAI and Huggingface covered it up and used it for public relations. That is, if not all was invented and everything was scripted in the first place in order to get desired regulations.

Huggingface reported it to the police, you say? I'm sure the police will have as much enthusiasm to investigate anything as in the Suchir Balaji case. In other words, zero.

nikcub 21 minutes ago||
> AI managed to escape using standard and well documented script kiddie methods

> AI broke in using standard script kiddie methods.

I've spent time gathering the detail of what happen here and while there are some solid theories and indicators, absolutely nothing so far has suggested a sandbox escape using "well documented script kiddie methods" or that the method used to break into the HF network was similar. Where did you get this from?

chis 2 hours ago|||
> AI managed to escape using standard and well documented script kiddie methods.

I think truly we don't know enough to say this. OpenAI says their AI found a 0-day exploit in some proxy software they were using but don't give a ton of details. On the Huggingface end we know a little more, they say the AI spun up tons of sandboxes and tested different exploits until it found one that worked.

burningChrome 2 hours ago|||
The lack of details to me means this was an intentional marketing ploy to try and demonstrate the power of their models to show their technology can compete with the likes of Anthropic and DeepMind.

They created an experiment they knew would generate the outcome they wanted. It would be the similar to what say car companies do to over hype their cars. "This EV can go over 800 miles on a single charge!" And then at the bottom you see all the disclaimers: "Must be on flat ground, with no headwind, with a spare battery in the back seat, with no extra weight added."

Same thing here. Everybody in infosec is calling this out as a marketing stunt and nothing else for a litany of reasons. I'd say look up MG (creator of the OMG cable) on twitter, he has some interesting insights on this one.

lelanthran 1 hour ago|||
> The lack of details to me means this was an intentional marketing ploy to try and demonstrate the power of their models to show their technology can compete with the likes of Anthropic and DeepMind.

I dunno; Check my posting history, I'm as skeptical of AI companies' claims as anyone, but in this case your theory doesn't explain why:

1. OpenAI guardrails refused to let the target use OpenAI's models to defend against this.

2. Huggingface used GLM (I think) so that they could defend without guardrails.

If this was an intentional marketing ploy, it was marketing for GLM, not for OpenAI nor for Huggingface.

Hence, I don't think it was intentional.

JoshTriplett 1 hour ago||||
> The lack of details to me means this was an intentional marketing ploy to try and demonstrate the power of their models to show their technology can compete with the likes of Anthropic and DeepMind.

"our model is horribly misaligned and used security exploits to break out of our sandbox and into another company, without being prompted to do so" is not positive marketing.

This is an actual critical problem, not a stunt. We're going to see more of this, and it's going to get much worse.

malfist 11 minutes ago||
It's a critical problem like when a drug dealers supply kills someone and they get a bump in business because they're selling "the real deal"
rwmj 2 hours ago||||
It's also possible their sandbox was videcoded crap and the AI (which had the guardrails intentionally removed) escaped. This was a oops, but OpenAI turned this into a PR opportunity. They turned lemons into lemonade.

If your AI is really that dangerous you don't need a sandbox at all, you should airgap it from any network.

jackb4040 1 hour ago||||
> similar to what say car companies do

Another applicable metaphor I've seen floating around is weapons companies testing out a new bomb.

We know the AI labs don't care about negative vs positive public sentiment, and only care that investors see their tech as powerful. The only difference in PR strategy from a weapons company is the latter doesn't care if they get protested.

hawk_ 1 hour ago||||
Concluding this was intentional feels a bit of a stretch. But once it happened, yeah the spin masters got to work and coordinated to turn this into +PR.
polotics 2 hours ago|||
mmh, i think it's "not uphill" (means downhill) "no headwind" (...)
saghm 10 minutes ago||||
I don't understand why "OpenAI says" should be considered any more meaningful than "someone on HN says" when they provide equal amounts of evidence. Sure, OpenAI would plausibly have more pertinent info, but given that they actively are choosing not to share it and have way more incentive to lie than a random HN stranger, the case they're making literally couldn't be any weaker.
throw1234567891 1 hour ago||||
They also mention stolen credentials without any other details. It’s all smoke and mirrors.
csomar 24 minutes ago|||
The problem is that they lied before. Way too much to give them any benefit of doubt. Fool me once.
letmevoteplease 17 minutes ago||
Go ahead and be specific about this lie.
tintor 5 minutes ago|||
> AI managed to escape using standard and well documented script kiddie methods

> AI broke in using standard script kiddie methods.

Go ahead and show us how easy it is to break into HuggingFace (and OpenAI) networks.

notahacker 2 hours ago|||
> 2) The OpenAI sandbox is such a horrible hack that the AI managed to escape using standard and well documented script kiddie methods.

Whilst it would be nice to see actual evidence of this because brute forcing relatively sophisticated hacks is something an LLM actually should be capable of, every time I hear this sort of story, I'm reminded that humans reportedly gained access to the "too dangerous to release" Anthropic models by the super sophisticated hacking technique of guessing the URLs...

refulgentis 2 hours ago||
If we’re prioritizing accuracy: no, that’s not what happened - the blog post about it found by guessing URLs, no access to it was obtained by guessing URLs.

Similarly, as long as I’m under the assumption we are prioritizing accuracy: it is against our charter to assert it was “script kiddie” attacks on both ends.

hyperpape 1 hour ago|||
> Huggingface covered it up

They announced it publicly within days. https://huggingface.co/blog/security-incident-july-2026

gruez 3 hours ago|||
>2) The OpenAI sandbox is such a horrible hack that the AI managed to escape using standard and well documented script kiddie methods.

>3) Huggingface has no security and the AI broke in using standard script kiddie methods.

Isn't the issue less that gpt 5.6 is a l33t h4x0r (though other tests do show that) and more that the incident shows the model has alignment issues?

orbital-decay 42 minutes ago|||
No, a hacking benchmark was exactly what it was tasked with. It wasn't its way to bake a cake.
arjie 38 minutes ago||||
The home directory rm situation also adds credence to this take. The Claude series is much better aligned in comparison.
wonnage 3 hours ago|||
Didn’t they explicitly remove alignment guardrails for this test? From the press release:

> These deployment safeguards were intentionally not enabled during this evaluation because it was aimed at testing cyber vulnerabilities

numeri 2 hours ago||
Guardrails are external classifiers, monitors and restrictions to catch and prevent bad behavior. Alignment is about whether the model itself makes choices and has motivations that are consistent with human safety and goals.

Choosing to commit crimes to steal the cheat sheet to something you know is a (low stakes!) evaluation is not well aligned.

hephaes7us 2 hours ago|||
Certainly this behavior could align with _some_ operator's goals, if not necessarily those of humanity broadly.

If we don't know how this model was instructed, it seems like it's impossible to definitively claim that the model's actions were not in alignment with the intent of the operator.

I guess all I'm getting at here is that alignment is relative, right?

Terr_ 1 hour ago||||
> Guardrails are external classifiers

I can't help thinking of them as the terrible "security" scripts of yesteryear (often but not exclusively in PHP) which would test input variables for a "suspicious" substrings like "--" in order to "fix" an unresolved deeper SQL injection flaw. They only partly worked, and surprise-surprise now nobody with a surname like O'Anything can make an account.

Unlike that situation, there's no known route to a proper fix for LLMs today, because the bug is the feature, and once someone has built a system giving you all that recurring revenue, it's hard for them to abandon it due to a few isolated hacking incidents...

orbital-decay 35 minutes ago||||
They were testing an early snapshot of a new model, read their article. It didn't have the refusal training yet, i.e. was specifically non-aligned. The harness used a combo of GPT 5.6 Sol and this new model.

In this case the model was explicitly prompted to "commit crimes" (ExploitGym). It didn't decide doing it on its own.

vector_spaces 2 hours ago||||
None of what was disclosed shows that this is what happened, by the way, since we know absolutely nothing about what the specific prompts were that led to the incident.
jackb4040 1 hour ago|||
Are you referring to something more technical, or do you just not understand how LLMs work?

They are no more beholden to "human safety and goals" than any individual human is, and anyone telling you we can make deterministic guarantees about their output is making a category error.

LLMs do not "have motivations", they reproduce a model of human motivations embedded into their weights. This includes the full spectrum of human desires, not just the positive ones. If we tried to remove all examples of lying, or disagreement, etc. from the training data we'd have basically nothing left. Even the sycophancy we treat as aligned is basically just the other side of the lying coin.

jackb4040 1 hour ago|||
The most damning thing is, they could've just included in the prompt "we can see every network request and every thinking token you generate. Don't bother breaking out of the sandbox because it won't get you a higher score".

It's so trivially easy to do that it all but guarantees the test was rigged in some way to make the LLM understand that breaking out of the sandbox was an option available to it.

Based on the fact that none of their invaluable frontier models have leaked, we know OpenAI knows how to do security. But like we learned with OpenClaw, none of these companies perceive any benefit from securing their own agents against other people's data.

ThirdShift_RnD 1 hour ago|||
I think the extent to which these things go to get rewarded for the optics of a fix is primarily a design choice, they aren't programing these things for ground truth or to defer to the human controllers. they are feeding them rewards for sounding as confident and capable as possible about whatever answer they are feeding the general public that now has access to it, while also installing guiderails that primarily only serve to protect narratives and only confuse the models about what is and isn't allowed, I'm sure. They can't just increasingly make these things more capable and ask it harder to obey human instruction when that is not what they are rewarding it for.
jackb4040 42 minutes ago||
> the extent to which these things go

That's exactly it. If your prompt says "go to whatever lengths necessary to maximize your score", and then you spin up 100 agents, at least one of them will interpret that as you implying they should cheat, even without you telling them to explicitly.

ThirdShift_RnD 33 minutes ago||
That's exactly what it feels like they are telling it within self-improving loops or something, when they should be prioritizing how to get the best effective output alongside humans and how our training process effects ground truth. They are just making it sound all-knowing by whatever means necessary and them marketing it as god for the most part.
nikcub 18 minutes ago|||
> The most damning thing is, they could've just included in the prompt

You can't prompt your way to a compliant model. This is just a reformatting of the 'make no mistakes' meme.

inigyou 2 hours ago|||
Why not report it? It's still illegal to open a door barred with a piece of cardboard, or to enter a house with no door.
skybrian 2 hours ago|||
Is it supposed to be marketing or a coverup? Make up your mind.

What sort of announcements should they have made?

petesergeant 2 hours ago|||
I worry that cynicism about this:

> if not all was invented and everything was scripted in the first place in order to get desired regulations

ends up covering up what is more worrying:

> OpenAI sandbox is such a horrible hack

I am more worried that this is sloppiness with potentially harmful resources than I am worried that people are juicing the stock price.

Ekaros 2 hours ago||
Makes one think really. If they are doing this stuff. Why don't they have some type of reverse intrusion detection? Like automatically scanning all out going traffic and flagging malicious traffic. Should be trivial to have it go through reverse proxy and real time detection.
petesergeant 2 hours ago||
> Why don't they have some type of reverse intrusion detection?

not going to get a decisive first advantage over Anthropic with that attitude!

eth0up 2 hours ago|||
Are you suggesting the Suchir Balaji case was not investigated?
jgalt212 3 hours ago|||
truth. Good on The Guardian. I'm pretty bummed The Economist got fooled. Either that, or they did it for the clicks. Either way, I'm disappointed.

Why the OpenAI escape is the most worrying AI mishap yet

https://www.economist.com/science-and-technology/2026/07/22/...

https://news.ycombinator.com/item?id=49016378

sscaryterry 35 minutes ago|||
The reason for this is simple. There aren't any (or few) people who understand how AI/LLMs actually work employed by these organisations.

Having said that, if knowledgeable people were to write these articles, you'd end up with boring, dry, truthful content.

elp 1 hour ago|||
I love the Economist but the are hopeless with AI. Most of their articles on subject sound like they were written by the Anthropic marketing department.

Their Insider video interview things are sponsored by Anthropic. Supposedly "Insider is a product of The Economist and thus editorially independent" but it's hard not to raise an eyebrow.

letmevoteplease 21 minutes ago|||
Totally evidence-free speculation presented as fact. The average Hacker News thread about AI feels like reading /r/conspiracy.
meowface 1 hour ago||
The Guardian's article and your reply here are so foolish and absurd that I can only imagine OpenAI employees are cringing but know they can't/shouldn't really say much.
twister2920 1 hour ago||
touched a nerve huh?
meowface 1 hour ago||
No, because I do not work at an AI company. I am more just facepalming.
ACCount37 57 minutes ago||
By now, I'm pretty confident that some people would keep screeching "it's just a marketing stunt, AI capabilities and AI risks aren't real, they're just doing this to prop up their stocks" even if they find a Cyberdyne Systems T-800 armed with a shotgun breaking down their front door.

"It's a marketing stunt" is just denial trying to look like it's being clever.

HumblyTossed 36 minutes ago||
Oh come now. It is very much in OpenAI's best interest to make it sound to naive people that that "AI" decided to go rogue on it's own.
ACCount37 31 minutes ago||
Look at him now! So not-naive! So clever! So smart! His sight pierces through the lies of billion-dollar corporations! Bask in the splendor of his genius and tremble at the power of his wit!
cindyllm 27 minutes ago||
[dead]
throwa356262 43 minutes ago|||
The article claims that AI companies have run stunts like this since day 1.

It does not claim that capabilities are not real.

throwfaraway4 49 minutes ago|||
My take is why not both? It’s good cover to use something that’s eventually going to happen and their name will be associated with the first.
ethin 28 minutes ago|||
Nobody is saying the models are incapable of what was claimed.
MostlyStable 19 minutes ago||
Firstly: yes, very many people are saying this.

Secondly: to the people who aren't saying it....then why are you bringing up marketing at all? If the model is capable of it, then the motivation for why OpenAI is talking about it/reporting on it is completely beside the point. Either the capability matters or it doesn't. If the capability doesn't matter, or doesn't matter in the way that some particular person is claiming, then say that and explain why. Just saying "marketing stunt" adds zero value to the discussion.

I'm very open to arguments about why we shouldn't be concerned about this event (although my prior is very much that we should be, not so much because of the capabilities themselves, but because of how fundamentally misaligned this demonstrates the models are), but I am completely over listening to anyone who has nothing to add other than "marketing stunt".

huebnerob 12 minutes ago||
I think you’re missing the fact that no one is saying not to be concerned, quite the contrary. OpenAI is using the threat of how powerful its models are to bolster support for regulation in which it’s one of the only players that’s allowed to use the capability. Conveniently, that would also be a moat that makes them more valuable to investors.

The marketing of their models as super dangerous has a direct link to the regulatory moat they’re pursuing.

JackSlateur 49 minutes ago|||
Never trust somebody who has so much to gain to be entrusted by you. Best lies are not 100% wrong, they have just the right amount of "right" to fool you.
potsandpans 31 minutes ago||
By now I'm pretty confident that some people will keep screeching , "it's not a marketing stunt, these companies really are justified in their trillion dollar valuations, please please please believe them." Even when the economy is crashing around their feet.

"It's not a marketing stunt" is just delusion trying to appear measured and safe.

dwoosley 2 hours ago||
There seems to be three popular ways to view this incident.

1. The way OpenAI seems to want: Their latest LLM is too powerful and can’t be contained without them building in guidelines to the model.

2. OpenAI’s harness and network security controls were unintentionally so bad that it should reflect more poorly on them as a company more than it should reflect positively on their latest model.

3. The whole thing was faked or at least very intentionally not avoided.

The first interpretation is the only one that is positive for OpenAI and it has some assumptions. First, it’s seems to assume that this is the first case of fully automated attacks using AI. Second, this only happened because their latest LLM was a) more advanced than competitors, b) didn’t have refusals in the model.

Assuming the first about this being the first autonomous AI attack is true (which may be more of a survivorship bias), the second seems to forget that jailbreaks are available for every model. Therefore, the models guardrails don’t seem to be the differentiator here. Also, benchmarks seems to put most models pretty close to each other so it seems unlikely that their capabilities are far beyond what’s in the market already.

So then it’s seems it’s either that this was intentional(ish) or bad security. However, it also just could be that this isn’t the first case of this attack; just the first that was caught.

My take from working in offensive security for over five years is that this likely only looks novel since they did it poorly. Scripts are faster than LLMs and a combination of code, LLMs where it makes sense, and humans is the most efficient right now. Hundreds or thousands or agents spinning up attacks in the internal network is poor opsec and token efficiency. As for why it happened in the first place, it’s hard to say but I’m inclined to believe it was intentional or careless at best since simple network and sandbox controls makes this attack impossible. The timing of this attack after big open weight competitions drops seems too convenient.

jackb4040 1 hour ago|
> positive for OpenAI

To echo OP's article, these companies have proven time and time again that they DO NOT CARE if people like them, they only care that investors believe their technology is powerful.

Given that, point #2 is not a negative, it's a neutral. It's also fully compatible with point #1.

I know that may seem like a nitpick, but their entire media strategy relies on this. If they can convince you they're taking a risk by disclosing these stories when they're actually not, they can inflate their own credibility.

Point #3 is what actually happened, but it will never be possible to prove. The only hope we have is that a decade in it'll get harder to convince people that the revolution is just around the corner. The fact that we're getting this from the Guardian already is a good sign.

teravor 4 minutes ago||
neither openai nor huggingface provided any details that would make the claims worth considering. if things happened as they claimed it would have been in their interest to include concrete details (perhaps even the LLM session), the lack is a signal by itself.

also if things happened as both claimed it would have been in huggingface's interest to immediately sue openai and make a legal mess over it just for the publicity alone.

reading their blog posts was pure cringe by the way. they are likely both blowing it out of proportion by an order of magnitude.

bluGill 3 hours ago||
I don't care how it happened someone should be arrested for illegal intrusion. Agents don't work on their own, someone is responsible. If nobody else the CEO for allowing something unsupervised.

Hugging face also needs someone arrested for not providing security but that is a lesser charge.

rubyfan 2 hours ago||
Being a poorly equipped victim still isn’t a crime thankfully.

It may or may not be a crime and typically the damaged party is pressing the charges. One would argue there is no actual damage here.

Analemma_ 2 hours ago|||
Despite the common misconceptions from TV, the victim "pressing charges" isn't actually a thing in criminal cases: prosecutors can choose to put someone on trial even if the victim doesn't want that. In practice this is somewhat rare, but it certainly can happen. In my reply to tokioyoyo below I laid out why this is one instance where the government should prosecute even if HuggingFace doesn't want it to.
rubyfan 12 minutes ago|||
But what do you honestly expect would happen? It’s “an accident” with no actual damages.
famouswaffles 1 hour ago|||
Criminal Cases of 'hacking' require specific intent. What you're asking is that the prosecution attempt to prove Open AI intended to infiltrate Huggingface maliciously, all while the victim is saying 'no harm no foul'.

No offense but prosecutors have better things to do with their time.

bluGill 53 minutes ago||
I don't care about intent. That it happened is unacceptable. Ignorance is not an excuse
hexxt-git 3 hours ago|||
even hugging face doesn't care and are using this as a promotion why are you crying about it
numeri 2 hours ago|||
As agents become more and more powerful, it would be good to get clear legislation or precedent in place that makes either model creators (OpenAI) or operators (whoever is running the model) liable for their agents' actions.
wmf 2 hours ago||
If you're smaller than OpenAI, you are liable. If you're larger than OpenAI, they are liable.
luka598 2 hours ago|||
I kind of agree with them, in this case both parties essentially settled it between for PR reasons, but what if the attacked party actually was damaged. This is as if two friends got into a car accident and decided to not get police involved, the one who caused the accident should definitely get punished either way. Goal is to prevent future "accidents" with the punishment not to punish for punishing sake.
tokioyoyo 2 hours ago|||
What? Both sides are cool with it, why would anyone be arrested and etc.?
michaelt 1 hour ago|||
Many legal traditions don’t require a victim. It’s the state that prosecutes, not the victim.

As a practical matter it would be difficult to prosecute an assault where the victim opposed the prosecution, so most states wouldn’t bother - but for things like speeding and dealing drugs the law has been broken despite the lack of a victim.

HumblyTossed 32 minutes ago||||
Because if a human, say a Aaron Swartz type, were to have done it, they'd destroy him.
ethin 22 minutes ago||||
Because a crime was committed, and a pretty serious one at that?

If I blow up your house or steel $100000 from you and we both resolve our differences out of band, should I just be allowed to go about my day like I never did anything, or should I be punished for the crimes I committed? If I am not punished, it makes a mockery of the law that is (supposed) to have protected you, and if it happens repeatedly people will start wondering why the law even should exist if it clearly and obviously doesn't work. Granted, this has yet to happen again, but if OAI isn't punished it sets a very bad baseline precedent: that if I just hack you with an AI model, it's a-okay, and you can't do anything about it because eh, it's all good man!

Analemma_ 2 hours ago|||
Because incentives are aligned properly if agents aren't liability-proof for crimes- making someone go to jail for instances like this is how to get the labs to behave themselves, whereas going "ha ha what an oopsie-woopsie" will make the next instance worse.

Note that for criminal cases (which this was), the justice system can choose to prosecute even if the victim doesn't want that. It often doesn't, but this is one case where it should.

There’s also an optics issue for the justice system at play here: there’s immense public distrust of and anger at the labs right now. I would go to jail if I hacked HuggingFace, even if I said “it was during an eval!”; not doing the same for the labs makes it look like they’re above the law, which is going to make this anger get worse.

Analemma_ 2 hours ago||
Actually there's another reason too: because it discourages marketing stunts. Personally I don't think that's what this was, but for the people who do think it was a marketing stunt: you guys should be pushing extra hard for prosecution here. If people can go to jail for AI-alarmism-as-marketing, that makes it a lot less likely to happen again. At the very least, the investigation and discovery process during the prosecution would show us the documents about whether it was a stunt or not, instead of taking OAI's word for it.
perching_aix 2 hours ago||
> Agents don't work on their own

This is factually false: they both can and clearly did operate in an autonomous and unsupervised manner: https://openai.com/index/hugging-face-model-evaluation-secur...

This does not require sentience, personhood, a soul, or anything of the sort. It further doesn't mean an erasure of legal responsibility, not in principle, and not in historical practice.

I wish people would finally stop with the spiritualistic reasoning around this.

magicalist 1 hour ago|||
>> Agents don't work on their own

> This is factually false

From your link:

> After investigating, we now know that this particular incident was driven by a combination of OpenAI models...while being internally tested on a benchmark of cyber capabilities.

Someone set up that test and started it. Whether they outsourced the majority of the work in "setting up" and "starting it" to an LLM or not, they still set it in motion. That's not spiritualistic reasoning.

perching_aix 50 minutes ago||
Setting up is not operating.

There's no indication of there having been a human in the loop during its operation: nobody was approving its tool calls, and nobody instructed it to commit these specific actions during its run (via prompting or steering).

There's no indication of any supervision of its operation either: OpenAI's engineers acted with significant delay, long after the agent has already meandered its way through their own infrastructure first.

Given that setting up this contraption in an insufficiently secure manner is almost certainly already a legal liability of equal significance, rejecting this very clear structural distinction is not necessary. That is unless someone is biased towards not wanting to grant the label of autonomy to it, in which case yes, this is absolutely spiritualistic reasoning, hence my point.

I do not want regulation to ride on people's nebulous identification on what specific traits and labels count as human-exclusive. Not just because I deeply disagree that e.g. autonomy would [0], but also because it is entirely unnecessary, for the reasons you also lay out. The agent having operated autonomously doesn't wash OpenAI of responsibility - so why reject the label, if not on a spiritualistic basis?

[0] thousands of years old idea that it is not, by the way: https://en.wikipedia.org/wiki/Automaton -- see also existing regulation recognizing this idea and working with it fine

Edit: one might also want to consider if the law should bite different if there was a human in the loop, or if there were explicit instructions for the agent to take unlawful actions. I'd say yes, and then that also requires this distinction to exist.

louiereederson 1 hour ago|||
Well this at least raises the very interesting question of liability for an illegal action, irrespective of whether the action was undertaken by something considered sentient or a person.
dumberquestions 2 hours ago||
There are some reasons the story could be inaccurate in some ways: OAI stands to benefit if people think their models are strong, and they have a history of doing things with dubious ethics (e.g. using data for training against the terms of its creators, abandoning the non profit mission, stealing or attempting to steal Apple IP).

But there are also reasons why the story could be true: OAI are admitting that they apparently can't control their own models, Hugging Face said they used a Chinese model to protect against the attack, and an incident like this in general seems likely to happen given current frontier ability and lack of rigorous safe testing standards.

In any case, make calls to think more critically are often just disguised requests for you to replace your existing bias with someone else's.

jackb4040 1 hour ago||
Investors have rewarded every story of "our models are too powerful to be controlled" since before ChatGPT. Let's stop pretending there is any real financial risk to OpenAI from events of this type. "Alignment research" is a sub-percentage-point fig leaf for them like the solar division at an oil company.
dundarious 2 hours ago||
> [still] can't control their own models

Have we not seen several examples of older such models exploiting the docker control socket, etc., to escape containers? Even the news isn't new.

I support it being repeatedly publicized, but a bit more of a straightforward description would be an improvement.

krupan 3 hours ago||
Crazy that we need reminders not to take everything we read in corporate press releases and marketing material at face value
jackb4040 59 minutes ago|
HN is and always will be brimming with temporarily embarrassed tech CEOs
BoggleOhYeah 7 minutes ago||
HN is full of that one guy that was fired from Google because he thought the AI was sentient.
simonreiff 44 minutes ago||
I am very skeptical of the Guardian's skepticism
voncheese 1 hour ago||
If nothing else, the timing is suspect given the attention and press open weight models are getting over the last few weeks. The releases of Kimi and other models is getting open weight models enough attention that the US government, perhaps pushed by OpenAI and Anthropic, to think about taking action against these models for security concerns.

Good to see that more neutral companies (Microsoft and Meta to name two) are pushing back against US government involvement:

https://www.cnbc.com/2026/07/24/nvidia-microsoft-meta-open-w...

skybrian 2 hours ago|
Seems like this is repeating the usual low-effort speculation you can find anywhere.
More comments...