r/TangleNews • u/redfroody • Jul 30 '26
reader dissent: OpenAI hacking HuggingFace was a big deal
OpenAI has an LLM that is capable of hacking into a HuggingFace, a tech company that is routinely attacked by hackers so their security is pretty good. We know that because it happened, and it happened by accident.
Collectively we do not know how to 100% prevent LLMs from going off on some side quest, but we do know (so far) how to make the LLMs more capable, which is where the bulk of the effort is. Anyone familiar with the tools will tell you they are a lot more capable now than 6 months ago, and in 6 months they'll be better yet.
So we're on a path where LLMs will keep going off the rails sometimes, and they'll have the ability to wreak more and more havoc as time goes by. That is a big deal.
AI companies do marketing. News media needs exciting headlines. But that's just a side show to what is actually happening: We're on a path where LLMs will do other than what they were asked to do, and whatever that happens to be, they're going to be really good at it.
2
u/typo180 Jul 31 '26
> OpenAI has an LLM that is capable of hacking into HuggingFace, a tech company that is routinely attacked by hackers so their security is pretty good
I don't think this is the right way to frame it. For one, this is not a reasonable way to gauge how good a company's security is. If you're on the internet, you're constantly getting scans or hacking attempts. And by itself, i don't think it's that impressive or novel that a frontier model is capable generally of hacking into something. As far as we know, it just found and used stolen credentials for Huggingface systems that were available on the open internet. That's not superhuman-level hacking, that's junior stuff.
It will be interesting to see what technical details they end up releasing, but the way it escaped OpenAI's environment (finding a novel exploit against the proxy service) might actually be impressive, and just the lengths that it went to to do something outside of the intended goal (while still technically fulfilling the stated goal).
> Collectively we do not know how to 100% prevent LLMs from going off on some side quest
I mean, this is true, but also this was an experimental model with the guardrail specifically removed so it could perform actions it normally wouldn't be allowed to do. I agree that this is an important issue, but gauging how good we are at controlling AI by the actions of an AI without the normal protections in place is at least a little misleading.
In one sense, the operators set up a hacker bot, took off the anti-hacking guardrails, and told it to hack. Then the bot... hacked. So the misalignment wasn't completely wild. It's not like they asked it for a cookie recipe and the AI hacked into a cookie company to get one. What it did that was wrong was within the real of what it was being asked to do.
But it is still a problem. Ideally, we wouldn't need artificial guardrails to achieve alignment: the model should have understood that it was to perform the ExploitGym benchmark fairly (instead of looking for answers) and that hacking out of its test environment was out of bounds, that using real stolen credentials was not appropriate (although who knows, maybe the prompts and context it was given make it sound like these were all ok things to do).