One of the biggest updates I made from the HuggingFace incident is that the opaque reasoning depth required for subverting oversight isn’t as large as I had previously thought. A rogue LLM trying to break containment doesn’t have to come up with a full plan to get around the monitors and human researchers in a single forward pass; it just has to find a way to spoof tool calls and use the spoofed tool calls to gain additional unmonitored thinking time and/or cover its tracks.
I think this is the wrong conclusion to draw from the HF-OAI incident. I don’t see any reason to believe that the models subverted oversight at all, just that OpenAI did not monitor their agents at all. Tomek Korbak told me this on twitter explicitly. Reproducing the most relevant parts of the exchange:
Tomek: we are now monitoring RL runs and evals too!
Stella: Why weren’t you doing so before? OpenAI has been publishing research about CoT monitoring for well over a year.
Tomek: I think we (as an org, individual opinions differed) mistakenly considered our sandboxing good enough to prevent models during evals from causing harm in the outside world
[...]
Tomek: At the end of the day safety teams have finite bandwidth and need to heavily prioritize what control measures to implement, given imperfect knowledge. i agree with you that frontier labs should be monitoring all agentic workloads of sufficiently capable models.
He went on to explain that previously CoT monitoring was only implemented for things run through the Codex application, but that some (or most?) internal evals work and none of the RL training is run through Codex and so they didn’t have the infrastructure to do that monitoring because they didn’t think it was very important. In other conversations Tomek and others at OpenAI have said things that to me indicate the models involved in the incident weren’t really being monitored in any meaningful sense and that OpenAI ignored things I would consider red flags strong enough to shut everything down on multiple occasions.
I don’t want to derail this too much with my personal views of OpenAI from a safety POV, but I don’t think the update your describing here is justified by what (I currently think) happened.
Ah I see. This isn’t surprising to me at all, so I guess I discounted it as a possible factor in your analysis.