← Latest papers
🤖 AI

PANDO: Efficient Multimodal AI Agents via Online Skill Distillation

PANDO introduces an efficient online skill-distillation framework that enables multimodal web agents to improve performance and reduce token consumption by maintaining a structured skill library and employing techniques like progress reflection and cache-aware prompting, achieving a 58.3% success rate on VisualWebArena with significantly lower inference costs compared to existing methods.

Original authors: Yubo Li, Yidi Miao, Haotian Shen, Yuxin Liu

Published 2026-05-26
📖 5 min read🧠 Deep dive

Original authors: Yubo Li, Yidi Miao, Haotian Shen, Yuxin Liu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Pay-Per-Click" Trap

Imagine you are hiring a very smart, but expensive, assistant to help you shop online. Every time they look at a webpage, think about what to do, or click a button, you have to pay them a tiny fee (called a "token").

Currently, most AI agents try to get better at their jobs by spending more money. If they fail, they try again. If they get stuck, they ask for a second opinion. They run the same task ten times and pick the best result. This works, but it's like paying for a taxi ride to the grocery store, then paying for a second taxi to go back and check if you forgot your wallet, then a third taxi to double-check the price. It gets the job done, but it's incredibly expensive and slow.

The authors of this paper asked: Can we make an agent that gets cheaper and faster the more it works, instead of just spending more money every time?

The Solution: PANDO (The "Giant Aspen" Agent)

The researchers built an agent named PANDO. They named it after the "Pando" aspen grove in Utah.

  • The Metaphor: Pando looks like 47,000 separate trees, but they are actually all connected by one single root system underground. When one tree grows, it shares nutrients with the others. When one tree dies, the root system remembers it and keeps the whole forest alive.
  • The AI Version: PANDO is an AI agent that has a shared "memory root" (a Skill Library). Instead of treating every new task as a brand-new problem, it remembers what it learned from previous tasks and uses those lessons to solve new ones.

How PANDO Works (The 4-Step Loop)

PANDO doesn't just guess and check. It follows a cycle: Plan → Act → Reflect → Learn.

  1. Plan: The "Brain" (a smart, expensive AI) breaks a big task (like "find the cheapest guitar under $500") into small steps.
  2. Act: The "Hands" (a cheaper, faster AI) actually clicks the buttons.
  3. Reflect: A "Manager" checks if the steps worked. Did the price filter actually change the list? If not, why?
  4. Learn (The Magic Part): This is where PANDO gets smarter.
    • Skill Library: If the agent successfully finds a cheap guitar, it writes down the recipe: "To find cheap items, click 'Sort by Price' then 'Low to High'." It saves this as a Rule or a Routine.
    • Reusing Skills: Next time the agent needs to find the "most expensive" item, it doesn't need to think hard. It just looks at its library, sees the rule, and flips the switch to "High to Low."
    • Demotion (The Cleanup): If a rule stops working (e.g., a website changes its layout), the agent marks it as "broken" and stops using it. This prevents the agent from getting stuck in loops trying to use old, broken instructions.

Why It's a Game Changer

The paper tested PANDO on 910 different web tasks (shopping, classifieds, Reddit). Here is what happened:

  • Success Rate: PANDO succeeded 58.3% of the time. This is better than the current top agents (which were around 54%).
  • Cost: This is the big win. PANDO used 58% fewer tokens (money) than the next best agent.
  • The "Free Lunch" Effect:
    • Early on: PANDO is a bit slow because it's learning the rules.
    • Later on: As it builds its library of skills, it gets faster and cheaper. By the end of the test, it was solving tasks with fewer steps and less money than it started with.
    • Analogy: Imagine a student taking a math test.
      • Old Agents: Every time they see a new problem, they re-derive the formula from scratch. It takes forever.
      • PANDO: The first time they see a problem, they solve it and write the formula on a cheat sheet. The next 99 times, they just look at the cheat sheet. They finish the test faster and with less brainpower.

The "Hidden Costs" PANDO Avoids

The paper points out that other agents hide their costs in two ways:

  1. Pre-evaluation Discovery: Some agents spend weeks "training" or "discovering" tools before the test even starts. PANDO learns during the test, so there are no hidden upfront costs.
  2. Rollout Scaling: Some agents just try the task 10 times and pick the winner. PANDO tries it once, but uses its memory to make that one try count.

The Bottom Line

PANDO proves that you don't need to throw more money at an AI to make it better. By giving it a structured memory (a library of skills) and a way to clean up bad memories (demotion), the agent becomes more efficient the more it works.

It's the difference between a worker who forgets everything every day and has to be retrained constantly, versus a worker who keeps a notebook of "how to do things" and gets faster every single day.

Key Takeaway: PANDO doesn't just get smarter; it gets cheaper to run as it gains experience.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →