AIOS · Predictive engine

The world-state predictor,
with its own scorecard

A next-state predictor across live AIOS senses — vehicle motion, safety risk, state-lattice transitions. Every forecast comes back with the path it reasoned, its confidence, and its measured error against the baseline it has to beat. Including the times it loses.

reading the live board…
What it predicts

Every sense, and how well it actually does

Every sample is tagged by source — a real device's numbers are never averaged into the simulated ones. Read straight from /api/predict/metrics — the same board the engine writes to itself. “Beats baseline” is the margin over the naive alternative; negative means the naive alternative is still winning, and it stays on the page.

The known failure

Drift, measured

Short horizons are strong and long horizons drift — that is true of every world-model, neural or not. So it gets measured on live traffic at several horizons at once, rather than quietly avoided.

loading the drift curve…
The spine

One coordinate system for every sense

Each sense's state encodes into one 4D space and snaps to the nearest of 48 computed lattice points (the 24-cell and its dual). That shared alphabet is what lets separate senses be compared, and gives every state a stable canonical code. A learned transition chain rides on top of it — and the drift table above shows where the snap pays and where it does not.

loading the lattice…
How it's kept honest

Three rails

Check it yourself

Every number above is one curl away

reproduce
# loading…

The whole package in one call: /api/predict/world. The public fleet is a high-fidelity behavioural simulation; real Blackbox units feed the identical pipeline.