The best manipulation policies do not decide one action at a time. Diffusion-policy and pi-0 style models predict a chunk, a short sequence of future actions, from a single observation, and Figure's Helix splits the job into two systems: a slow vision-language model that reasons about the task and a fast policy that emits smooth, high-rate motion. Both moves solve the same problem you meet here. Observations are expensive and arrive slowly, so a policy that only reacts to the latest frame lags a moving target. A policy that predicts where things are going and acts open-loop for a few steps stays locked on. You are building the intuition that action chunking buys smoothness and beats latency.