PANDO: Efficient Multimodal AI Agents via Online Skill Distillation
Summary
PANDO is a web agent framework that improves efficiency through online skill distillation, reducing token usage by 58-61% while outperforming baselines on VisualWebArena tasks.
View Cached Full Text
Cached at: 05/29/26, 11:04 PM
Paper page - PANDO: Efficient Multimodal AI Agents via Online Skill Distillation
Source: https://huggingface.co/papers/2605.24785
Abstract
PANDO is a web agent framework that improves efficiency through experience accumulation by reducing redundant actions, optimizing skill discovery, and enhancing prompt caching without sacrificing performance.
Recent advances inmultimodal web agentsoften rely on increased inference-time computation, includingrollout search,verifier passes,offline skill discovery, andspecialist model stacks. This raises a central question: can a web agent become more efficient as it accumulates experience, rather than more expensive? We first analyze trajectories fromVisualWebArenaand identify three recurring sources of inefficiency: repeat-action loops, hidden discovery costs, and low prompt-cache reuse. We then introduce PANDO, a single-rollout onlineskill-distillation frameworkthat maintains a structuredSkill Libraryand combinesprogress reflection,confidence-based skill demotion,hierarchical routing,visual compression, andcache-aware prompting. On the full set of 910VisualWebArenatasks, PANDO achieves a 58.3% success rate, outperforming SGV (54.0%) and our WALT reproduction (45.2%), while using 58% fewer tokens than SGV and 61% fewer tokens than WALT, without any pre-evaluation discovery budget. A 300-task ablation further shows that rules and routines provide most of the success gains, while routing, compression, andcache-aware promptingconvert the largerskill libraryinto lower marginal token cost. Finally, we introduce three trajectory-level efficiency metrics --Action Repetition Rate,Step Overhead Ratio, andPrompt Cache Utilization-- to make efficiency visible beyond terminal success.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2605\.24785
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.24785 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.24785 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.24785 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
OPID: On-Policy Skill Distillation for Agentic Reinforcement Learning
OPID proposes an on-policy skill distillation framework that extracts dense hindsight supervision from completed trajectories, combining outcome-based RL with token-level self-distillation to improve language agent training efficiency and performance on multi-turn tasks.
@dair_ai: If you build web agents, this one is worth your time. It's on how to make agent skills reusable. (bookmark it) LLM web …
This paper introduces SkillMigrator, an LLM web agent that learns reusable skills and transfers them across websites by matching layout structure rather than domain-specific metadata, reducing LLM action count by 8-10% on WebArena and Mind2Web benchmarks.
Online Skill Learning for Web Agents via State-Grounded Dynamic Retrieval
This paper proposes SGDR (State-Grounded Dynamic Retrieval), an online skill learning method for web agents that enables stepwise, state-aware skill reuse rather than static task-level retrieval. Experiments on WebArena show SGDR achieves 37.5% success rate with GPT-4.1, a ~10.6% relative gain over strong baselines.
UI-MOPD: Multi-Platform On-Policy Distillation for Continual GUI Agent Learning
This paper introduces UI-MOPD, a method combining multi-teacher on-policy distillation with continual learning for training GUI agents across multiple platforms, along with the Uni-GUI dataset. It achieves task success rates of 38.2% and 12.0% on OSWorld and MobileWorld respectively, demonstrating effective cross-platform capability retention and adaptation.
@dair_ai: https://x.com/dair_ai/status/2061104052818108476
A roundup of three notable AI papers: SkillOpt treats skill documents as trainable parameters to optimize frozen agents; a new method compiles agentic workflows into model weights for 100x cost reduction; and AutoScientists introduces a decentralized agent team for long-running science without a central planner.