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 › MLOps & Learning
MLOps & Learning

Label Quality and Provenance

Labels are versioned artifacts with recorded source and confidence, because a mislabeled disruption or off-normal event teaches a safety model exactly the wrong lesson.

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.

Wrong labels are worse than no labels

Supervised models are only as correct as their labels. A breeder pulse mislabeled as non-disruptive teaches a precursor detector to ignore a real precursor; a burner transient mislabeled as nominal teaches a monitor to stay quiet during an off-normal event. Kronos treats labels as versioned artifacts with explicit provenance and confidence, never as ground truth taken on faith.

Labels come from several sources of differing reliability: automated derivation from physics signals, expert human annotation, and consensus across multiple annotators. Each label records its source, the labeler, a confidence, and any disagreement. Low-confidence and disputed labels are surfaced for review rather than silently used, and their influence in training can be down-weighted.

Label metadata

python
label = {
  'pulse':'B-2032-0187','segment':[t0,t1],
  'value':'off-normal','source':'consensus',
  'annotators':['phys-07','phys-12','phys-19'],
  'agreement':0.67,'confidence':0.8,
  'rev':4,'supersedes':'rev:3'    # append-only correction trail
}

Rare, safety-critical classes get the most annotation care: breeder disruption onset times and burner off-normal boundaries are annotated by multiple experts because a one-cycle error in the labeled onset shifts what a precursor detector learns to fire on. Automated rule-derived labels are treated as provisional until an expert confirms or the physics twin corroborates them.

Label provenance is what makes an incident postmortem tractable: when a model misses an event, the first question is whether the training labels were correct. Because labels are versioned, a label correction is itself an event that can trigger retraining of every model that consumed the old label, discoverable through data lineage.

Content reviewed August 2026 · design-and-simulation stage