Hold the robot, cameras, scenes, demonstrations, and policy weights fixed. Change only the inference-time process. The same frozen skills succeed far more often inside the loop than when prompted directly — the orchestration gap.
Click a task to watch the agent reason through it — the full video alongside its step-by-step trace.
General-purpose robots must combine perception, world knowledge, planning, success detection, recovery, and low-level control. Today’s state-of-the-art models try to fold all of this into one learned policy via large-scale pre-training. We show instead that these capabilities decompose into a general language-conditioned control agent and a high-level agent manager. Rather than training policies to reason, we build a closed-loop physical-agency orchestrator — Pigey — that plans high level, decomposes goals into achievable subgoals, commands low-level motor skills, verifies outcomes from observations, and recovers from failures. It controls existing vision-language-action policies and parametrized skills to solve complex reasoning tasks in the real world, with no extra data collection or post-training. On LIBERO-PRO, Pigey advances the state of the art by over 4× (12.8% → 53.3%) with no task-specific fine-tuning; on a real robot it lifts a frozen policy from near-zero to over 90% on reasoning-limited tasks. We call the difference between what frozen skills achieve alone and inside the agentic loop the orchestration gap.
The orchestrator never emits motor commands. At each step it reads the observation and history, calls one tool, incorporates the result, and decides again — until the task predicate holds. Motion is delegated to skills it never trained.
| Method | Obj-swap | Obj-task | Sp-swap | Sp-task | Goal-swap | Goal-task | Mean |
|---|---|---|---|---|---|---|---|
| π0-LIBERO | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| π0.5-LIBERO | 17 | 1 | 20 | 1 | 38 | 0 | 12.8 |
| CaP-Agent0 | 22 | 18 | 12 | 14 | 26 | 17 | 18.2 |
| Pigey (ours) | 54 | 54 | 66 | 80 | 44 | 22 | 53.3 |
| Category | π0.5 | TiPToP | Pigey |
|---|---|---|---|
| World knowledge | 0 | 90 | 100 |
| Conditional logic | 0 | 95 | 100 |
| Multi-step reasoning | 0 | 25 | 100 |
| Error recovery | 10 | 0 | 90 |
| Obstacle / safety | 0 | 0 | 90 |
| Spatial reasoning | 20 | 75 | 100 |
| Long-horizon memory | 0 | 0 | 100 |
| Simple pick-place | 95 | 80 | 100 |
| Overall | 16.7 | 48.7 | 97.3 |
@misc{galanti2026addressingorchestrationgapgeneralist,
title = {Addressing the Orchestration Gap in Generalist Robots via Physical Agency},
author = {Liane Galanti and Dhruv Shah and Tri Dao},
year = {2026},
eprint = {2607.21725},
archivePrefix = {arXiv},
primaryClass = {cs.RO},
url = {https://arxiv.org/abs/2607.21725},
}