Physical AI
Sensors Are the Real Context Window
Jun 15, 2026 · 5 min read
Language systems reason over a curated context. Physical systems reason over an unbounded, noisy, continuously arriving stream that must be compressed before it can be reasoned about at all.
That compression step — what to keep, at what resolution, for how long — is where most embodied system performance is decided. A perfect planner over a badly compressed state is worse than a mediocre planner over a well-chosen one.
We build explicit memory tiers: a high-rate short-horizon buffer for control, a mid-rate scene graph for task reasoning, and a low-rate episodic store for retrieval. Each tier has its own eviction policy tuned to the task, not to a generic recency heuristic.
This is unglamorous infrastructure work, and it is consistently the highest-leverage change we make when a physical AI pilot is underperforming.
Related reading
More in Physical AI
World Models as Simulators, Not Oracles
A learned world model is useful long before it is accurate. The trick is knowing which errors you are allowed to tolerate.
Synthetic Data That Survives Contact With Reality
Generated data is cheap. Generated data that improves a real deployment is not. Here is the filtering pipeline we use.