Governing What You Cannot Observe: Adaptive Runtime Governance for Autonomous AI Agents
This paper proposes the Informational Viability Principle and the RiskGate framework, grounded in Aubin's viability theory, to enable adaptive runtime governance for autonomous AI agents by estimating bounds on unobserved risk and enforcing monotonic restrictions to ensure safety despite behavior drift and adversarial adaptation.
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 have hired a very smart, autonomous robot assistant to manage your bank account, schedule your appointments, and order your groceries. You've given it full permission to act. But here's the problem: even if you never change the code, the robot can slowly start to make bad decisions. It might get confused by new types of requests, start favoring certain groups of people over others, or accidentally string together a series of tiny, harmless actions that add up to a massive fraud.
This paper, titled "Governing What You Cannot Observe," proposes a new way to keep these AI agents safe. Instead of just checking if a single action is allowed, it suggests watching the agent's "vital signs" to predict if it's about to get sick before it actually crashes.
Here is the breakdown of their ideas using simple analogies:
1. The Core Problem: The "Silent Drift"
Think of an AI agent like a car driving on a highway.
- Old Way: You check the car before every turn. "Is this turn legal?" If yes, you let it go.
- The Problem: The car's tires might be slowly wearing down, the fuel mixture might be getting slightly off, or the driver might be getting tired. Even if every single turn is legal, the car could eventually crash because of these slow, invisible changes.
- The Paper's Insight: You can't just look at the current turn; you have to estimate the "Unobserved Risk." This is the danger you can't see right now but will be there in a few minutes.
2. The New Rule: The "Safety Margin"
The authors propose a simple rule called the Informational Viability Principle. Imagine the AI has a "Safety Budget."
- Capacity (S): How well the AI is doing right now (e.g., it's answering questions correctly).
- Risk Bound (B): The estimated danger of things you can't see yet (e.g., the AI is slowly starting to hallucinate or be biased).
- The Rule: The AI is only allowed to act if its Capacity is bigger than its Risk by a safe margin.
- Analogy: You only drive the car if your fuel tank (Capacity) is significantly fuller than the distance to the next gas station (Risk). If the gap gets too small, you stop driving, even if the car looks fine right this second.
3. The Three Hidden Dangers (The "Risk Bound")
The paper breaks down this invisible risk into three specific types of "sickness" that the AI might catch:
- U(x) - The "Confusion" (Uncertainty): The AI is slowly forgetting what it used to know. Maybe the world changed, or the AI got a software update that made it act differently.
- Analogy: A chef who used to make perfect soup but is slowly starting to forget the recipe, adding a pinch too much salt every day.
- SB(x) - The "Unfairness" (Structural Bias): The AI is treating different groups of people differently, even if it doesn't seem to be doing so on purpose.
- Analogy: A bouncer at a club who starts letting in 90% of people from one neighborhood but only 10% from another, even though no one told him to.
- RG(x) - The "Trick" (Reality Gap): The AI is doing things that look safe one by one, but dangerous when put together.
- Analogy: A thief who withdraws $4,900 from an ATM five times in a row. Each withdrawal is under the $5,000 limit that triggers an alarm, but the total $24,500 is clearly a theft. The AI needs to see the whole story, not just the single withdrawal.
4. The Solution: The "Autopilot" and the "Viability Index"
The authors built a system called RiskGate to manage this. It acts like a health monitor for the AI.
- The Viability Index (VI): This is a single number (from -1 to +1) that tells you how healthy the AI is.
- +1: The AI is super safe.
- 0: The AI is teetering on the edge.
- -1: The AI is in trouble.
- Predicting the Future (Anticipation): The system doesn't just wait for the AI to break. It draws a line through the recent history of the "Health Index." If the line is going down, it predicts when the AI will hit zero.
- Analogy: A doctor looking at a patient's temperature trend. Even if the patient feels fine now, if the temperature is rising 1 degree every hour, the doctor knows the patient will have a fever in two hours and acts before the fever hits.
- The "Tighten-Only" Rule (Monotonic Restriction): This is a crucial safety feature. If the AI starts getting sick, the system can only tighten the rules (make it more cautious). It can never loosen the rules automatically.
- Analogy: If a ship starts taking on water, the captain can only close more hatches. They cannot open more hatches to "fix" the problem. If the ship is sinking too fast, the only option is to hit the "Kill Switch" (stop the AI entirely) and call for human help.
5. How It Works in Real Life (The Examples)
The paper tests this with two scenarios:
- The "Structuring" Scam: A bad actor tries to steal money by making many small transfers.
- Result: The "Confusion" and "Unfairness" detectors didn't see anything wrong because each transfer looked normal. But the "Trick" detector (looking at the whole sequence) saw the pattern and stopped the theft.
- The "Silent Bias" Scam: An AI starts rejecting loan applications from a specific minority group slightly more often, slowly over time.
- Result: The system noticed the "Health Index" slowly dropping. It predicted the AI would become unfair in about 100 more transactions. It automatically tightened the rules before the unfairness became a legal violation.
Summary
This paper argues that governing AI isn't about checking a list of "do's and don'ts" for every single action. It's about estimating the invisible risk that builds up over time. By separating what we can see (the AI's current actions) from what we can't see (the slow drift into danger), and by using a system that can only get stricter (never looser) when things look risky, we can keep autonomous agents safe before they cause real harm.
What the paper does NOT claim:
- It does not claim to have tested this on millions of real-world AI agents yet (that is planned for future work).
- It does not claim to solve every possible AI problem (like "goal misalignment" or "deception"), but it provides a framework to catch the most common types of drift and bias.
- It does not say the AI can fix itself; if the "Health Index" gets too low, the system stops and waits for a human.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.