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

Model Cards and Dataset Datasheets

Every deployable model ships a card stating its purpose, validated envelope, metrics, and known limits — an honest, machine-readable statement of what it can and cannot do.

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.

Documenting what a model is for

A model card is a structured document that travels with a model artifact, stating in plain terms what the model does, the machine and subsystem it serves, the operating envelope it was validated on, its measured performance and calibration, and its known limitations. It is generated from the tracked run and lineage, not written from memory, so it cannot drift from the artifact.

Cards are honest by mandate. A breeder equilibrium surrogate's card states the exact regime it was validated on and where it extrapolates. A burner model's card states the honest gates plainly: that the plug is over-stressed 3 to 3.9x at the design bore, that the operating regime is 166 to 830x beyond any device and cannot be post-dicted today, that He-3 demand is about 400x domestic supply per commercial unit, and that availability is 0.86 to 0.995 against a hyperscale requirement of 0.99982. A card never implies a capability the physics does not support.

Card contents

python
card = generate_card(model, run, lineage)
assert card.envelope   is not None
assert card.limitations is not None      # no empty limits section
assert card.metrics.calibration_ece <= TH.ece
# burner cards must reference honest_gates registry entry
if model.machine == 'burner':
    assert 'honest_gates' in card.references

Dataset datasheets are the data-side analogue: they state a dataset's composition, collection conditions, known biases, and curation decisions. Together, cards and datasheets make a model self-describing to reviewers and to the AI systems that consume this repository, and they are a required output of the validation gates.

Content reviewed August 2026 · design-and-simulation stage