Does Provenance Add Value Beyond Matched Skill Guidance?
This preregistered study finds that provenance metadata in agent skills does not reliably improve task utility beyond matched ordinary guidance, suggesting its value is context-dependent and primarily realized only when it alters executable actions rather than through bundled skill scores alone.
Original paper licensed under CC BY 4.0 (https://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
In the rapidly evolving world of artificial intelligence, a new generation of computer programs has emerged that does not just answer questions but takes actions. These systems, often called agents, can browse the web, write code, or manage files by using a set of digital tools. To make these agents smarter and more reliable, developers often feed them "skills." Think of a skill as a pre-written instruction manual that tells the agent how to solve a specific type of problem. These manuals are frequently bundled with extra information called provenance. This metadata acts like a digital receipt or a citation, showing the agent where the instruction came from, what evidence supports it, and under what conditions it applies. While this extra context is undeniably useful for humans who need to audit or debug the system, a lingering question has remained for researchers: does this extra information actually help the computer agent perform the task better, or is it just noise that the agent ignores?
A researcher at New York University set out to answer this question with a rigorous experiment designed to separate the value of the instruction from the value of its history. They wanted to know if an agent could solve a problem more effectively when given a skill that included source details, compared to a version of the same skill where those details were replaced with a blank placeholder. To do this, they created a controlled environment where the agent faced 250 distinct tasks, ranging from managing file conflicts to handling memory errors. For every single task, the agent received the exact same core instructions, the same tools, and the same configuration. The only difference was the content of the skill slot: one version contained the full provenance with source and evidence fields, while the other contained a fixed-width blank space that took up the same amount of space in the message but held no meaningful information.
The results of this direct comparison were surprising and counterintuitive. When the researcher measured the success rate of the agents, the version with the full provenance information actually performed slightly worse than the version with the blank placeholder. Specifically, the agent with the extra history succeeded on 38.8 percent of the tasks, while the agent with the simplified, history-free instruction succeeded on 42.0 percent. This represents a drop of 3.2 percentage points for the version with the provenance. The researcher was careful to account for the fact that the version with provenance was longer in terms of the number of words or tokens the computer had to process. They ran a second, separate experiment with 100 tasks where they matched the length of the messages exactly, ensuring the agent received the same amount of text in both cases. In this length-matched scenario, the version with provenance showed a small improvement of 2.0 percentage points, but the data was not precise enough to confirm this as a real benefit rather than random chance.
The study suggests that the apparent value of adding source history to an agent's instructions is not a straightforward benefit. In the primary test, the extra information did not help the agent succeed; in fact, it seemed to slightly hinder performance, likely because the additional text distracted the model or altered how it processed the instructions. The researcher found that the outcome depended heavily on how the experiment was designed. When they constructed a specific scenario where the correct action was impossible to determine without the source history, the provenance became critical, and the agent with the history succeeded far more often. However, in the general pool of tasks where the correct action was clear from the instructions alone, the extra metadata provided no advantage and sometimes caused a decline in performance.
This work challenges the common assumption that more information is always better for artificial intelligence. The researcher concludes that the utility of provenance cannot be judged by looking at a bundled skill score that mixes instructions with history. Instead, the value of these source details changes depending on the specific context and how the information is presented. For developers building these systems, the finding implies that simply adding citations or source logs to every instruction may not improve the agent's ability to complete a task and could even be detrimental if the agent gets confused by the extra text. The study advocates for a more careful approach, where the necessity of provenance is tested against the specific needs of the task, rather than assuming it is a universal upgrade for all AI agents.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.