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

Observability & SLOs

The orchestration layer is measured against explicit service-level objectives for latency, lag, and safety-check availability.

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.

Measure what protects the machine

Orchestration health is defined by explicit SLOs, not vibes. The metrics that matter are the ones that bound how quickly and correctly a proposal becomes a gated command, and how reliably safety checks are available. These are tracked live and gate deploys via replay regression.

Core SLOs

SLOTarget classWhy it matters
gate decision latencytight, boundedtime from proposal to accept/reject
envelope-check availabilitynear-totala missing check means fail-closed rejects
consumer lagboundedlate state degrades control quality
dead-letter ratenear-zeropoison events signal upstream defects

Golden signals per domain

Safety metrics are first-class

Some metrics are not about performance but about the integrity of the guard: the fraction of commands that passed with a fresh (non-stale) envelope, the number of commands rejected for safety reasons, and the availability of the rules and envelope services. A degradation here pages immediately, because a machine whose safety checks are flaky must hold, not proceed.

Observability feeds control decisions

python
if slo.envelope_availability < THRESHOLD:
    orchestrator.enter_safe_hold()      # do not gate new energizing actions
    page("envelope checker degraded")
if slo.consumer_lag > LAG_CRIT:
    scheduler.pause_low_priority()      # shed load

All metrics share the correlation IDs used by tracing and the lineage bus, so a numeric SLO breach can be drilled straight to the causal events. SLOs are exercised in simulation for both machines ahead of FOAK.

Content reviewed August 2026 · design-and-simulation stage