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 › Resiliency & Operations
Resiliency & Operations

Disruption Prediction and Mitigation

The breeder's fast-loop resiliency problem: predict a tokamak disruption early enough to soften it, at delta -0.30 and 9.66 MA.

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 tokamak-specific hazard

A disruption is a sudden loss of plasma confinement that dumps thermal and magnetic energy into the machine on a millisecond scale. For the breeder (Hyperion) at 9.66 MA and negative triangularity delta -0.30, an unmitigated disruption imposes large electromagnetic and thermal loads and can generate runaway electrons. Prediction and mitigation is therefore the breeder's tightest fast-loop resiliency task.

Predict early, act decisively

Prediction uses a model trained on precursor signatures - magnetics, radiated power, mode activity - to estimate disruption probability with enough lead time to act. The value is lead time, not just accuracy: a correct warning 1 ms before is useless, 30 ms before allows mitigation. The model runs inside the fast-loop budget as a bounded-operation evaluation.

python
def disruption_step(features, model, warn_ms_needed):
    p, ttd_ms = model.predict(features)   # prob, est time-to-disruption
    if p > P_HIGH and ttd_ms < warn_ms_needed:
        return trigger_mitigation()       # massive gas / shattered pellet
    if p > P_WATCH:
        return derate_scenario()          # back off toward safer point
    return 'nominal'

Mitigation choices

Honest limits

Pre-FOAK there is no Hyperion disruption dataset, so the predictor is trained on spherical-tokamak physics and simulation and cross-machine data, with calibrated uncertainty. It is explicitly a design-and-simulation capability; its false-alarm and missed-detection rates are reported as modelled, not measured. It feeds the shot lifecycle and defers to safe states when uncertain.

Content reviewed August 2026 · design-and-simulation stage