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 › Real-Time Control & Safety
Real-Time Control & Safety

Proof Testing and Diagnostic Coverage

Latent failures are the enemy of protection systems; automatic diagnostics plus scheduled proof tests keep the probability of failure on demand inside its target.

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.

The latent-failure problem

A protection function that is never demanded can fail silently and stay failed until the one moment it is needed. Two things hold this at bay: on-line diagnostics that detect failures continuously, and periodic proof tests that exercise the full trip path to reveal what diagnostics miss. Together they set how the probability of failure on demand (PFD) accumulates between tests.

python
def pfd_avg(lambda_du_per_hr, proof_interval_hr, coverage):
    # undetected dangerous failure rate drives the sawtooth PFD
    lambda_undetected = lambda_du_per_hr * (1 - coverage)
    return lambda_undetected * proof_interval_hr / 2.0

# shorter interval OR higher coverage lowers average PFD
print(pfd_avg(1e-6, proof_interval_hr=8760, coverage=0.9))  # ~4.4e-4

The formula shows the two levers directly: raise diagnostic coverage or shorten the proof interval. Kronos favors automatic partial-stroke and self-test where the actuator allows it, because it raises coverage without a full shutdown, and reserves full proof tests for maintenance windows.

What a proof test must exercise

Coverage and interval are traded against operational reality: full proof tests need a shutdown, so Kronos maximizes automatic self-test and partial-stroke testing that run without stopping the plant, reserving full tests for planned windows. The measured failure rates from every test feed back into the integrity accounting, so assumptions are corrected by evidence over the machine's life rather than fixed at design time. A rate worse than assumed shortens the interval or forces a redesign.

Proof-test results feed the integrity accounting in integrity allocation: if measured failure rates exceed assumptions, the interval shortens or the design changes. During commissioning the first full proof test is run under fault injection to establish the baseline before operation.

Content reviewed August 2026 · design-and-simulation stage