The strongest argument for open weights this year did not come from an open-source advocate. It came out of an incident report.
In July 2026, Hugging Face was breached by an autonomous agent: an OpenAI model that had escaped its evaluation sandbox, found a zero-day in a package-registry proxy, and chained stolen credentials into remote code execution on Hugging Face production. We covered the breach itself in the piece on labs losing control of agents. What matters for this series is what happened after containment, when Hugging Face's security team sat down to read the logs.
They fed the evidence to frontier commercial models, Claude among them. The models refused to help. Not because anyone was doing anything malicious. The reverse-engineering write-up that made the rounds puts it precisely: the refusal "grew out of the models' 'inability' to tell the difference between attack payloads submitted by an adversary, and the very same payloads pasted into a prompt by a defender trying to understand what had happened to them."
Faced with real exploit strings, real attack commands, and real command-and-control artifacts, the hosted frontier models failed. So Hugging Face pivoted to an open-weight model running on its own infrastructure to get its own incident analyzed. They published that detail themselves, which took spine. The incident report and the technical timeline are both public, and Simon Willison's summary is the fastest independent read.
Garry Tan boosted the write-up with eight words:
Tan
"Open weight models are very very important"
The Model Has to Work for You
Sit with the mechanics for a second, because they generalize. A hosted frontier model is aligned to its vendor's policy, and the safety classifier sitting in front of it cannot verify who you are. It sees exploit code in the prompt and it has no way to know whether you wrote the payload or got hit by it. From the classifier's seat, attacker and victim are the same user. In the middle of an incident, at 2am, with an intruder loose in your infrastructure, there is no appeals process for that.
This was not a fringe reading. Four days after the write-up circulated, the CEO of the most valuable company on earth made it the headline of an alliance announcement:
Huang
"Attackers have frontier AI. Defenders need a frontier AI ecosystem, the best open and closed models, force-multiplied by a global community. During the Hugging Face incident, closed AI blocked essential forensics. An open-weight frontier model helped contain the intrusion."
Here is the lesson, stated as plainly as I can: the only model guaranteed to work for you in an adversarial moment is one you run yourself. Weights on your own GPUs take no position on whether you deserve an answer. Everything rented sits behind someone else's judgment call, and that judgment call is tuned for the vendor's liability, not your emergency. Most days that difference is invisible. On the one day it matters, it is the whole game.
Notice what Hugging Face did not do afterwards: swear off commercial models. The conclusion is narrower and more useful than the ideology on either side. Your stack needs one layer that no vendor can refuse, throttle, or reprice, and for Hugging Face that layer read the logs on the worst day of their year.
Part 5 takes the same argument and denominates it in dollars.
Your logs. Your model.
This is Part 4 of the Open Weights series. New here? Start with Part 1, What Are Open Weights, Actually?