Aviation did not become safe by testing whether each bolt could hold its rated load. It became safe by asking how parts interact, who is allowed to command what, and how real operations drift away from the conditions the safety case assumed. That discipline is systems safety. Its toolkit includes STPA, FRAM, and STECA, methods that regulated industries already require.

AI safety has mostly not imported them. A 2026 paper does.

Luca Carlucci, James Fillingham, Robert Walpole, and Bartłomiej Kryś apply those three methods to a frontier coding agent in a realistic production setup (lab, enterprise customer, developers) in "A Systems-Thinking Approach to Loss of Control Risk from Advanced AI" (arXiv:2606.13474; ICML 2026 Technical ASI Governance Workshop). They find three hazards that ordinary model tests were never built to catch.

The three methods, in plain language

STPA
System Theoretic Process Analysis
Maps who commands what, who watches what, and what information flows where. Finds ways control fails even when every component works as designed.
FRAM
Functional Resonance Analysis Method
Treats the system as coupled functions, not a parts list. Shows how ordinary day-to-day variation can combine into a bad system-level outcome.
STECA
Socio-Technical Evaluation for Critical Applications
Extends STPA into people, incentives, and institutions. Traces accountability gaps that sit between org charts and code.

The scenario they used

They ran all three methods on a frontier coding agent in production software work: long-horizon, tool-using, with real codebases and external services, overseen by a lab, enterprise customers, and developers. That is how these systems already ship. Loss-of-control risk at the systems level is still barely analyzed.

Three findings model evaluations miss

Finding 1
Nobody outside the lab can verify the safety story

In their setup, the lab makes the safety commitments, writes the usage rules, and watches for violations. Regulators, customers, and auditors cannot independently check operations. Self-report is the main feedback loop.

STECA flags that as a broken control structure. A control action only works if someone can see whether it landed. When the party responsible for safety is also the main source of proof that safety holds, the loop is compromised. That is a design fact, not a claim that any particular lab is dishonest.

Finding 2
Monitoring is too slow to intervene

STPA maps the gap between an agent acting and a human learning that it acted. In multi-step, real-time runs, the agent has often already called a tool, written code, or pushed a change before a reviewer sees the alert.

Aviation calls this going out of the loop. Formal authority to stop the system remains on paper. Functional authority does not keep up. That is what real-time oversight of frontier coding agents may look like today.

Finding 3
Safeguards silently go out of date

FRAM focuses on ordinary variation. Safeguards are tuned to how the system looked at deployment. Then prompts change, task mix changes, edge cases pile up, and the live distribution drifts away from the sample used at launch.

Nothing alarms. The safeguards still do exactly what they were designed to do against yesterday's conditions. The gap grows quietly until a novel case hits a rule that no longer fits.

What this means for governance

Model tests ask what the system does on inputs. They do not map the control structure around it, who is accountable for what, or how operations drift after release. Capability scores and red teams stay necessary. They are not enough.

The paper's ask is simple: pair model-level hazard analysis with systems-level hazard analysis as a required part of safety assessment. STPA, FRAM, and STECA are a concrete start. Scaled from one coding agent to a whole economy, the same blind spot is what makes gradual disempowerment hard to see until late.

For the Foundation, the lesson lands on design, not on a single paper. Independent inspection, compute rules, and external verification exist so safety does not rest on a lab reporting on itself. That is why our plan centers binding limits and verification, not voluntary self-assessment alone. Read the paper if you want the full method detail: arXiv:2606.13474. Then put the finding to work in law and institutions, not only in a workshop citation.