Phase 1 · data-backed core

KAIROS

BUILT
CONTROL

real-time closed-loop MPC control; supplies the model-free L4 clamp that KGATE enforces.

Headline benchmark — honest, computed
MPC tracking 0.0461 (<5%); Exp-B 0 escapes / 150,000; 155.4 µs/step

What it accelerates

KODEX KAIROS is a fast, calibrated surrogate for validated real-time plant controller (device-in-the-loop) — reproducing its result at inference speed, so it runs inside a real-time control loop or a design search where the full computation is far too slow to call.

Provenance
TWIN
De-risking gates
AC-24, AC-25
Rollout
Phase 1 · Built

Use it

One line, one contract — a prediction, its uncertainty, and whether the input is in-domain.

from kronos_ml import KAIROS

model = KAIROS()                          # loads the trained surrogate
y, sigma, in_domain = model.predict(x)   # y = control action
if not in_domain:                       # out of its trusted region
    fall_back_to_full_physics()          # KAIROS abstains, never extrapolates

How to trust it

Every KODEX code wraps the shared spine — KHALO for calibrated uncertainty and KGATE for the out-of-domain gate — so it reports how confident it is and abstains rather than extrapolate. Benchmarks are computed on held-out data with a fixed seed; pre-registered misses are kept, not hidden.

In the fleet

Get it · cite it

Part of the open kronos-ml package (Apache-2.0). Open-access deposits with citable DOIs are listed below.

Open-access deposits, each with a citable DOI: