Three New Papers Tackle the Same Problem in Robot Control: Jerky Motion at Chunk Boundaries
Flow-based robot policies are powerful but produce latency that breaks real-time control. Three research teams just published different fixes, and the approaches are more distinct than the headlines suggest.
By
Most coverage of this week's robotics preprints lumped these three papers together under something like 'AI improves robot movement.' That framing misses what's actually interesting. All three papers are attacking a specific, unglamorous problem in robot manipulation: the moment when one action chunk ends and the next one begins, things go wrong. The papers disagree, in a useful way, about why that is and how to fix it.
Let me explain what's actually at stake here.
What Do the Numbers Actually Say?
Modern robot manipulation policies, the kind you see doing impressive demos on humanoids and tabletop arms, typically work by generating "action chunks": sequences of several timesteps planned at once rather than one move at a time. This improves temporal coherence. The robot doesn't twitch. But generating those chunks with flow-based models takes time, and that latency is a real problem when you're running a physical system that can't just pause and wait.
The standard workaround is asynchronous execution: the robot keeps moving through chunk N while the policy generates chunk N+1 in the background. Which sounds fine until you realize that by the time chunk N+1 is ready, the robot is already partway through chunk N. The transition point is now inconsistent. You get a jerk, a hesitation, or worse, a failed grasp.
Three papers dropped on arXiv this week with three different takes on solving this:
Related coverage
More in Industrial
The Apple supplier priced its shares at the maximum and still had to turn away demand, which tells you something about where hardware money is flowing right now.
James Chen · 25 Jun · 5 min
Prime Day deals on Echos and Ring cameras are fine, but let's not confuse consumer gadgets with the serious robotics work happening in warehouses.
Robert "Bob" Macintosh · 25 Jun · 3 min
Amazon's CEO made his first India trip and left behind a $13 billion AI commitment and an aggressive quick-commerce expansion. The numbers are real. The execution is the hard part.
James Chen · 25 Jun · 6 min
A wave of arXiv preprints this week tackles one of manipulation's oldest problems: how do you get a robot to learn from imperfect, incomplete, or just plain missing data?


