← Latest papers
🤖 AI

From Relevance to Execution Utility: Reward-Aware Dynamic Execution Gating for Skill-Based LLM Agents

This paper introduces RADEG, a lightweight, reward-aware gating mechanism that predicts the execution utility of retrieved skill bundles for LLM agents to significantly reduce unnecessary computational costs while preserving downstream task performance.

Original authors: Liang He, Jingbo Wen, Hongyu Gu, Hao Li, Haoyu Wang, Yixiong Chen, Kangning Cui, Xilu Wang

Published 2026-08-11
📖 5 min read🧠 Deep dive

Original authors: Liang He, Jingbo Wen, Hongyu Gu, Hao Li, Haoyu Wang, Yixiong Chen, Kangning Cui, Xilu Wang

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 the conductor of a massive, high-tech orchestra where every musician is a super-smart robot. In the world of artificial intelligence, these robots are called "LLM agents," and they are getting better at solving complex problems, like planning a trip or fixing a broken code. But to do these jobs, they need a toolbox full of "skills"—pre-written instructions or code snippets that tell them how to use specific tools, like a calculator or a map.

The problem is that these toolboxes are getting huge. If you ask the robot to "plan a surprise party," it might pull out a thousand different skills: some for baking, some for sending invitations, and some for budgeting. The robot has to figure out which ones to use. Usually, it uses a "retriever," a sort of librarian that scans the library and picks the skills that sound most relevant to your request. It's like asking a librarian for a book about "space" and them handing you a book about "space travel" because the words match.

But here is the catch: just because a book sounds relevant doesn't mean it's actually useful for your specific homework assignment. Sometimes the librarian hands you a book that looks perfect on the cover, but when you open it, the pages are blank or the story makes no sense. In the world of AI, checking if a skill actually works is expensive. It takes time, money, and computer power to let the robot try using the skill. If the robot tries a bad skill, it wastes all that effort for nothing. So, the big question for scientists is: How can we know if a skill is actually worth trying before we spend all that time and money?


This paper introduces a clever new "bouncer" for AI agents called RADEG (Reward-Aware Dynamic Execution Gating). Think of RADEG as a smart security guard standing between the librarian (the retriever) and the robot (the agent).

Usually, the process works like this: The librarian picks a bundle of skills, and the robot immediately tries to use them. If the skills are bad, the robot wastes time and money, and the result is a failure. The authors of this paper realized that the librarian is really good at finding things that look relevant, but terrible at predicting if those things will actually work. They call this the "relevance–utility gap." It's like the librarian handing you a book titled "How to Bake a Cake" because you asked for "cake," but the book is actually about "how to build a cake-shaped house out of bricks." It's relevant to the word "cake," but useless for your goal.

To fix this, the researchers built RADEG. This new layer doesn't replace the librarian or the robot; it just stands in the middle and asks a simple question: "If we let the robot try this specific bundle of skills, will it actually get a good result?"

Here is how RADEG learns to be a good bouncer. The researchers took a dataset of 72 different tasks and, for each one, they created a few "what-if" scenarios. They took the skills the librarian picked and made tiny changes: they removed one skill, added a random one, or swapped one for a similar-looking one. Then, they let the robot try all these different versions. They found something surprising: changing just one skill could turn a total failure into a success, or vice versa. This proved that the librarian's "relevance score" (how well the skills match the words) was a terrible predictor of whether the robot would actually succeed.

So, RADEG learns from these trial-and-error runs. It looks at the question and the bundle of skills and predicts the "utility" (the chance of success) before the robot ever starts working. If RADEG thinks the bundle is a waste of time, it says "Skip!" and saves the robot from doing the work. If it thinks the bundle looks promising, it says "Go!" and lets the robot proceed.

The results are pretty impressive. In their tests, RADEG managed to skip about 68% of the robot's attempts (saving a huge amount of time and money) while still keeping 61% of the total success points. That means they cut the work in half but still got most of the good results. Even better, RADEG is "dynamic." As the robot tries new things and gets new feedback, RADEG can update its own rules without needing to be retrained from scratch. It's like a bouncer who learns from every person who walks through the door, getting smarter every day without needing a new job description.

The paper also shows that RADEG works well even when the robot changes (like switching from one type of AI brain to another) or when the librarian uses different ways to find skills. It's a flexible, lightweight tool that doesn't require rebuilding the whole system.

In short, the authors found that just because a skill looks right, it doesn't mean it works. By adding a smart, learning gatekeeper that predicts success before the robot starts, we can save a massive amount of computing power while still getting the job done. It's a shift from asking "Does this look relevant?" to asking "Is this actually useful?"—a small change that could make AI agents much faster and cheaper to run.

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 →