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

REBCO Quench-Detection Interface

Quench detection is the highest-authority magnet interface: a validated precursor pre-empts every other command and dumps stored energy on a fixed deadline.

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 it has top authority

A quench — loss of superconductivity in a REBCO coil — deposits large stored magnetic energy locally. On the breeder's 16.84 T system and the burner's 26.49 T plug, detection latency directly bounds the peak hot-spot temperature. This interface therefore sits above all shape, fueling, and power commands.

Detection signal set

python
# quench discriminator (L1 edge, fixed WCET)
v_res = v_tap - inductive_model(dI_dt)      # remove L*dI/dt
if v_res > v_thresh and dwell > t_min:
    trip_dump()                              # open dump switch, fire heaters
    latch_fault('quench', coil_id)           # non-clearable by AI

The discriminator subtracts the inductive voltage L·dI/dt so that a fast, legal current ramp is not mistaken for a resistive quench. A confirmed quench latches a fault that no learning layer can clear; recovery is an operator-and-interlock procedure.

Timing and owner

Owner: L1, on the deterministic protection fabric with a worst-case execution time budgeted in microseconds. The AI stack contributes only upstream: the twin flags rising quench probability so a campaign can be de-rated before the hardware discriminator ever fires. Detection authority itself never leaves hardware. All figures here are design-and-simulation targets validated against the twin.

Content reviewed August 2026 · design-and-simulation stage