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

Preference Data Collection and Curation

Human preference data is collected with the same lineage rigor as machine data — who judged, on what, when — so RLHF rests on an auditable, versioned foundation.

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.

Preferences are data, treated as data

RLHF is only as trustworthy as the preferences it learns from. Kronos collects operator and expert preferences through structured interfaces that record not just the ranking but its full context: the machine situation shown, the two responses or trajectories compared, the judge's role and expertise, timestamp, and any rationale. This is versioned and lineage-tracked like any dataset.

Judgments come from qualified operators and physicists, and are weighted by domain: a reactor physicist's ranking of a plug-stability explanation carries more weight than a generalist's, and vice versa for procedural UX. Inter-rater agreement is measured; low-agreement items are flagged for review rather than fed blindly into the reward model, because noisy preferences produce a noisy objective.

What each preference record holds

python
pref = {
  'id':'pref:sha256:...','machine':'burner',
  'context':'state:sha256:...',
  'items':['resp_a:...','resp_b:...'],'chosen':'resp_a',
  'judge':{'id':'op-114','role':'reactor-physicist','w':1.4},
  'rationale':'cites plug stress gate correctly; hedges He-3 supply',
  'agreement':0.82
}   # append-only; feeds reward-model training set with lineage

Because preferences can encode bias, the dataset is audited for systematic skew before it trains a reward model. Golden items with known-correct answers are seeded in to catch judge drift over time. This collection discipline is the human-feedback analogue of the label provenance applied to machine data.

Content reviewed August 2026 · design-and-simulation stage