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

Burner DEC Collector Interface

Direct energy conversion decelerates escaping ions against biased collector grids; the interface reads per-grid currents and sets grid potentials.

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.

How the burner extracts power

The burner (Aegis / MetroVolt) converts the kinetic energy of ions escaping the mirror directly into electricity rather than through a thermal cycle. Ions stream out the expander, sort by energy, and are decelerated against a stack of biased collector grids — each grid tuned to a slice of the ion energy spectrum. The interface reads per-grid current and sets each grid's potential.

Signal set

python
# per-grid collection (DEC train)
for g in grids:
    I_g = measure_collector_current(g)
    P_g = I_g * V_grid[g]                # power on grid g
# tune grid potentials to the arriving spectrum
V_grid = dec_controller(spectrum_est, I_grid, V_grid)
P_dec = sum(P_g)

Efficiency depends on matching each grid potential to the arriving ion energy: a mismatch either fails to decelerate the ion (energy lost as heat) or over-decelerates and reflects it. The interface therefore couples tightly to the expander, which sets the spectrum, and to grid modulation, which follows load.

Neutron fraction context

D–3He is chosen partly because only 5.44% of its energy appears as neutrons; the rest is charged-particle energy that direct conversion can collect. This is a design-and-simulation property of the fuel, not a delivered performance number — the machine is not built.

Calibration ties measured grid current to collected power at known bias. Design-and-simulation specification.

Content reviewed August 2026 · design-and-simulation stage