RoboTTT brings test-time training to robot policies
RoboTTT is a new robot-policy approach that moves test-time training directly into deployment-time inference. According to the posts, the system updates a small kernel network with gradients while the robot is acting, compressing ongoing experience into weights so the policy can use far longer history than typical short-context robot models. The work drew attention because real-world assembly and manipulation tasks often last minutes and require multi-stage decisions, while many existing policies only retain very short histories.
Key idea
Instead of only enlarging the input window, RoboTTT lets the policy keep adapting a small internal module during execution. Multiple posts describe the core intuition as writing recent experience into parameters rather than relying only on a short cache or single-step observations.
Reported results
Across the posts, the headline result is an extension of robot visuomotor context to 8,000 timesteps, which several posts describe as roughly 5 minutes of memory. @scott_e_reed says this longer usable context is achieved without increasing inference latency. Other posts contrast RoboTTT with robot models that may remember less than 0.1 seconds of history, framing the method as especially relevant for long-horizon, multi-stage tasks.
Why it matters
@dair_ai characterizes the paper as bringing context scaling into embodied AI. In that framing, RoboTTT is notable not just as a memory trick, but as an attempt to make robot foundation models better suited to realistic tasks whose important state unfolds over minutes rather than a few immediate steps.
2026-07-15 ~ 2026-07-17 · 6 related posts
- [source] RoboTTT: 8K Context Robot Policies — scott_e_reed · 2026-07-15
- [source] RoboTTT Enables Long-Memory Robot Learning — DrJimFan · 2026-07-15
- RoboTTT Extends Robot Memory to 5 Minutes — seanmcdonaldxyz · 2026-07-16
- [source] RoboTTT: Robot Context Extended to 8K Steps — nvidia · 2026-07-17
- NVIDIA: Embodied AI Also Benefits from Context Scaling — dair_ai · 2026-07-17
1 near-duplicate retellings: DrJimFan