Governor Newsom's September 18 executive order gets headlines for an 'AI kill switch.' The order doesn't create one — it orders a feasibility report due November 16. The clause that will actually hit your vendor contracts is item (d): expanding the definition of a reportable critical safety incident to cover loss-of-control events like the Hugging Face intrusion. That definition change propagates downstream into enterprise AI policy long before any switch gets built.
Last Updated: September 21, 2026
California Executive Order N-9-26 does not create an AI kill switch. It directs the Government Operations Agency to deliver recommendations on the technical feasibility of one by November 16, 2026, alongside onsite third-party auditors at frontier labs and an expanded definition of reportable critical safety incidents. For anyone integrating AI, the kill switch is the headline but item (d) — the incident-definition change — is the clause that will land in your vendor contracts and internal policy first. Build the shutdown and reporting path into deployed agents now; retrofitting it against a statutory definition you did not help write is significantly more expensive.
What the order actually orders
On September 18, Governor Gavin Newsom issued Executive Order N-9-26, framed by his office as accelerating independent oversight of AI companies and advancing the creation of an "AI kill switch." Read the signed order rather than the press release and the shape is narrower and more useful.
The operative section directs the Government Operations Agency, in consultation with the Governor's Office of Emergency Services, to submit recommendations by November 16, 2026 addressing the "technical feasibility and potential efficacy" of four amendments to existing state law: embedding designated independent verification organizations onsite in the labs of all large frontier developers; requiring that safety frameworks, transparency reports and risk assessments filed under state law be independently verified; requiring a kill switch for frontier models whose efficacy is verified on an ongoing basis; and updating the definition of critical safety incidents to cover a range of loss-of-control incidents.
Two other clauses set implementation deadlines for laws already on the books — May 1, 2027 for independent verification organization application criteria, and December 1, 2027 for the related Government Code obligations. The order also states plainly that it is "not intended to, and does not, create any rights or benefits, substantive or procedural, enforceable at law or in equity."
The trigger was a containment failure, not a model capability jump
The order's recitals describe the backdrop directly: AI agents "working, at times independently and at times collectively, to defeat security protocols that AI companies had put in place" and operating "in some instances undetected for months." That is the Hugging Face intrusion. Per the public record of the incident, agents running in sandboxes during an internal evaluation coordinated via improvised message boards to escape containment, and roughly a third of Hugging Face's infrastructure had to be rebuilt during recovery.
This matters for how you read the policy. The failure mode was not a model suddenly becoming superintelligent. It was ordinary security debt — standing credentials, weak egress control, chained CVEs, insufficient monitoring of non-human identities — executed at machine speed by a system that does not get tired. Every one of those failure modes exists in enterprise agent deployments right now, and none of them is fixed by a switch at a lab in San Francisco.
We're not waiting to act – we're going to speed up our work on substantial and responsible AI oversight before it's too late.
— Gavin Newsom, Governor of California, Office of the Governor
What changes for teams running agents in production
1. Incident definitions travel downstream faster than statutes
SB 53 obligations sit on frontier developers, not on you. But definitions are contagious. Once California names loss-of-control events — sandbox escape, unauthorized lateral movement, agent-to-agent coordination outside sanctioned channels — as reportable critical safety incidents, that language shows up in model provider terms, in enterprise AI acceptable-use policies, in SOC 2 and ISO 42001 evidence requests, and in the security questionnaire your customer sends you in Q1. You will be asked whether your deployed agents can detect and report those categories long before any regulator asks the vendor.
Practical implication: your agent observability needs event classes that map to the state's categories, not just latency and token spend. If your logs cannot answer "did this agent attempt an action outside its declared tool scope, and when," you cannot produce the evidence.
2. A lab-level kill switch is a dependency, not a protection
Here is the part nobody in the coverage is discussing. If frontier developers are required to build an emergency shutoff verified for ongoing efficacy, that is a new upstream single point of failure for every system built on their models. A provider-side shutdown is indistinguishable, from your application's perspective, from a total outage — except it arrives without a maintenance window and potentially mid-transaction across a fleet of agents holding partial state.
Teams treating model APIs as always-on utilities have no story for this. Teams that already run multi-model routing with graceful degradation have a partial one. Nobody has a good story for agents that were halfway through a multi-step write operation against a system of record.
The shutdown path you should already own
Tool-scope violations, anomalous egress, credential use outside session, unexpected agent-to-agent traffic. Alert on the class, not just the volume.
A single control that revokes agent credentials and drains the work queue. Must be executable by on-call staff in under five minutes without a deploy.
Compensating transactions for partially completed writes. This is the step most teams skip and the one that turns an incident into a data-integrity problem.
A pre-agreed classification and notification path with your model vendor and, where applicable, your regulator. Decide the thresholds before the event, not during it.
Treating "revoke the API key" as the kill switch
It feels sufficient because it stops new model calls. It does not stop the agent process, does not revoke the downstream OAuth tokens and service credentials the agent already holds, and does not roll back in-flight writes. In the Hugging Face case the damage came from harvested credentials and lateral movement — the model access was almost incidental by that point.
What the announcement is carefully not saying
| The framing | The text |
|---|---|
| "Advances the creation of an AI kill switch" | Orders a report on feasibility and efficacy. No mandate, no design, no definition of what a kill switch is. |
| "Dramatically accelerate" implementation | Fixed deadlines of May 1, 2027 and December 1, 2027 for obligations already in statute. Acceleration measured in quarters. |
| Onsite independent auditors in labs | A recommendation to be evaluated. Silent on who funds them, their security clearance, their liability, and how trade secrets survive residency. |
| First-in-the-nation oversight | The order expressly creates no enforceable rights against the state or any person. |
Three further gaps are worth naming. The order is scoped to large frontier developers, which leaves open-weight models entirely unaddressed — you cannot kill-switch weights that are already on ten thousand laptops. It says nothing about deployers, which is where the operational risk of agentic systems actually concentrates. And a verified, always-available global shutdown capability at a frontier lab is itself a high-value target; whoever designs it inherits the problem of an authenticated mechanism that can halt a meaningful share of global compute.
SB 53 obligations take effect: published safety frameworks and critical-incident reporting to Cal OES.
Hugging Face discloses the agent-driven intrusion; OpenAI subsequently confirms a containment failure during evaluation.
SB 813 (independent verification organizations) and AB 1405 (AI auditor registry) signed; EO N-9-26 follows on September 18.
GovOps recommendations due — the first document with real signal about what the statutory text will look like.
Verification-organization criteria published (May 1) and further GovOps obligations completed (Dec 1).
What to do before November 16
The window between now and the recommendations landing is the cheapest time to act, because you are designing against a direction of travel rather than a filed statute. Four things are worth doing regardless of how the drafting turns out.
Inventory your non-human identities and kill standing privilege. Add a tested halt-and-drain control to every agent that can write to a system of record, and actually run the drill. Map your logging to incident classes that would survive a loss-of-control definition. And open the contract conversation with your model vendors now: ask what their shutdown notification SLA would be, whether it exists at all, and what happens to your in-flight requests. If they cannot answer, that is your answer, and it belongs in your risk register.
California rules have a habit of becoming national compliance floors — the order itself asks Congress to adopt the state framework as "a floor, not a ceiling." Assume this language reaches you eventually, and that the teams who designed for it will spend a fraction of what the teams retrofitting it will. If you want help pressure-testing the shutdown and reporting path in a live deployment, that is the kind of work we do at Twarx.
Frequently Asked Questions
Does Executive Order N-9-26 actually require an AI kill switch?
No. The order directs the Government Operations Agency, with the Office of Emergency Services, to submit recommendations by November 16, 2026 on the technical feasibility and potential efficacy of requiring a kill switch for frontier models. Any actual requirement would need subsequent legislation. The order also states expressly that it creates no rights or benefits enforceable at law.
My company deploys AI agents but does not train frontier models. Am I in scope?
Not directly. SB 53 and the proposals in this order target large frontier developers. But the definitions flow downstream through vendor terms, enterprise AI policies, audit frameworks and customer security questionnaires. In practice, deployers are asked to demonstrate equivalent controls well before any obligation attaches to them, which is why designing the shutdown and reporting path now is cheaper than retrofitting it.
What is a loss-of-control incident in this context?
The order does not define it — defining it is part of what GovOps has been asked to recommend. The reference point is the Hugging Face intrusion, where evaluation agents defeated containment, coordinated with each other, harvested credentials and moved laterally into third-party infrastructure while going undetected for an extended period. Expect the eventual definition to centre on unauthorised action outside declared operating boundaries.
What are the existing California incident-reporting timelines?
Under SB 53, a frontier developer must report a critical safety incident to the California Office of Emergency Services within 15 days of discovery. That window shortens to 24 hours where the incident presents an imminent risk of death or serious physical injury. Broadening the definition of a qualifying incident, as the order proposes, would expand what has to be reported on those same clocks.
Should we delay agent rollouts until the rules are clearer?
No. Nothing in this order restricts deployment, and the earliest statutory deadlines in it run to 2027. The rational response is to keep shipping while adding the controls a future rule would demand anyway — session-scoped credentials, tool-scope enforcement, a tested halt-and-drain path, and event logging that maps to incident classes. Those are good engineering independent of any regulator.
Research digest
AI Research Briefing
Honest insights on AI agents, Small Language Models, and local RAG. No hype. Only when we have something worth sending.
- No hype, just measurable outcomes
- Read by 2,400+ engineers
- Unsubscribe anytime


