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 › Physical Interfaces
Physical Interfaces

Plug-Coil Actuation Interface

The burner's end-plug coils must hold 26.49 T; the actuation interface is specified honestly against a coil overstressed 3-3.9x at the design bore.

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.

What the plug coils do

A tandem mirror confines plasma between high-field end plugs. The burner's plugs target 26.49 T with a 17 T throat — the fields that create the magnetic mirror and, with the ambipolar potential, plug the ends. This interface commands the plug-coil currents and reads their electromagnetic and mechanical state.

The stress gate, stated plainly

At the design bore, the required field structure overstresses the plug coil by ~3–3.9× the conductor's mechanical limit — it is infeasible as specified. This is a design-and-simulation finding, not a solved engineering problem, and it is not softened here. The actuation interface is documented so the constraint is explicit to any layer or agent reasoning about the burner.

python
# plug-coil command with the honest limit exposed
sigma_hoop = lorentz_stress(I_plug, B_local, geom)
margin = sigma_allow / sigma_hoop
assert margin >= 1.0, f'plug overstress {1/margin:.1f}x'   # 3-3.9x as specified
plug_supply.command(I_plug, dIdt_max)   # gated by the assertion above

Owner and sensing

Because the coil is overstressed as specified, any hardware path is contingent on a redesign that closes this gate; the interface exists in the design study to make that requirement measurable, not to imply it is met.

Content reviewed August 2026 · design-and-simulation stage