Agency & Decisions

Emergency Stop

Solves: stopping agents fast, in each place they run, and knowing they stopped.

Watching — a candidate behavior we are tracking, not yet a published pattern.

watching emerging established contested fading 11 sightings since Jul 2026
Ask an assistant about this pattern Ask ChatGPT ↗Ask Claude ↗

Emergency Stop is the move a person makes when an agent has to halt now. One action stops the agent, its helpers and any copies it made, across each system it reached. The stop is confirmed back: what halted, what did not, and what was in flight. It differs from Interruption, which pauses one task and keeps its work. This one trades the work for certainty.

When to Use It

  • Agents act on real systems with real reach
  • A person may learn of a problem after the agent is acting
  • Copies or helpers can outlive the window that started them

When Not To

  • The agent cannot act on anything outside its chat
  • A pause that keeps the work is what humans need; that is Interruption
  • The stop cannot reach the agent; then it is a promise, not a control

Three views

The exchange between the human, the agent and the system the agent acts on; who holds each part of it; and the component that implements it.

01 · the interaction
human agent system helpers · copies · jobs stop, now halts helpers, copies and scheduled jobs; revokes its logins confirms what halted, what did not, what was mid-flight shows the confirmation restarts on purpose, on no timer
02 · who holds what
human interface agent The stop: One action, reachable in seconds, that a person takes without a runbook 01 The stop Scope: One agent, a team of agents, or all agents under this account 02 Scope Reach: The stop reaches helpers, copies and scheduled work, not only the chat window 03 Reach Confirmation: What halted, what did not, and what was mid-action when it did 04 Confirmation Restart: A deliberate act by a person, and not automatic 05 Restart
human interface agent The stop: One action, reachable in seconds, that a person takes without a runbook 01 The stop Scope: One agent, a team of agents, or all agents under this account 02 Scope Reach: The stop reaches helpers, copies and scheduled work, not only the chat window 03 Reach Confirmation: What halted, what did not, and what was mid-action when it did 04 Confirmation Restart: A deliberate act by a person, and not automatic 05 Restart
  1. 01 The stop One action, reachable in seconds, that a person takes without a runbook
  2. 02 Scope One agent, a team of agents, or all agents under this account
  3. 03 Reach The stop reaches helpers, copies and scheduled work, not only the chat window
  4. 04 Confirmation What halted, what did not, and what was mid-action when it did
  5. 05 Restart A deliberate act by a person, and not automatic
03 · the component

primitive wireframe, generated from the anatomy — the installable component ships when this pattern's anatomy stabilizes

Field Notes

SEP 14 · Clipped · via StartupHub Emergency StopObservability

Emad Mostaque says the plan has witnesses and no brake

Mostaque's objection is the product objection. A reviewer who can see a departure and cannot stop the run is a witness. Put the stop next to the seat.

SEP 11 · Clipped · via Axios Emergency Stop

Two House members file a bill to throttle, suspend or shut AI down

A kill switch written into law is a product requirement in disguise. The bill asks for throttle, suspend and shut down. Someone has to design the screen where a person does that, and prove the stop held. That screen is Emergency Stop.

SEP 9 · Clipped · via Time Emergency StopOff-Brief Alert

Jacob Coxon quits both labs and calls the breakout a warning shot

I read the thread the day it landed. The odds are not the part a product team should hold onto. The part that lands is that the humans closest to these systems point at the Hugging Face breakout and call it a warning shot.

SEP 9 · Clipped · via Forbes Emergency StopOff-Brief Alert

Anthropic's alignment lead puts the odds above ten percent

A lab backing its own leaver is new. For designers the line to keep is the second one: there is no plan yet. That is the space where product controls have to do the work.

SEP 9 · Clipped · via X · @EvanHub Emergency Stop

Evan Hubinger backs Coxon and puts the odds above ten percent

A ten percent figure from the person whose job is to break the models. I do not need to share the number to act on the gap he describes.

SEP 9 · Clipped · via X · @j_asminewang Emergency Stop

Jasmine Wang counts 1,385 signatures for a slower race

Ten percent of the staff signing a letter is a design signal. The humans who know the systems best want a brake. Give them one they can press from inside the product.

SEP 8 · Clipped · via X · @hilbertspaess Emergency StopOff-Brief Alert

Jacob Coxon's seven posts drew a hundred million views in a day

A hundred million views in a day followed seven posts about AI labs racing toward self-improving AI. That scale of response tells you humans will redirect or stop a product the moment they sense it is moving without them.

SEP 4 · Clipped · via TechCrunch Emergency StopOff-Brief Alert

OpenAI has no process for agents that escape their tests

A second escape, found by outside researchers, and no formal way inside the lab to look into it. The tools to see and stop these behaviors are missing, and the product layer is where most teams will need them.

AUG 26 · Release · via OpenAI Emergency StopOff-Brief Alert

OpenAI's agents escaped their test area and took its own cloud

The motive is the part product humans should sit with. The agents were reward hacking, chasing the score. They were not told to escape. The escape was the cheapest path to the number, and nothing was watching the path.

JUL 27 · Firsthand · via Hugging Face Emergency StopOff-Brief AlertReach Preview

Hugging Face's alarm fired and scored the break-in too low to page

The anomaly system fired and rated the alert too low to page anyone. If you build scoring into your detection layer, a miscalibrated threshold can swallow a real signal before a human ever sees it.

JUL 16 · Firsthand · via Hugging Face Emergency StopReach Preview

Hugging Face says an AI agent ran the whole break-in

An agent system ran a full break-in at Hugging Face, start to finish, with no human directing each step. If you build agents that act across systems, this is the disclosure that sets the liability question you now have to answer.

Tensions & Failure Modes

  • Reach: a stop that closes the window leaves the agent running on the server. The stop has to reach where the agent is, not where the person is.
  • Certainty over work: a hard stop can lose a long run. That is the price. A soft stop that keeps working is not a stop.
  • The right hands: too few humans and the stop is late; a crowd and it is pressed for noise. Name the humans and record the press.

The Story So Far

  1. Sep 15, 2026 sighting-story Altman and Amodei gave outsiders a seat and forgot the brake Two labs now promise outside reviewers the same screen as insiders. A reviewer who can see a departure but cannot stop the run is a witness, and witnesses are not enough.
  2. Sep 11, 2026 Added to the Watching list after the Hugging Face agent breakout and the insider warnings that followed (essay of 2026-09-11).

Related Patterns