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 › L6 · Experience
L6 · Experience

What-If Scenario Console

An offline console where operators and engineers explore how the machine would respond to a change — driven by the twin, never touching the live plant.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L6 · EXPERIENCE & VISUALIZATIONHow people see, steer, and review the plant.1Control-Room 3D Twinlive overlays2Plant-Floor SCADAoperations HMI3Mobile Engineeringfield access4Alerting UXtriage & escalation5DashboardsKPIs & health6Replayincident reviewMACHINE TIESurfaces the L3 twin state and L5 copilots to human operators.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATOREXPERIENCE & VISUALIZATIONSHEET 08REV. 2026-08L6 · AI-NATIVE STACK
L6 · Experience & Visualization — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Rehearsing decisions safely

Operators need to ask 'what if' — what if we push end-plug density, what if we take the breeder shape closer to its stability edge, what if a diagnostic drops mid-shot. The what-if console lets them explore these against the KRONOS-CTRL twin in a strictly offline sandbox. It shares the twin's physics and the live interface's look, but it is firewalled from actuation: nothing done here can reach the real machine.

How a scenario runs

A scenario starts from either the current live state (snapshotted) or a saved/recorded state, then applies proposed changes and runs the twin forward. The operator sees the projected trajectory with its uncertainty, the envelope margins it would consume, and any precursors it would raise — the same surfaces they use live, so intuition transfers directly. Because the twin exposes confidence, the console also shows where a scenario pushes the model out of its trained distribution and therefore where the projection is least trustworthy.

python
scn = twin.sandbox(from_state=live.snapshot())   # isolated copy, no actuation
scn.set('plug_density_setpoint', +5e18)            # burner what-if
traj = scn.rollout(horizon_ms=500)
report(traj.margins, traj.precursors, traj.confidence, traj.ood_regions)
# firewall invariant: sandbox has no path to L1 actuators

Where scenarios come from and go

Scenarios feed pre-operation briefings (rehearse the plan before running it), training (present trainees with situations that would be unsafe to create live), and counterfactual analysis after an incident (would a different action have avoided it?). Useful scenarios are saved to a shared library so the team accumulates a rehearsed playbook for both machines rather than improvising each upset.

The console is the interactive face of the counterfactual replay described in incident replay, and it is a core tool in training-simulator mode. Its firewall from live actuation is the same discipline that keeps observability ubiquitous but authority concentrated across all of L6.

Content reviewed August 2026 · design-and-simulation stage