← Latest papers
🤖 AI

A Policy Algebra for Trust-Preserving Agentic AI Execution

This paper introduces a policy algebra that defines a trust-preserving reliability envelope for agentic AI by formally composing security constraints and runtime obligations, enabling the system to intervene on nearly all policy violations while maintaining high task completion rates and ensuring audit completeness.

Original authors: Bhaskar Tripathi, Anurag Kumar, Ramendra Kumar, Bhavesh Gadhe

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

Original authors: Bhaskar Tripathi, Anurag Kumar, Ramendra Kumar, Bhavesh Gadhe

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

In the modern world of artificial intelligence, a significant shift is occurring. For years, the focus was on building systems that could generate text, answer questions, or summarize documents. These systems were like very knowledgeable librarians who could read anything but were forbidden from touching the books or moving the furniture. Today, a new generation of software, often called "agents," has been given the keys to the building. These agents do not just talk; they act. They can search through private company files, send emails, update databases, call external services, and even hand off parts of a job to other software programs. This ability to move from thinking to doing makes them incredibly powerful for businesses, but it also introduces a new kind of danger. A mistake is no longer just a wrong sentence; it is a deleted file, a leaked secret, or a budget spent on a task that never finished.

The core problem is that an agent might succeed in its goal while breaking the rules to get there. Imagine a worker who successfully delivers a package but does so by breaking into a locked room they were not allowed to enter. In the past, security systems mostly checked if a person had a badge to enter a building. But for these intelligent agents, the security check needs to happen at every single step of the journey, not just at the front door. If an agent is allowed to make a decision, that decision must be checked against who is asking, what tools they are using, how much money they have left to spend, and whether a human has approved the action. Without this constant supervision, a powerful tool can easily cause harm, even if the person who started the process had good intentions.

Researchers at Volkswagen Digital Services and Scania CV AB have developed a new way to manage this risk, which they call a policy algebra. Think of this not as a list of rules, but as a mathematical system for combining different security requirements into a single, unbreakable decision. The researchers realized that to trust an agent, you cannot just look at the final answer it produces. You must look at the entire path it took to get there. Their system treats every action an agent wants to take as a transition that must pass a series of gates. These gates check the agent's identity, its role, the sensitivity of the data it is touching, the tools it is using, its remaining budget, and whether a human has signed off on the move. If any single gate fails, the action is stopped.

The brilliance of this approach lies in how it handles complexity, especially when one agent asks another agent to do a task. In many current systems, when a task is passed down, the security rules can accidentally get weaker, allowing a sub-agent to do things the original agent was not allowed to do. The new system prevents this by ensuring that authority never expands as it moves down the chain. Instead, the security profile becomes stricter or stays the same. If a high-level manager asks a junior employee to help, the junior employee cannot suddenly gain access to the manager's private files. The system also manages money carefully. It ensures that if an agent spends a lot of computing power or money, it must produce a tangible result, like a saved document or a completed record. If an agent runs out of budget without leaving a useful output, the system stops it, preventing the company from wasting resources on a task that went nowhere.

To test how well this works, the researchers ran thousands of simulated scenarios involving agents trying to complete various tasks. They compared their new system against older methods that relied on simple lists of allowed tools and user roles. The results showed a clear difference in safety. The new system stopped 94.8% of the unsafe actions that the older system missed. This included preventing agents from accessing data they shouldn't see, using tools they weren't allowed to touch, or passing tasks to other agents in a way that bypassed security rules. The system also eliminated a specific type of failure where an agent would spend all its money but leave no useful result behind. In terms of tracking, the new system recorded 98.6% of the necessary details for an audit, compared to 71.9% for the older method, making it much easier to understand what happened if something went wrong.

There is a cost to this extra safety. The new system is slightly slower to make decisions, taking about 71 milliseconds on average compared to 38 milliseconds for the older method. It also occasionally stops a safe action by mistake about 4.2% of the time, compared to 2.1% for the older system. Because of these extra checks, the overall rate at which agents successfully finished their tasks dropped slightly, from 90.7% to 86.9%. However, the researchers argue that this trade-off is necessary. The goal is not to build the fastest or most capable agent, but the most reliable one. A task that is completed quickly but involves unauthorized data access or wasted money is not a success.

The study confirms that security for intelligent agents must be a property of the entire journey, not just the destination. By using this new method of combining rules, companies can allow their software to act with more freedom while ensuring that every step remains authorized, traceable, and economically sound. The system does not try to guess what an agent might do wrong; instead, it creates a framework where an agent can only do what is explicitly permitted at every moment. This approach turns the raw power of artificial intelligence into a tool that enterprises can actually trust to operate in the real world, where mistakes have real consequences.

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 →