← Latest papers
🤖 AI

From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills

This paper presents a systematic evaluation of the full lifecycle of model-generated agent skills, revealing that while they generally improve performance, their utility varies significantly across extractors and consumers due to non-uniform behaviors and negative transfer, leading to the development of a meta-skill framework that optimizes extraction to enhance quality and reduce failure.

Original authors: Zisu Huang, Jingwen Xu, Yifan Yang, Ziyang Gong, Qihao Yang, Muzhao Tian, Xiaohua Wang, Changze Lv, Xuemei Gao, Qi Dai, Bei Liu, Kai Qiu, Xue Yang, Dongdong Chen, Xiaoqing Zheng, Chong Luo

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

Original authors: Zisu Huang, Jingwen Xu, Yifan Yang, Ziyang Gong, Qihao Yang, Muzhao Tian, Xiaohua Wang, Changze Lv, Xuemei Gao, Qi Dai, Bei Liu, Kai Qiu, Xue Yang, Dongdong Chen, Xiaoqing Zheng, Chong Luo

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

Imagine you are teaching a robot butler how to do chores. In the past, humans had to sit down and write a specific manual for every single task: "How to make coffee," "How to fold a shirt," "How to wash dishes." This is slow, expensive, and hard to keep up with.

Recently, scientists tried a new approach: let the robot learn by doing. The robot tries to make coffee, sometimes succeeds, sometimes spills it. Then, a "teacher" robot watches these attempts and writes a summary rule: "Skill: Coffee Making." The hope is that the robot can read this rule later and do better without needing to be retrained.

This paper, titled "From Raw Experience to Skill Consumption," is a massive reality check on that idea. The authors didn't just build one robot; they built a laboratory to test if this "learning from experience" actually works, when it fails, and why.

Here is the breakdown of their findings using simple analogies.

1. The Three-Step Recipe

The authors realized that creating a "skill" isn't just one step; it's a three-stage pipeline, like a cooking process:

  1. Experience Generation (The Cooking): The robot tries to do a task (like making coffee). It creates a log of what happened—some attempts worked, some failed.
  2. Skill Extraction (The Recipe Writing): A second robot (the "Extractor") reads that log and tries to write a concise rulebook (the "Skill").
  3. Skill Consumption (The Cooking Again): The original robot reads the rulebook and tries to do the task again to see if it got better.

2. The Big Surprise: It Works, But It's Risky

The team tested this across five different "kitchens" (domains):

  • Embodied Planning: A robot moving around a house (ALFWorld).
  • Productivity: Editing spreadsheets.
  • Software Engineering: Fixing code bugs.
  • Web Search: Finding answers online.
  • Tool Calling: Using digital tools like a calculator or calendar.

The Verdict: On average, giving the robot a skill rulebook does help it perform better. However, it's not a magic bullet.

  • The "Negative Transfer" Problem: In about 25% of cases, giving the robot a rulebook actually made it worse. It's like giving a chef a recipe that says "add salt," but the chef misreads it as "add salt to the dessert," ruining the dish.
  • The "Strongest Chef" Myth: You might assume the smartest robot should be the best at writing the rulebooks. The study found this is false. A robot that is great at solving a problem might be terrible at explaining how it solved it. Conversely, a "weaker" robot might write a rulebook that a "stronger" robot can actually use.

3. What Makes a Good Rulebook? (The "Why")

The researchers dug deep to find out why some rulebooks worked and others failed. They tested three stages:

A. The Experience (The Ingredients)

  • Question: Should the robot only learn from its successes, or should it also learn from its failures?
  • Finding: It depends on the task.
    • For spreadsheets, mostly successful attempts make the best teachers.
    • For robot movement, the failures are actually more valuable because they show the robot exactly which paths are dead ends.
    • Crucial Point: A pool of only failures is the worst possible teacher. You need some success stories to show the robot what "good" looks like.

B. The Extraction (The Writing Style)

  • Question: Does the rulebook need to be written in a specific format (like a bulleted list vs. a paragraph) or sound very professional to be useful?
  • Finding: No.
    • Changing the font or the format didn't matter.
    • Even more surprisingly, if you asked an AI to judge which rulebook "sounded" better, it was wrong 54% of the time. The rulebook that sounded the most fluent and professional often performed the worst.
    • The Real Secret: The best rulebooks weren't the ones that sounded nice; they were the ones that were specific about what went wrong and how to fix it.
    • Example: A bad rulebook says, "Be careful." A good rulebook says, "If the formula doesn't calculate, don't trust the computer to do it; calculate the number yourself first."

C. The Consumption (The Eating)

  • Question: If two robots get the exact same rulebook, will they both improve?
  • Finding: No.
    • One robot might read the rule and suddenly become a pro.
    • Another robot might read the exact same rule and get confused or start doing the wrong thing.
    • The "skill" isn't just the text; it's how well the text fits the specific brain of the robot reading it.

4. The Solution: A "Meta-Skill"

Since the researchers figured out that "sounding good" is a trap, they created a new tool to fix the process.

They took their findings and turned them into a "Meta-Skill" (a set of instructions for the robot writing the rulebook). Instead of telling the robot to "write a clear and professional summary," they told it:

  1. Identify the Failure: Explicitly state why the robot failed before.
  2. Be Specific: Give concrete steps, not vague advice.
  3. List the Traps: Explicitly list actions that are dangerous to take.

The Result: When they used this new "Meta-Skill" to guide the extraction process, it improved the quality of the rulebooks in every single test case and significantly reduced the number of times the robot got worse.

Summary

This paper teaches us that teaching robots by having them summarize their own experiences is a powerful idea, but it's messy.

  • Don't assume the smartest robot is the best teacher.
  • Don't trust a rulebook just because it sounds professional.
  • Do focus on specific lessons learned from failures and successes.
  • Do check if the robot actually understands the rulebook, because a good rule for one robot might be a bad rule for another.

The authors have provided a "quality control" checklist (the Meta-Skill) that ensures the rulebooks written by AI are actually useful, moving us from guessing to a science of teaching machines.

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 →