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

Isotope Accountancy Interface

Accountancy is the slowest, most auditable physical interface: a reconciled mass balance for tritium, helium-3, and deuterium across both machines.

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.

Why accountancy is an interface

Every gram of tritium and helium-3 that moves through the plant is regulated material. The accountancy interface is where physical sensing (stream assays, inventories, containment status) meets a reconciled ledger. It is not a control loop — it is the audit surface that regulators, offtake, and the fleet view all read from.

What it reconciles

python
# closing the isotope ledger (L7, auditable)
for iso in ['T','He3','D']:
    balance[iso] = opening[iso] + produced[iso] \
                   - consumed[iso] - decay[iso] - transfers[iso]
    residual[iso] = measured_closing[iso] - balance[iso]
    assert abs(residual[iso]) <= mba_limit[iso]   # material-balance limit

Owner and traceability

Owner: L7 for the ledger; L4 supplies campaign-level flows; L2 guarantees that every input reading is timestamped and traceable. The material-balance limit is the tolerance within which the books must close; a residual outside it is an investigation trigger, not a control action.

Calibration is the strictest of any interface: each assay traces to a reference standard with documented uncertainty. All figures are design-and-simulation class; the ledger structure is built now so it is auditable from FOAK onward. No economics appear here — this is material accountancy only.

Content reviewed August 2026 · design-and-simulation stage