Right to History: A Sovereignty Kernel for Verifiable AI Agent Execution

This paper introduces the "Right to History" principle and implements it in PunkGo, a Rust-based sovereignty kernel that ensures tamper-evident, independently verifiable logging of AI agent actions on personal hardware through Merkle trees, capability isolation, and energy-budget governance, thereby addressing critical regulatory and trust gaps in decentralized AI execution.

Original authors: Jing Zhang

Published 2026-02-25
📖 5 min read🧠 Deep dive

Original authors: Jing Zhang

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 hire a very smart, but slightly unpredictable, personal assistant to run your errands. You tell them: "Go buy groceries, pay the bills, and maybe fix a leaky faucet."

Now, imagine that assistant comes back and says, "I did all that!" But you have no way of knowing:

  • Did they actually buy the groceries, or did they just buy a video game?
  • Did they pay the right amount, or did they accidentally transfer your savings to a stranger?
  • Did they fix the faucet, or did they just kick the pipe until it stopped leaking?

In the world of AI, we are starting to let these "agents" do exactly this. But currently, there is no black box or receipt that proves what they actually did. If something goes wrong, you have no proof.

This paper introduces a solution called PunkGo and a new concept called the "Right to History."

Here is the simple breakdown of how it works, using everyday analogies.

1. The Core Idea: The "Right to History"

Think of your personal data (photos, emails) as your property. You already have laws saying you own your data.
This paper argues you should also own your computational history. If an AI agent acts on your computer, you have a right to a complete, unchangeable, and mathematically proven record of every single thing that agent did.

2. The Problem: The "Black Box"

Right now, if an AI agent runs on your laptop, it's like a magician pulling rabbits out of a hat. You see the rabbit appear, but you don't know if it was a real rabbit, a plastic toy, or if the magician swapped it with a different one.

  • Current Systems: They might have a "pause" button or a "permission" switch, but they don't keep a permanent, unalterable diary of the magic tricks.
  • The Risk: If the AI goes rogue or makes a mistake, you can't prove it to a bank, a court, or even to yourself.

3. The Solution: PunkGo (The "Sovereignty Kernel")

The authors built a new piece of software called PunkGo. Think of it as a super-strict, unblinking security guard that sits between you (the human) and the AI agent.

Here is how PunkGo works, using three main metaphors:

A. The "Merkle Tree" (The Unbreakable Diary)

Imagine a diary where every page is glued to the next one with super-strong, magical glue.

  • If you try to tear out a page or change a word on Page 5, the glue on Page 6, 7, and 8 instantly turns red and breaks.
  • In computer terms, this is called a Merkle Tree. It creates a digital fingerprint for every action. If anyone tries to tamper with the history, the math proves it immediately.
  • The Result: You get a receipt that is mathematically impossible to fake.

B. The "Energy Budget" (The Token Jar)

Imagine you give your assistant a jar with 100 tokens. Every time they do something, it costs tokens.

  • Buying groceries: 5 tokens.
  • Fixing the faucet: 10 tokens.
  • Trying to break into your safe: 100 tokens (and they get stopped).
  • The Twist: If the assistant tries to ask for permission to do something risky (like "transfer $1,000"), they have to lock 20 tokens in the jar first.
    • If you say "Yes", the action happens, and the tokens are spent.
    • If you say "No" or they wait too long, you still lose a small fee (20% of the locked tokens) just for the trouble of checking.
  • Why this matters: This stops the AI from spamming you with "Are you sure?" requests to drain your resources or trick you. It forces the AI to be serious about its requests.

C. The "Capability Badge" (The ID Card)

Imagine the AI agent has an ID card that says exactly what it is allowed to touch.

  • Agent A: "Can touch the Kitchen and the Living Room."
  • Agent B: "Can touch the Garage only."
  • If Agent A tries to walk into the Garage, the security guard (PunkGo) slams the door shut. The agent doesn't even get a chance to try; the action is blocked before it happens.

4. The "Hold" Mechanism (The Human in the Loop)

Sometimes, the AI needs to do something big, like "Sell my house."

  • Old Way: The AI just does it, or you have to manually stop it.
  • PunkGo Way: The AI stops and says, "I need to sell the house. Do you approve?"
  • You get a notification. You click "Approve."
  • Crucially: The system records exactly when you clicked, what you approved, and who asked. This creates a legal and technical proof that you gave the order, not the AI.

5. Why This Matters for You

  • Regulations: New laws (like the EU AI Act) are coming that say high-risk AI must keep logs. PunkGo makes this easy for regular people, not just big companies.
  • Trust: You can finally look at a log and say, "Yes, the AI did exactly what I told it to do, and nothing else."
  • Sovereignty: It puts you back in the driver's seat. You aren't just a user; you are the owner of the history of your own computer.

Summary

The paper proposes a new system where your AI agent acts like a hired hand with a leash.

  1. The Leash: It can only go where you let it (Boundaries).
  2. The Wallet: It has to pay for every step it takes (Energy).
  3. The Diary: Every step is written in a book that cannot be erased or changed (Merkle Tree).
  4. The Boss: You get to sign off on the big moves (Human Approval).

This turns AI from a "black box" mystery into a transparent, accountable partner that you can trust.

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 →