Physical-feedback adapters for pretrained VLAs on contact-heavy skills
Adding a physical-feedback adapter to an existing VLA now looks like a practical build for teams stuck on plug insertion, fragile picks, wiping, or other contact-heavy steps. The best evidence this week comes from MoSS: a modular add-on that keeps tactile and torque streams separate, aligns them with a pretrained VLA in two stages, and then fine-tunes jointly. On four real robot tasks, average success rose from 20.8% to 49.0% on GR00T N1.5 and from 26.1% to 45.9% on pi_0, with only modest inference overhead. The useful product shape is narrow and concrete: a drop-in sensory sidecar for a small set of failure-prone skills, not a full retrain of the policy stack.
The first customer is a robotics team that already has a vision-language-action policy working on approach and gross motion, but loses reliability at first contact. A cheap validation pass is to instrument one or two recurring failure modes and compare three versions on the same robot: vision only, single physical modality, and dual-stream tactile plus torque. The MoSS ablations give a clear design constraint for that test. Decoupled streams, staged training, and a future-signal objective all mattered, so a quick prototype should preserve those choices instead of collapsing everything into one fused encoder. If the gains show up on a small contact suite with less than 1.1x latency cost, this becomes an easy support layer to justify for production manipulation.