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

Ambipolar Potential Safety Envelope

Tandem-mirror confinement lives or dies on the end-plug ambipolar potential; the safety envelope bounds it against a rapid confinement-loss transient.

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 potential that holds the plasma

In the burner's tandem-mirror configuration, the end plugs establish an ambipolar electrostatic potential that confines the central-cell ions. Confinement quality is a steep function of that potential. The safety concern is not steady operation but the transient: a rapid collapse of the plug potential releases the central-cell plasma quickly, a fast fault the reflex tier must bound.

python
def confinement_margin(phi_plug, phi_min, phi_max):
    # normalized distance inside the confining-potential band
    if phi_plug < phi_min:
        return -1.0                # below floor: confinement collapsing
    span = phi_max - phi_min
    return (phi_plug - phi_min) / span

def envelope_action(margin, dphi_dt, rate_limit):
    if margin <= 0 or dphi_dt < -rate_limit:
        return 'TRIP -> controlled ride-down'
    return 'permit'

Rate matters as much as level

The envelope watches both the potential level and its rate of change. A slow drift toward the floor is handled by supervisory control raising plug heating; a fast negative rate — the signature of an incipient collapse — is a reflex-tier trip, because by the time a slow loop reacted, confinement would already be lost. This mirrors the two-timescale split used throughout the reflex tier.

The envelope is also written to degrade its own trust as diagnostics degrade. If the potential measurement becomes noisy or a redundant channel drops, the confining floor is raised and the rate limit tightened, so the supervisor errs toward an early, benign ride-down rather than risking a fast collapse it can no longer see clearly. Given how far the plug regime sits beyond any built device, this bias toward conservatism under uncertainty is a stated design choice, not a tuning afterthought.

Because the plug regime is 166–830× beyond any built device, the envelope is set conservatively and widened for model uncertainty, exactly as in the plug-stability supervisor. A collapse trip drives the burner toward its defined safe state along a path chosen to avoid a violent confinement-loss transient.

Content reviewed August 2026 · design-and-simulation stage