Skip to content

Substrate Overview

Kairos Substrate is the on-premise evaluation engine for Kairos. It provides deterministic, real-time structural risk assessment that runs within your infrastructure — no cloud calls, no data exfiltration, and no external dependencies at evaluation time.

Substrate sits between your autonomous system and the actions it wants to take. Every proposed action passes through an evaluation pipeline, which:

  1. Reads domain metrics from the integrating system
  2. Evaluates the current system state against the licensed configuration
  3. Applies policy gates to produce a PASS or REJECT decision
  4. Returns a structured response with the decision, evaluation detail, and optional escalation directives

The evaluation is deterministic: the same inputs and configuration produce the same decision.

Substrate is available through three distribution targets:

TargetBuild outputUse case
CLI binarykairos executableEvaluation, trace inspection, licensing, and live dashboards
Native libraryShared/static libraryEmbedded integration into production systems
WASM moduleWebAssembly packageBrowser or Node.js advisory evaluation

The CLI and native library targets are intended for authoritative enforcement. The WASM target is advisory and should not be used as the sole enforcement layer.

  • Integration engineers embedding Substrate into autonomous pipelines (LLM agents, MoE routers, robotics controllers)
  • Safety operators monitoring live systems via the kairos observe TUI
  • Platform teams deploying, configuring, and maintaining Substrate infrastructure on-premise
AreaCovers
Getting StartedInstallation, licensing, first evaluation
Fly-by-WireStateful evaluation loop, action gating, and operator visibility
CLI ReferenceAll CLI commands and flags