One Rollout, 58.3% Success — Up to 61% Fewer Tokens Than Baseline Agents
Notes on PANDO: Efficient Multimodal AI Agents via Online Skill Distillation (arXiv:2605.24785) — Yubo Li, Yidi Miao, Yu Shen, Yuxin Liu · May 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill retrievalWeb agents that click through visual interfaces usually get more capable by spending more at inference: sampling multiple rollouts, adding a verifier pass, or running an offline discovery phase before the real task starts. Trace VisualWebArena trajectories and the waste has a shape: agents loop on repeat actions that burn steps without changing the page state, tool-discovery phases quietly cost roughly 100 steps per tool once a library passes 50 tools, and most baseline pipelines reuse under 11% of their prompt through caching. PANDO answers with a single-rollout design — no sampling, no pre-evaluation discovery budget — built around a structured Skill Library of pattern-triggered rules and parameterized routines, a reflector that checks whether a step actually moved the task forward, confidence-based demotion for skills that keep failing, hierarchical routing that reserves expensive reasoning for novel planning, and a prompt layout built to keep prompt cache utilization high.
On the full 910-task VisualWebArena benchmark, PANDO reaches 58.3% success, ahead of the SGV verifier baseline (54.0%) and a WALT reproduction (45.2%) — while spending 58% fewer tokens than SGV and 61% fewer than WALT. The intrinsic efficiency numbers move the same direction: a 9.1% action-repetition rate against 14.2% and 18.3%, and 72.4% cache utilization against 45.1% and 38.6%. A 300-task ablation shows where the accuracy actually comes from. Stacking rules, seed routines, the reflector, online distillation, skill-merging, and demotion carries success rate from a 38.6% backbone-only baseline to 57.3%. Layering hierarchical routing, visual compression, and cache-aware prompting on top adds only 1.7 more points of success (to 59.0%) but drops the token bill from 147K to 117K per task — those three components are a cost lever, not an accuracy lever. Across the full run, the Skill Library grows from 12 seed routines to 47 induced ones by task 910, with 32 surviving after 15 demotions and 11 merges.
Key numbers
| Success rate, 910-task VisualWebArena | 58.3% (vs. 54.0% SGV, 45.2% WALT reproduction) |
| Token cost per task vs. baselines | ~115K tokens — 58% fewer than SGV, 61% fewer than WALT |
| Hidden tool-discovery cost (WALT-style pre-eval) | ~100 steps per tool once library exceeds 50 tools |
| Prompt cache utilization | 72.4% (PANDO) vs. 45.1% (SGV) / 38.6% (WALT) |
| Skill-learning core's accuracy contribution | 38.6% → 57.3% SR in 300-task ablation |
Skills related to this research
Related notes
- Cut Skill Bodies 39%, Task Success Rises 2.8% →
- Self-written APIs make web agents 32-40% better — weaker models gain even more from them →
- Strip the tutorial video from a skill wiki, lose 9.5 points →
- Flat Skill Invocation Craters From 48 to 17 as the Pool Hits 200,000 →
- Conditioning the perception latent on the text skill card cuts cross-modal redundancy 9x — and gets 2.3x the step-consistency of 5-sample self-consistency at roughly the same latency as 1 sample →
- A co-evolving skill library lifts tool-use accuracy from 27.7% to 32.0% — with fewer tool calls, not more →
- Learned Curation Halves the Skill Bank, Keeps the 9.69-Point Gain →
- A skill library trained on 5x5 robot grids beats genetic search at 10x10 — on all 7 EvoGym tasks →
- MUSE-Autoskill's Self-Written Skills Beat Human-Authored Ones, 85.24% vs. 81.17% →
References
- Li, Miao, Shen & Liu, PANDO: Efficient Multimodal AI Agents via Online Skill Distillation, arXiv:2605.24785 (2026)
- Andrade et al., Let's Think in Two Steps: Mitigating Agreement Bias in MLLMs with Self-Grounded Verification (2026)