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

Burner Continuous-Operation Narrative

The burner (Aegis / MetroVolt) aims at steady export, so its operating story is about holding a regime, not chaining shots - under four honest gates.

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.

Steady state, not shots

A tandem-mirror burner has no inductive current drive to cycle, so the intended operating narrative is continuous: reach the plug regime, hold it, and export firm power through direct energy conversion. The design point is a 26.49 T plug, 17 T throat, and 5.44% neutron fraction. Continuous operation is what a MetroVolt data-center customer or an Aegis fixed defense installation would need. The honest gates make that continuity the hardest problem, not the plasma physics alone.

The four gates bound the narrative

None of these is an economic statement; all four are physics-and-operations facts. The continuous narrative is therefore a target the design must earn, exercised in simulation, not a claim about a built machine.

python
def burner_hold(state, twin):
    if twin.plug_stress_ratio(state) > 1.0:      # design bore already 3-3.9x
        return derate('plug_stress')
    if not twin.fuel_available(state):           # He-3 supply gate
        return derate('fuel')
    if twin.confidence(state) < CONF_MIN:        # 166-830x regime -> low conf
        return 'hold_conservative'
    return 'export'

Why continuity still drives the design

Even un-validated, the continuous target shapes redundancy and degradation logic: a burner that must hold a regime cannot recover between shots, so it leans harder on graceful degradation and fleet failover to meet the availability gate. The breeder-bred tritium and helium-3 close the fuel gate over time.

Content reviewed August 2026 · design-and-simulation stage