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

Functional Safety and Integrity Allocation

Each safety function gets an integrity target set by the severity and frequency of the hazard it prevents; higher targets demand more redundancy, coverage, and proof.

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.

Match rigor to hazard

Not every safety function needs the same rigor. Kronos allocates a safety integrity target to each function based on the hazard it addresses — how severe the consequence, how often the demand, and how much other protection exists. The target then drives concrete requirements: redundancy level, diagnostic coverage, proof-test interval, and independence from other layers.

python
def target_pfd(consequence, demand_rate_per_yr, other_layers_rrf):
    # required risk reduction = intolerable gap after existing layers
    tolerable = 1e-5                       # tolerable event freq / yr
    unmitigated = consequence * demand_rate_per_yr
    needed_rrf = unmitigated / (tolerable * other_layers_rrf)
    return 1.0 / needed_rrf                # PFD the function must meet

From target to design

Integrity needRedundancyDiagnostic coverageProof interval
lowsingle + monitorbasiclonger
medium1oo2 or 2oo3highmoderate
high2oo3 + diverse failsafevery highshort + auto-test

Diagnostic coverage — the fraction of dangerous failures the system detects on its own — matters as much as redundancy. An undetected dangerous failure sits latent until a demand arrives; high coverage converts most of those into detected, safe-side failures that trip or alarm. This is why proof testing and diagnostic coverage is a first-class concern.

Allocation is revisited whenever the plant or the hazard picture changes, because integrity is a property of the whole risk chain, not a fixed label on a box. If a protection layer that other functions leaned on is removed or degraded, the functions behind it inherit a higher target automatically. Kronos keeps this dependency explicit so that a change in one layer surfaces every function whose integrity argument depended on it, rather than silently eroding margins elsewhere. The allocation therefore behaves as a living part of the safety case, traced from hazard through requirement to design, not a static label assigned once and forgotten.

Integrity allocation is not a paperwork exercise bolted on at the end; it is decided at design time and traces through to the failure response decision table and the redundancy chosen in voting and redundancy. Because these machines are pre-FOAK, the allocation is being validated in simulation and hardware-in-the-loop before first plasma.

Content reviewed August 2026 · design-and-simulation stage