← Latest papers
🤖 AI

Governing Actions, Not Agents: Institutional Attestation as a Governance Model for Autonomous AI Systems

This paper proposes a governance model for autonomous AI systems that preserves agent autonomy in planning while restricting execution of high-risk actions to those independently attested by authoritative sources, cryptographically bound to intent, and validated by deterministic policies.

Original authors: Jakob Salfeld-Nebgen

Published 2026-06-26
📖 6 min read🧠 Deep dive

Original authors: Jakob Salfeld-Nebgen

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

The Big Idea: Stop Watching the Driver, Check the Keys

Imagine you have a very smart, self-driving car (an AI Agent) that can plan complex trips, talk to other cars, and even decide to drive itself to the grocery store.

Currently, most safety systems try to watch the driver's brain. They ask: "Is the driver thinking about crashing? Are they using the right words?" The paper argues this is the wrong approach. Instead, we should look at the action itself.

The paper proposes a new rule: Don't try to control the driver's thoughts; just make sure they have the right keys and permits before they turn the ignition.

The Problem: The "Black Box" Driver

Right now, AI agents can do dangerous things (like deploying software code or prescribing medicine) without a human checking every single step.

  • Old Way: We try to watch the AI's "brain" to see if it's behaving. But if the AI is smart, it can look like it's behaving while still making a mistake because it missed a fact (e.g., "I didn't check if the patient is allergic" or "I didn't check if the software build failed").
  • The Flaw: The AI might be talking to the right tools, but it doesn't actually know if the world is safe. It's like a driver who thinks the road is clear, but hasn't actually looked at the traffic light.

The Solution: The "Concierge" Model

The paper suggests we borrow a system used by human institutions (like hospitals and banks) for centuries. Instead of monitoring the person, we require independent proof before an action happens.

Think of the AI as a messenger (or a courier) and a new system called the Governance Hub as a strict concierge.

Here is how the process works, step-by-step:

1. The Messenger Makes a Request (Intent Declaration)

The AI (the messenger) says to the Hub: "I want to deploy this software code to the live website."

  • The Hub doesn't say "Yes" or "No" yet.
  • Instead, the Hub gives the messenger a unique, one-time ticket (called an Intent ID). This ticket is like a specific lock that only fits this specific request.

2. The Messenger Collects "Sealed Envelopes" (Attestation)

The messenger cannot just say, "I checked the code, it's fine." It has to go to three different, independent experts (called Oracles) and get sealed, signed envelopes from them.

  • Oracle 1 (The Code Reviewer): Checks the code and signs an envelope saying, "Code passed review."
  • Oracle 2 (The Security Scanner): Checks for viruses and signs an envelope saying, "No viruses found."
  • Oracle 3 (The Test Runner): Checks if the tests passed and signs an envelope saying, "Tests passed."

Crucial Rule: The messenger cannot write these envelopes itself. It can only collect them. The envelopes are signed with a special digital seal that proves they came from the real expert, not a fake.

3. The "Ticket" Must Match the "Envelope" (Binding)

The messenger brings the envelopes back to the Hub. The Hub checks two things:

  1. The Seals: Are the signatures real? Did the experts actually sign them?
  2. The Ticket: Does the unique ticket inside the envelope match the ticket the Hub gave out at the start?
    • Why this matters: This stops the messenger from using an old envelope from yesterday's successful test to pass today's failed test. The ticket ensures the proof is fresh and belongs to this specific action.

4. The Hub Makes the Decision (Deterministic Policy)

The Hub looks at the rules (the policy). For example: "If the code passed, has no viruses, and tests passed, then allow the deployment."

  • If the envelopes match the rules, the Hub says "GO" and signs a final permission slip.
  • If anything is missing or expired, the Hub says "STOP."

Why This is Better (The Metaphors)

1. The "Notary Public" Analogy
Imagine you want to sell a house. You don't just ask the seller, "Is the house safe?" You go to a Notary Public. The Notary doesn't know the seller personally; they just check the documents.

  • In this AI model, the Hub is the Notary.
  • The Oracles are the independent inspectors (plumber, electrician, structural engineer).
  • The AI is just the person holding the paperwork. It can't forge the inspector's signatures.

2. The "Bank Vault" Analogy
To open a high-security bank vault, you don't just need one key. You need three different people to turn three different keys at the same time.

  • The AI is the person standing in front of the vault.
  • The Oracles are the three bank officers.
  • The AI cannot open the vault unless all three officers have independently signed off on the specific transaction.

What This Model Does (and Doesn't Do)

What it DOES:

  • Guarantees Facts: It ensures that before a dangerous action happens, independent experts have verified the facts (e.g., "The drug interaction was checked," "The build passed").
  • Prevents Faking: The AI cannot lie about the results because it doesn't hold the signing keys.
  • Creates a Paper Trail: Every decision is written in a permanent, unchangeable log (like a black box recorder) so anyone can check later: "Did we really check the drug interaction?"

What it DOESN'T DO:

  • It doesn't judge the AI's "thoughts": If the AI decides to prescribe a drug for a weird, harmful reason, but it technically followed all the rules (checked the interaction, checked the license), this system will still let it happen. It checks the process, not the motive.
  • It doesn't stop the AI from planning: The AI is still free to think, plan, and talk. It just can't act on high-risk things without the paperwork.

The Bottom Line

The paper argues that we shouldn't try to build a "mind police" to watch what AI agents are thinking. Instead, we should build a "Gatekeeper" system.

Just like a surgeon can't cut a patient without a signed consent form and a verified patient ID, an AI shouldn't be allowed to deploy code or prescribe medicine without independent, signed proof that the conditions are safe. The AI is the messenger; the proof is the key; and the Hub is the lock.

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 →