← Latest papers
🤖 machine learning

Eluna: An Agentic LLM System for Automating Warehouse Operations with Reasoning and Task Execution

The paper introduces Eluna, a production-deployed agentic system that automates complex warehouse operations by encoding Standard Operating Procedures into graph-guided multi-agent workflows and employing asymmetric episodic distillation to achieve high accuracy and low latency without inference-time overhead.

Original authors: Ning Liu, Kalle Kujanpää, Zhaoxuan Zhu, P Aditya Sreekar, Kaiwen Liu, Chuanneng Sun, Jorge Marchena Menendez, Matthew Bales, Tianyu Yang, Shahnawaz Alam, Rose Yu, Baoyuan Liu, Kristina Klinkner, Sherv
Published 2026-07-13
📖 5 min read🧠 Deep dive

Original authors: Ning Liu, Kalle Kujanpää, Zhaoxuan Zhu, P Aditya Sreekar, Kaiwen Liu, Chuanneng Sun, Jorge Marchena Menendez, Matthew Bales, Tianyu Yang, Shahnawaz Alam, Rose Yu, Baoyuan Liu, Kristina Klinkner, Shervin Malmasi

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 a massive, high-tech warehouse as a giant, bustling city where robots zip around on conveyor belts and thousands of packages are sorted every second. In this city, there are strict rulebooks called Standard Operating Procedures (SOPs). These aren't just simple lists; they are complex, branching maps with dozens of "if this, then that" decisions, like a choose-your-own-adventure book where one wrong turn can cause a traffic jam that stops the whole city.

For a long time, humans had to read these rulebooks, check the data, and make the decisions. It was slow, and humans got tired and made mistakes. Then, people tried using super-smart AI robots (Large Language Models) to do the job. But here's the problem: when you hand a giant, 100-page rulebook to a smart AI all at once, it gets overwhelmed. It's like trying to read a whole library while solving a math problem; the AI gets confused, forgets the rules, or takes a wrong turn.

Enter Eluna, a new system built by Amazon to fix this mess. Think of Eluna not as a single super-brain, but as a highly organized construction crew.

The Crew and the Blueprint

Instead of giving the whole rulebook to one person, Eluna breaks the job down.

  • The Blueprint: The complex rulebook is turned into a digital map (a graph). But Eluna doesn't show the whole map at once. It uses a "progressive disclosure" trick: it only reveals the next few steps the crew needs to see, just like a GPS that only shows the next turn, not the entire journey. This keeps the AI from getting lost.
  • The Foreman: There is a main "Foreman" agent who holds the map and decides which tasks to do next.
  • The Specialists: The Foreman sends out smaller, specialized "Sub-agents" to handle specific jobs. One checks the temperature, another checks the robot speed, and another looks up inventory. These specialists work in their own quiet rooms (isolated contexts) so they don't get distracted by what the others are doing. They can even run code and check live data instantly.
  • The Skill Packs: Every new type of problem (like fixing a jammed robot or processing a damaged package) comes in its own "Skill Pack." You just load the pack, and the crew knows exactly what tools to use. You don't have to retrain the whole crew for every new job.

The Secret Sauce: Learning from Mistakes

The smartest part of Eluna is how it learns. The team didn't just tell the AI "here are the rules." They used a clever training method called asymmetric episodic distillation.

Imagine a master chef (the "Teacher") who is incredibly smart but slow. The chef tries to cook a complex dish, makes a few mistakes, and then writes them down in a special notebook (episodic memory) to fix them. The chef gets better and better at cooking by looking at this notebook.

Then, a fast, young apprentice (the "Student") watches the corrected cooking process. The apprentice learns the recipe so well that they don't need the notebook anymore. They have internalized the lessons. When the apprentice goes to work in the real kitchen, they cook fast and perfectly without needing to pause and check a notebook.

In the paper, the "Teacher" is a massive AI model that generates perfect cooking paths (trajectories) by correcting its own errors. The "Student" is a smaller, faster model (like the 32-billion-parameter version) that learns from those perfect paths. The paper explicitly rules out the idea of just giving the student the notebook to read while it works; that makes the system slow and brittle. Instead, the student must memorize the corrections.

Does It Actually Work?

The team tested Eluna on real-world warehouse tasks, not just made-up puzzles.

  • The Robot Rescue: In one test, the system had to diagnose why a robotic conveyor belt was failing. The old, off-the-shelf AI models got confused and failed. Eluna, however, matched the performance of the massive "Teacher" model but was much faster. It correctly identified the problem and fixed it in real-time.
  • The Ticket Triage: In another test, the system had to read messy human notes about damaged packages and decide what to do. A massive 355-billion-parameter version of Eluna got 94% agreement with human experts. That's nearly perfect for such a tricky job.
  • The Speed: The system didn't just get smarter; it got faster. It cut the time it took to diagnose robot issues by more than half compared to the slow, massive models.

What the Paper Says (and Doesn't Say)

The authors are very clear about what they found. They showed that for these specific, rule-heavy warehouse jobs, a smaller, well-trained AI beats a giant, untrained AI. They proved that simply making the AI bigger doesn't help if it gets overwhelmed by too much information at once.

However, they also point out that the system isn't magic. If the original rulebook (the SOP) has holes in it, or if the data coming from the warehouse sensors is bad, the AI will still make mistakes. The problem isn't the AI's brain; it's the quality of the instructions and the data.

The paper suggests that this approach works great for warehouse operations, but they haven't proven yet if it works for totally different types of jobs. They also admit that training this system requires a lot of computing power and a "Teacher" model that is very smart to begin with, which might be hard for smaller companies to afford.

In short, Eluna is a proof that with the right structure—breaking big problems into small, manageable pieces and training the AI to learn from corrected examples—you can build a system that is both incredibly smart and fast enough to run a real-world warehouse.

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 →