← Latest papers
🤖 machine learning

From Human Guidance to Autonomy: Agent Skill System for End-to-End LLM Deployment on Spatial NPUs

This paper introduces a two-stage methodology that transitions from human-guided development to an autonomous agent skill system, successfully deploying multiple LLMs end-to-end on AMD XDNA 2 spatial NPUs with significant performance gains and minimal human intervention.

Original authors: Jiajie Li, Erwei Wang, Zhiru Zhang, Samuel Bayliss

Published 2026-06-09
📖 4 min read☕ Coffee break read

Original authors: Jiajie Li, Erwei Wang, Zhiru Zhang, Samuel Bayliss

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 have a brand new, incredibly powerful, but very picky kitchen appliance (the Spatial NPU). It's designed to cook meals (run AI models) with amazing energy efficiency, perfect for small, portable devices. However, this appliance doesn't come with a recipe book, and the instructions are written in a secret code that only a few expert chefs understand.

For years, getting a complex dish like a "Large Language Model" (LLM) to work on this machine required a human master chef to spend weeks manually tweaking every single step, trying to figure out how to move ingredients around the kitchen without wasting time or energy.

This paper describes a new way to solve that problem using a two-stage "Robot Chef" system that learns from a human and then starts cooking on its own.

Stage 1: The Human and the Apprentice

First, the researchers taught an AI coding agent (the "Apprentice") how to cook a specific dish: Llama-3.2-1B.

  • The Process: A human chef didn't just watch; they acted as a guide. They told the Apprentice, "Here is the plan. Let's try this step. Oh, that failed? Let's write down why it failed and how we fixed it."
  • The Result: Together, they created a recipe that was 2.2 times faster at starting the cooking process and 4.0 times faster at serving the food compared to the previous best manual attempt.
  • The Secret Sauce: Crucially, they didn't just cook the meal; they wrote down a detailed cookbook (documentation) of every mistake, every fix, and every "aha!" moment. This wasn't just a log; it was a structured lesson plan.

Stage 2: The Autopilot Chef

In the second stage, the researchers took that detailed cookbook and turned it into a set of Robot Skills.

  • The Skill System: They built a system with eight specific phases (like "Chop the onions," "Sear the meat," "Season the sauce"). Each phase has a strict "taste test" (a numerical check) to ensure the food tastes exactly right before moving to the next step. If the taste is off, the robot automatically tries a different technique from its skill list.
  • The Autonomy: Once this system was ready, they let the Robot Chef work alone. They gave it eight new, different recipes (other LLMs like Qwen and SmolLM) that it had never seen before.
  • The Outcome: Without any human help, the Robot Chef successfully cooked all eight new dishes in 0.5 to 4 hours.
    • Three of these new dishes were cooked just as efficiently as the original one the human helped with.
    • The system proved it could generalize: it didn't just memorize the first recipe; it learned how to cook for this specific appliance and applied those skills to new ingredients.

Why This Matters (In Simple Terms)

Think of the Spatial NPU as a high-tech, energy-saving car engine.

  • Before: To get a car to run, you needed a mechanic to hand-wire every spark plug and fuel injector. It took forever and was expensive.
  • Now: The researchers built a "Self-Driving Mechanic." First, a human taught the mechanic how to fix one specific engine model. Then, the mechanic learned the principles of fixing that engine type. Now, the mechanic can walk into a garage with a different model of the same engine and fix it perfectly in a few hours, checking its own work to make sure it runs safely.

The Bottom Line

The paper claims that by combining human guidance with an AI that keeps detailed notes and turns those notes into reusable "skills," they can now deploy complex AI models onto specialized, energy-efficient hardware autonomously. They successfully deployed eight new models that had never been run on this hardware before, proving that the system can learn, adapt, and work without constant human supervision.

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 →