What they did
The authors built Show-Harness, an embodied control layer that presents a vision-language model with discrete, semantically meaningful actions. Robot-specific interpreters deterministically convert those selected actions into local control commands, leaving action choice to the model while isolating hardware-dependent execution.
They tested two deployment routes: zero-shot control with closed-source frontier VLMs and fine-tuning smaller open-source VLMs using only a few GPU-hours. They also developed GUMI, a graphical interface through which humans or agents can collect demonstrations and control multiple robot embodiments without dedicated teleoperation hardware.
Key findings
- The same semantic interface enabled closed-source frontier VLMs to control robots without embodiment-specific model training.
- Small open-source VLMs could be adapted for robot control with a few GPU-hours of fine-tuning, according to the authors.
- Show-Harness-equipped agents generalized across tasks, environments, and robot embodiments.
- The system outperformed representative agentic and vision-language-action approaches in the reported experiments.
Why it matters
The work suggests that part of the difficulty in applying general-purpose VLMs to robotics lies in the action interface rather than model capacity alone. A shared semantic control layer could reduce embodiment-specific training and make it easier to reuse models and demonstrations across robot platforms.
Caveats
The supplied abstract does not report benchmark names, task counts, success rates, baseline margins, or real-world safety and latency results, so the scale of the claimed gains cannot be assessed here. Deterministic interpreters also remain embodiment-specific, and it is unclear how much engineering they require or how well the approach handles continuous, highly dexterous, or failure-sensitive control.