Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › Real-Time Control & Safety
Real-Time Control & Safety

Operator Abort and Manual Trip

A human can always take the machine to safe state through a path that does not route through the AI, the network, or ordinary software.

STRATEGY / SLOW ▲ ▼ MICROSECOND REAL-TIMEL7Ecosystem & Strategytelemetry ▲ control ▼open ▸L6Experience & Visualizationtelemetry ▲ control ▼open ▸L5Applications & Copilotstelemetry ▲ control ▼open ▸L4Orchestrationtelemetry ▲ control ▼open ▸L3Twin Modeling & AItelemetry ▲ control ▼open ▸L2Data Fabrictelemetry ▲ control ▼open ▸L1Control Planetelemetry ▲ control ▼open ▸L0Foundationtelemetry ▲ control ▼open ▸PHYSICAL S.M.A.R.T. GENERATOR PLANTBREEDER · HYPERION1R0 1.2 m · A 2.5 · 16.84 T · δ −0.30BURNER · TANDEM MIRROR2317 T throat · 26.49 T plug · fₙ 5.44% · DEC1 center stack + plasma · 2 high-field plug · 3 expander → direct converterCOLOR GRAMMAR strategy AI-workflow infra/data models reactor/DECLINE SEMANTICStelemetry (µs)controlKRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORMASTER BLUEPRINTSHEET 01REV. 2026-08L0-L7 · 2 MACHINES
The AI-Native S.M.A.R.T. Generator Master Blueprint — eight layers (L0→L7), one control stack, wired to both machines. Telemetry rises in microseconds; control descends the same path.

The button that always works

The manual trip is the human end of the failsafe. It must work when everything else has failed: no dependence on the copilots, the twin, the supervisory network, or the control application. Kronos routes the manual abort through the same hardwired, fail-safe path as the automatic failsafe, so pressing it commands the machine to its defined safe state directly.

Design requirements

python
def manual_trip(button_pressed, failsafe):
    # direct path to the failsafe; no model, no network, no permission check
    if button_pressed:
        failsafe.latch_trip()
        return 'TRIP -> safe state (hardwired)'
    return 'armed'

The manual trip is deliberately dumb. It does not ask the AI whether a trip is warranted, does not weigh the loss of a pulse, and does not require the operator to justify it in the moment. A spurious trip is an acceptable outcome; a suppressed real trip is not. Investigation happens after the machine is safe, not before it is made safe.

Its deliberate dumbness is a feature, not a limitation. By refusing to weigh the loss of a pulse, ask the AI for a second opinion, or require justification in the moment, the manual trip removes every path by which a real emergency stop could be delayed or argued down. The consequences of a spurious trip are handled after the machine is safe; nothing is allowed to stand between a worried human and the safe state, which is the whole point of a last-resort control.

Because the manual trip shares the ML-independent failsafe path, it inherits the same certification argument: the human's ability to stop the machine does not depend on any AI being correct or even present. Every manual trip is logged for the safety case, and re-arming follows the reset governance in bypass and reset governance.

Content reviewed August 2026 · design-and-simulation stage