Quick one on this one:
REI moved Adapt-1 onto the infrastructure meant for public access, and shared how fast it responds as it remembers more.
Quick context:
Adapt-1 never stops to retrain.
It just keeps answering, then learning from the result, over and over, in the same run.
Response time once it's holding 5,000 past events:
Spatial control, 390ms
Scene reasoning, 500ms
Sequence recall, 720ms
Causal intervention, 1.15s
Dense manipulation, 1.40s
Heavy sequential planning, 3.90s
Roughly simplest to hardest task, so the order makes sense.
The interesting bit:
After every answer, Adapt-1 also has to learn from what happened.
You'd expect that to be the slow part.
It's actually the fast part.
At the same 5,000-event mark, learning takes 260 to 850ms across all six tasks.
Even after the slowest 3.90s answer, learning from it still only takes 850ms.
Most speed tests measure a system that stays the same while you test it.
This one keeps rewriting its own memory the whole time, and still answers and learns back to back.
No pause. All the way through 5,000 stored events.
Can Adapt‑1 Preview stay in an interactive decision loop while thousands of outcomes keep changing its persistent decision state?
We finished migrating to the infrastructure intended for public access. Here’s what latency looks like as retained experience accumulates.