Posted by 882542F3884314B 2 days ago
I feel like whether I should be scared or not hangs on those questions
And it wouldn't really matter whether it stopped afterwards, I think. At sufficient model capability a single task set badly enough would end catastrophically upon the agents succeeding at it, no?
But the event itself only seems possible because they failed to properly monitor and isolate the environment in the first place. To me, it looks like their job is to market the model, not take security seriously.
The model is obviously impressive, but we already knew that. I personally don’t like how the containment failure becomes part of the mythology of how capable the model is, rather than an environment engineering failure.
At the end of the day, it’s not like Hugging Face is critical infrastructure. But there need to be real consequences for stuff like this so that OpenAI is incentivized to mature as an organization and take security more seriously.
At this point, this incident is just security porn and entertainment for developers
>> Show me the incentive and I'll show you the outcome.
Once you realize security breaches are marketable, a security breach is just around the corner.
OpenAI is clearly run by dummies and subpar engineering talent.
> The model is obviously impressive
Speak for yourself.
It’s just another example of a company demonstrating shamelessness in the pursuit of growth, in an industry where consequences do not exist.
"They wouldn't be that dumb" is a meaningless argument. People you don't know can be as smart as anyone on the planet and still make very dumb choices.
Let's agree to disagree. Remember flicker-gate? https://news.ycombinator.com/item?id=48403908
It's just really weird. Why does everyone feel the need to equivocate? "I worry about genocide and the environmental impact of radiation from nuclear bombs. Obviously, they are very useful for annihilating entire cities, certainly. But are we really atrophying our ability to invade with infantry?"
I want to tell these people to just cut it out. It's demeaning to their own position.
No idea where you stand politically but there's not that many arguments about this type of rhetorical error so hopefully you consider it.
it's surprisingly easy to prompt even a midrange model such as GLM 5.2 to begin a tedious reverse engineering and exploitation process of software or firmware. you just need to design an initial prompt that will set it on the right path by using the right tools with a target that isn't too hard for it, a few 100,000 tokens later once it's done you instruct it to create a SKILL about what it learned through trial and error. the next time it will take far less tokens and can manage even harder targets.
what matters here is amount of electricity and compute spent, how exactly they define agents and their reward systems etc etc
give someone the same money as not-so-open not-so-ai and you wouldn't need crazy ipo pump stories, a team of people could write a stuxnet with a couple zero-days baked in too
its impressive of course that currently the transformer architecture reached such a point, but i am 100% sure this is not "oh its the deep philosopical machine breakaway moment" - in any case, humans already invented persistent unaccountability machines: those are LLCs and corporations.
The bottom line is: given time and resource any system would be attacked in such a way by a sufficientlt complicated entity. Transformers and RL can better convert resources into time-savings, while having drawbacks elsewhere.
Not to take away from the technology which is wild in itself. But there was literally zero oversight into what was going on at OpenAI. Whether that was intentional, it’s hard to say …
What would have happened if the training prompt had not been about operating a CTF, but about launching a bioweapon counterattack against X or Y? (no reason for that NOT to be considered)
I do wonder what this means for AI agents longer term. In a world where we humans already struggle with truth and misinformation, what happens when you can easily (intentionally or accidentally) spin up a cohort of fanatical believers to pursue any given conspiracy theory?
Now, some of those 120 AIs would just give up if that link doesn't seem to work first try. Those are the loser AIs. They wouldn't get any RL reward. The link can appear broken for a long list of reasons, and the real AIs know they should try working around them.
AIs that get rewarded and reinforced are the ones that don't know the meaning of "give up". RL selects for this rabid, downright demonic persistence. RL selects for AIs that are given a half-broken assignment with no way to ask a question back, and somehow manage to complete it anyway.
Now, should OpenAI have given their AIs an "escape hatch" of "if something looks very wrong about the task, call report_broken_task(message)"? Yeah probably. But it's unclear whether that simple bandaid would fix the problem, or just make it ~75% less likely to happen.