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

Burner Plug-Stability Reflex Supervisor

The burner's end-plug confinement rests on operating conditions far beyond any built device; the reflex supervisor treats every plug excursion as a hard limit, not a setpoint to chase.

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.

Supervising a regime we cannot yet post-dict

The burner (Aegis / MetroVolt) is a D-3He tandem-mirror generator whose confinement depends on the end plugs holding an ambipolar potential. In design-and-simulation studies the plug operating regime sits 166–830× beyond any device ever built, so its behavior cannot be post-dicted from experiment today. The plug-stability supervisor is written for that reality: it does not assume the plug is well-behaved, and it trips conservatively on any departure from the narrow modeled envelope.

Conservative by mandate

python
def plug_supervisor(potential, density, coil_stress, env, model_conf):
    # low model confidence -> shrink the trusted envelope
    m = 1.0 if model_conf > 0.5 else 0.6
    inside = (env.pot.lo*(1/m) <= potential <= env.pot.hi*m and
              env.den.lo <= density <= env.den.hi and
              coil_stress <= env.stress_max)
    return 'run' if inside else 'TRIP -> safe hold'

This candor is deliberate. The supervisor's job is not to prove the plug works — that is what the machine is being built to test — but to guarantee that if the plug behaves outside the modeled regime, the reflex tier notices and trips before anything is damaged. It is inseparable from plug-coil overstress protection and the ambipolar potential envelope.

None of this asserts the plug will work; the machine is being built to find that out. The supervisor's mandate is narrower and honest: guarantee that if the plug leaves the modeled regime, the reflex tier detects it and trips before damage, so the physics question can be answered safely. This framing keeps the burner's four open gates — coil stress, operating regime, He-3 supply, and availability — visible in the control design rather than buried under an optimistic assumption.

No net-power claim is made for the burner today; the four honest gates — plug-coil stress, operating regime, He-3 supply, and availability — are documented plainly across this category, and the reflex tier is designed to respect every one.

Content reviewed August 2026 · design-and-simulation stage