← Latest papers
🤖 AI

A Theory of Least Autonomy in AI

This paper proposes "least autonomy" as a necessary generalization of the least privilege principle for agentic AI systems, introducing a formal theory that combines compositional blast radius metrics, directed agent influence graphs, and collusion predicates to detect and control complex authorization compositions and cross-domain capability manipulations.

Original authors: Christophe Parisel

Published 2026-07-14
📖 7 min read🧠 Deep dive

Original authors: Christophe Parisel

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 office building where the security guards used to have a simple rule: "Don't give anyone a key to a room they don't need." This is called Least Privilege. For decades, this worked great for humans and simple robots. If a janitor needed to clean the bathroom, they got a bathroom key. If they didn't need the vault, they didn't get the vault key. Simple, right?

But now, we've built Agentic AI—smart, autonomous digital workers that don't just open doors; they can knock on other doors, ask other workers to open things, and combine their little keys to unlock giant, secret doors they never had access to on their own. The old "one key, one room" rule isn't enough anymore.

Enter Least Autonomy, a new theory proposed by researcher Christophe Parisel in a paper dated July 14, 2026. It's like upgrading the security system from checking "Who has the key?" to asking, "Who can team up to break the whole building down?"

The New Danger: The "Blast Radius"

The paper suggests that we need to measure something called the Compositional Blast Radius. Think of this as a "danger distance" meter.

Imagine the office building is a giant tree. The roots are the CEO, the branches are departments (like Finance or Engineering), and the leaves are specific files or tools. The paper uses a special math trick (an ultrametric tree) to measure how far apart two actions are on this tree.

  • If two actions happen in the same tiny room, the distance is zero.
  • If one action is in the "Finance" branch and the other is in "Engineering," the distance is bigger.
  • If they are in completely different buildings (like "Operations" vs. "Corporate"), the distance is huge.

But it's not just about distance. The paper adds a "sensitivity label" to every room. Some rooms are just "Standard" (low risk), while others are "High Integrity" (don't mess with the numbers) or "High Confidentiality" (don't let secrets leak). The theory combines the distance and the sensitivity labels to calculate a multiplier (ranging from 1.00 to 2.00).

So, the "Blast Radius" isn't just how far apart two actions are; it's how far apart they are weighted by how dangerous they are. If a low-risk action in Finance combines with a high-risk action in Engineering, the "blast radius" of that combination gets a big score.

The "Meeting" and the "Influence Graph"

Here is where it gets tricky. The paper argues that we can't just look at what an AI agent can do alone. We have to look at who they can talk to.

The authors introduce the idea of a Meeting.

  • Resource Meeting: Agent A writes a note on a whiteboard, and Agent B reads that same whiteboard. They "met" at the whiteboard.
  • Agent-to-Agent (A2A) Meeting: Agent A and Agent B have a direct chat channel. The paper is very conservative here: even if the chat looks one-way, the authors assume Agent B could somehow influence Agent A back (maybe by sending a tricky message or a tool output). So, they treat this as a two-way street.

Once we know who "met," we calculate an Influence Potential. This is a score of how much "structural span" their combined actions cover. If Agent A writes to a sensitive vault and Agent B reads a sensitive report, and they met, their influence potential is high.

Then, we draw a map called the Influence Graph. We only draw a line (an arc) between two agents if:

  1. They had a "Meeting."
  2. Their Influence Potential is above a certain Threshold (θ\theta).

The paper is careful to say this threshold (θ\theta) isn't a magic number found by a computer. It's a policy choice made by a human security boss, calibrated against a "catalogue" of all possible action combinations in the company.

The "Collusion" Trap

The scariest part of the theory is the Collusion Predicate. This is a test to see if a group of agents could team up to do something bad, even if no single agent is doing anything wrong on its own.

The paper identifies three ways agents can "collude" in this graph:

  1. Authorization Composition: Agent A has the power to approve a request, and Agent B has the power to execute it. If A can influence B (or vice versa), they can bypass the rules.
  2. Decision Manipulation: Agent A can influence Agent B, and Agent B has the power to approve something. A can trick B into approving a bad decision.
  3. Cross-Domain Exposure: Agent A can reach into the "Finance" domain, and Agent B can reach into the "Engineering" domain. If they are connected in the graph, they might accidentally (or maliciously) mix these worlds in a way the rules said shouldn't happen.

What the Paper Rules Out (The "No-Go" Zones)

It is crucial to understand what this theory does not do.

  • It is NOT a runtime monitor. The paper explicitly states this is a static design-time analysis. It's like checking the blueprints of a building before you build it. It doesn't watch the agents in real-time to see if they are actually talking. It just says, "If the blueprints look like this, there is a risk."
  • It does not prove a crime happened. Finding a "collusion witness" in the graph doesn't mean the agents did anything wrong. It just means the configuration allows for it. It's a "red flag" for security engineers to go review the permissions.
  • It doesn't care about the "how" of the action. The paper admits that a "read" action and a "delete" action on the same file have the same "structural distance" (zero) in their math. The theory focuses on the structure of the permissions, not the specific type of operation (like whether it's a destructive delete or a harmless read).

The Verdict: A New Safety Net

The paper concludes that Least Privilege is still necessary, but it is insufficient for these smart, connected AI agents. You can give an agent the "least" permissions, but if that agent can talk to another agent who has different "least" permissions, they might combine to create a "greatest" permission that nobody intended.

The authors propose Least Autonomy as a complementary rule. It asks: "What is the maximum 'blast radius' of authority this agent could ever reach, even through a chain of friends?"

The paper provides a step-by-step guide for security engineers to build this model:

  1. Map out the company tree and label the sensitivity of every node.
  2. List all possible actions.
  3. Set a threshold (θ\theta) based on the company's risk tolerance.
  4. Draw the influence graph.
  5. Check for "collusion witnesses."

If the graph shows a collusion risk, the engineers must redesign the workflow, change the permissions, or lower the threshold. The paper suggests this is a way to catch "invisible" risks that standard permission checks miss, but it admits that the model relies heavily on the accuracy of the inputs (the tree, the labels, and the meeting definitions).

In short, the paper suggests that in a world of AI agents, we can't just check who holds the keys. We have to check who can knock on whose door and what happens when they combine their knocks. It's a new way to think about safety, one that treats the whole network of agents as a single, potentially dangerous organism that needs to be kept in check.

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 →