Show-Harness: Just a VLM Agent Can Play Robots
Summary
Show-Harness is a method that enables vision-language models to control robots through discrete semantic actions, allowing zero-shot deployment and efficient fine-tuning across different robots and GUIs.
View Cached Full Text
Cached at: 09/10/26, 02:13 AM
Paper page - Show-Harness: Just a VLM Agent Can Play Robots
Source: https://huggingface.co/papers/2609.10522
Abstract
Show-Harness links vision-language models to robot control via discrete semantic actions interpreted by embodiment-specific modules, enabling zero-shot and efficient fine-tuned deployment across robots and GUIs.
Foundationvision-language models(VLMs) exhibit broad intelligence about the world, yet translating this intelligence into robot control remains challenging. We presentShow-Harness, anEmbodied Harnessthat enables VLMs to “play” robots through a compact semantic interface linking intent to action.Show-Harnessexposes discretesemantic action unitsthat VLMs can naturally reason over, whileembodiment-specific interpretersdeterministically ground them into local robot actions, keeping the VLM directly responsible for fine-grained physical decisions. Through the same interface,Show-Harnessdemonstrates the feasibility of (1) directly unlocking closed-source frontier VLMs forzero-shot robot control, and (2) adapting small-scale open-source VLMs for low-cost deployment with just a few GPU-hours of fine-tuning. We further developGUMI(GUI Manipulation Interface), which extends the same semantic action space to GUI-based demonstration collection, allowing humans and agents to “play” robots across embodiments without specialized teleoperation hardware. Extensive experiments show thatShow-Harness-equipped VLM agents generalize robustly across tasks, embodiments, and environments, outperforming representative agentic andVLA paradigms. These results suggest that the right interface can unlock substantial embodied capability from foundation VLMs, without requiring additional model capacity or costly embodiment-specific pretraining.
View arXiv pageView PDFProject pageGitHubAdd to collection
Get this paper in your agent:
hf papers read 2609\.10522
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper1
#### showlab/Show-Harness-VLMs Image-Text-to-Text• Updated10 minutes ago
Datasets citing this paper1
#### showlab/Show-Harness-Data Viewer• Updated9 minutes ago • 42.6k • 14
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.10522 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Self-Harness: Harnesses That Improve Themselves
Self-Harness introduces a new paradigm where LLM-based agents iteratively improve their own operating harness by mining model-specific weaknesses, proposing harness modifications, and validating them through regression testing, achieving substantial performance gains on Terminal-Bench-2.0 across multiple base models.
Remote agent harness
A tool for remotely harnessing and managing AI agents.
Harness Handbook to Map Agent Behavior to Code (28 minute read)
Harness Handbook provides a behavior-level manual for AI agent harnesses, linking system behaviors to verifiable code evidence to make harnesses understandable, auditable, and editable.
@omarsar0: // Self-Harness: Harnesses That Improve Themselves // (bookmark this one) Most of the agent scaffolds we rely on today …
This paper introduces Self-Harness, a new paradigm where LLM-based agents iteratively improve their own operating harness—prompts, tools, and control flow—without human engineers or stronger external agents, achieving significant performance gains across multiple models.
HarnessBridge: Learnable Bidirectional Controller for LLM Agent Harness
Introduces HarnessBridge, a learnable bidirectional controller that parameterizes the agent-environment interface for LLM agents, achieving performance comparable to specialized harnesses with reduced computational overhead on Terminal-Bench and SWE-bench.