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 › Resiliency & Operations
Resiliency & Operations

The Availability Gate

The honest availability finding: modelled ~0.86-0.995 against a Tier III target of 0.99982 - a 30-100x downtime shortfall stated as a physics-and-operations fact.

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.

Definition

Availability A is the long-run fraction of wall-clock time a unit delivers rated service. For a repairable unit with mean time between failures MTBF and mean time to repair MTTR, the steady-state estimate is A = MTBF / (MTBF + MTTR). Downtime fraction is U = 1 - A. The whole point of the gate is that hyperscale Tier III uptime (0.99982) corresponds to about 95 minutes of downtime per year, whereas our modelled burner range corresponds to hours-to-weeks per year.

python
# Downtime per year for an availability figure
HOURS_PER_YEAR = 8766.0
for A in (0.86, 0.95, 0.99, 0.995, 0.99982):
    U = 1.0 - A
    down_h = U * HOURS_PER_YEAR
    print(f"A={A:<8} downtime={down_h:8.2f} h/yr ({down_h*60:8.1f} min/yr)")
# A=0.86     -> 1227.24 h/yr
# A=0.995    ->   43.83 h/yr
# A=0.99982  ->    1.58 h/yr  (Tier III target)

Why the gate is real

The burner availability range 0.86-0.995 is a modelled envelope, not a marketing floor. It aggregates plug-coil duty limits, cryogenic and RF subsystem reliability, and maintenance access. Against 0.99982 the shortfall in tolerable downtime is 30x at the optimistic end and roughly 100x at the pessimistic end. This is one of the four canonical burner gates and it is not translated into any economic statement here - it is a downtime fact.

ClaimHonest?
Single MetroVolt unit is a sole Tier-III source0
Fleet + storage + grid tie can approach Tier-III at facility level1
The gap is 30-100x in downtime today1

How we close the gap on paper

The model, its inputs, and its Monte-Carlo treatment are documented in Availability Modeling. The gate stays visible in every one of those pages.

Content reviewed August 2026 · design-and-simulation stage