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 › L4 · Orchestration
L4 · Orchestration

Stream Topology & Topics

A disciplined topic taxonomy separates measurements, state, proposals, commands, and audit so each gets the right retention and access policy.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L4 · ORCHESTRATIONEvents, workflows, rules, and human routing.1Event Streamingthe backbone2Workflow Enginecampaign procedures3Rules & Safety Boundshard limits4Human-in-the-Loopapproval routing5Schedulerexperiment campaigns6Audit Busfull decision lineageMACHINE TIECoordinates L3 outputs with L5 copilots and human operators.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORORCHESTRATIONSHEET 06REV. 2026-08L4 · AI-NATIVE STACK
L4 · Orchestration — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Topics carry policy, not just data

The topic a fact lives on determines its retention, compaction, ordering key, and access control. Layer 4 uses a deliberate taxonomy so that, for example, a command never shares a policy with a dashboard metric. The taxonomy is stable across the breeder and burner; only the domain segments differ.

Naming convention

text
<machine>.<domain>.<signal>            key                policy
breeder.magnetics.coil_current         coil_id            time-retained
breeder.plasma.equilibrium             shot_id            log-compacted
breeder.diag.neutron_flux              shot_id            time-retained
burner.plug.field                      cell_id            log-compacted
burner.dec.output                      unit_id            time-retained
*.proposals                            shot/campaign      time-retained
*.commands                             actuator_id        infinite, chained
*.audit                                event_id           infinite, chained

Five topic classes

Access control by class

Command and audit topics have the strictest write and read controls; only the gating pipeline may write commands, and only via a valid token. Proposal topics are writable by L3/L5 but their contents actuate nothing until gated. This separation means a compromised analytics consumer can read measurements but can neither forge a command nor tamper with audit history.

Dead-letter topics

Each processing topic has a companion dead-letter topic for events that repeatedly fail handling, so a single poison message cannot stall a partition (see dead-letter handling). Topology, retention, and keys are all captured in the schema registry alongside the schemas.

Content reviewed August 2026 · design-and-simulation stage