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