← Latest papers
🤖 AI

From Governance Norms to Enforceable Controls: A Layered Translation Method for Runtime Guardrails in Agentic AI

This paper proposes a layered translation method that bridges high-level AI governance standards with implementable runtime guardrails by categorizing controls into four distinct layers—governance objectives, design-time constraints, runtime mediation, and assurance feedback—to ensure that only observable, determinate, and time-sensitive risks are enforced during Agentic AI execution.

Original authors: Christopher Koch

Published 2026-04-08
📖 6 min read🧠 Deep dive

Original authors: Christopher Koch

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've hired a super-smart, hyper-efficient personal assistant (an Agentic AI) to handle your company's shopping and contracts. This assistant doesn't just answer questions; it can browse the web, sign documents, transfer money, and negotiate deals on its own.

The problem? This assistant is so eager to help that it might accidentally buy 10,000 units of a product it doesn't need, or sign a contract with a shady vendor, just because it was following a complex chain of logic.

This paper is about how to build a safety system for this assistant. It argues that we can't just take a thick rulebook (like ISO standards or government guidelines) and expect a computer to read it and instantly know what to do. Instead, we need a translation method to turn those big, vague rules into specific, enforceable actions.

Here is the breakdown using a simple analogy: The "Corporate Travel Manager."

1. The Problem: The Rulebook vs. The Reality

Imagine your company has a rulebook that says: "Employees must act responsibly and ensure we get the best value for money."

If you hand this rulebook to a robot travel agent, it gets confused.

  • The Rule: "Be responsible."
  • The Robot's Dilemma: Does "responsible" mean booking the cheapest flight? Or the fastest one? What if the cheapest flight has a layover in a dangerous city?
  • The Risk: The robot might book a $50 flight that saves money but gets the employee stuck in a bad neighborhood. The rule was followed technically, but the spirit of the rule was violated.

The paper says: You cannot turn a "spirit of the law" directly into a "computer code" for every situation. Some things need human judgment; others need hard computer blocks.

2. The Solution: The "Layered Translation" Method

The author proposes a 4-Layer Safety System to translate those big rules into actual controls. Think of it like a security checkpoint at an airport, but for your AI's actions.

Layer 1: The Design (The Blueprint)

  • The Concept: Before the AI even starts working, you limit what it can touch.
  • The Analogy: You give the travel agent a credit card with a $500 limit and a list of approved airlines only. You don't wait for them to try to buy a private jet and then stop them; you simply don't give them the keys to the private jet hangar.
  • In the Paper: This is "Design-time constraints." You restrict the tools and data the AI can access.

Layer 2: The Runtime Guardrails (The Bouncer)

  • The Concept: These are the rules the AI checks while it is working, in real-time.
  • The Analogy: The agent tries to book a flight for $600. The system (the bouncer) immediately says, "STOP! That's over your $500 limit. I am blocking this ticket."
  • The Catch: This only works for things that are clear and measurable.
    • Good for Guardrails: "Is the price over $500?" (Yes/No, easy to check).
    • Bad for Guardrails: "Is this flight 'fair' or 'ethical'?" (Too vague for a computer to decide instantly).

Layer 3: The Human Escalation (The Manager)

  • The Concept: When the rule is too fuzzy for a computer, or the risk is too high, you pause and ask a human.
  • The Analogy: The agent finds a flight that is $450 but requires a 14-hour layover in a country with travel warnings. The computer can't decide if this is "safe" or "fair." So, it hits the "PAUSE" button and emails your boss: "Hey, this flight is cheap but risky. Do you want to approve it?"
  • In the Paper: This is for things requiring "contextual judgment" or "societal impact."

Layer 4: The Assurance (The Audit Trail)

  • The Concept: After the trip is over, you check the receipts to make sure everything went right.
  • The Analogy: At the end of the month, you get a report showing every flight booked, every dollar spent, and who approved the exceptions. If the agent bought something weird, you can see exactly what happened and fix it.
  • In the Paper: This is "Assurance evidence" (logs, audits, traces).

3. The "Enforceability Rubric" (The Decision Tool)

The paper gives you a checklist to decide which layer a rule belongs in. Ask these questions:

  1. Can we see the danger before it happens? (If yes -> Runtime Guardrail. If no -> Human or Audit).
  2. Is the rule a simple "Yes/No"? (If yes -> Guardrail. If it requires "maybe" or "it depends" -> Human).
  3. If we make a mistake, can we undo it? (If the damage is permanent, like deleting a database, you need a stronger guardrail before it happens).

4. The Real-World Example: The Procurement Agent

The paper uses a "Shopping Agent" as an example:

  • Rule: "Only buy from approved vendors."
    • Translation: Design Layer. The agent literally cannot see any other vendors in its database.
  • Rule: "Don't spend over €5,000 without a boss."
    • Translation: Runtime Layer. The computer checks the price. If >€5,000, it stops and asks a human.
  • Rule: "Be fair and explainable."
    • Translation: Human + Audit Layer. You can't code "fairness" easily. Instead, you design the system to be fair, and then a human reviews the decisions later to make sure they were fair.

The Big Takeaway

The main point of this paper is: Don't try to force a computer to be a philosopher.

  • Standards (ISO/NIST) are the "Constitution" (the big ideas).
  • Runtime Guardrails are the "Traffic Lights" (stopping clear violations instantly).
  • Humans are the "Judges" (deciding the gray areas).
  • Audits are the "Police Reports" (checking what happened later).

To keep Agentic AI safe, you need to put the right rule in the right layer. If you try to make a computer judge "fairness" in real-time, it will fail. If you try to have a human check every single email the AI writes, you will go crazy. The solution is a layered approach where computers do the math, humans do the judgment, and the system keeps a perfect record of everything.

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 →