Editorial illustration for Paper proposes deontic policies for runtime governance of LLM‑driven agentic AI
Paper proposes deontic policies for runtime governance...
AI agents are starting to do real work, which means they're starting to do real damage. A new research paper offers a blunt solution: stop trying to just control their access, and start programming them with a version of laws.
These systems can now chain together actions—install software, send payments, query databases—based on vague instructions. Traditional security gates, built to check a human's credentials at each door, are obsolete against something that can autonomously pick locks and wander the building. The paper argues for "deontic policies," a formal system of permissions, prohibitions, and obligations that govern an agent's behavior in real time.
It forces the messy logic of corporate rules into code. This means specifying not just what an agent can't do, but what it must do, like alerting a security officer after accessing sensitive data. It defines when a rule can be broken, and which rule wins in a conflict.
arXiv:2606.19464v1 Announce Type: new Abstract: Autonomous agentic AI systems driven by Large Language Models (LLMs) introduce a new class of security, privacy, and compliance challenges: an agent that can invoke tools, manipulate data, install software, and coordinate with peer agents across organizational boundaries must be constrained not just by authentication and access control, but by the full structure of enterprise governance. This includes specifying what agents are permitted and prohibited from doing, what they areobliged to do after certain actions (e.g., notify the CISO), under what conditions a standing obligation may be waived, and which rules take precedence when policies conflict.
The idea is to hardwire duty into the decision loop. An obligation to report isn't a suggestion. A waiver for an emergency isn't a loophole.
This isn't academic. It's a direct response to the fear that these systems will operate in a governance vacuum, where catastrophic mistakes are just a plausible chain of reasoning away. The technical framework is here.
The logic is clear. Organizations will now decide if they want to build these guardrails before an agent causes a disaster, or scramble to build them after.
Common Questions Answered
What are deontic policies and how do they differ from traditional security controls for LLM-driven agents?
Deontic policies are rule-based frameworks that hardwire duties and obligations directly into an AI agent's decision-making process, rather than relying solely on access control checks. Traditional security gates were designed to verify human credentials at each access point, but they become obsolete when autonomous agents can chain together multiple actions like installing software, sending payments, or querying databases without human intervention at each step. Deontic policies embed legal and ethical constraints into the agent's core logic so obligations become binding requirements rather than suggestions.
Why are traditional credential-based security measures insufficient for autonomous AI agents?
Traditional security gates were built to authenticate and authorize individual human users at specific access points, but autonomous AI agents can perform sequences of actions independently based on vague instructions without requiring human approval at each stage. This means an agent could potentially bypass conventional security checkpoints by autonomously chaining together legitimate actions in unintended ways. The paper argues that this capability renders credential-based access control obsolete for governing agent behavior at runtime.
How does the deontic policy framework prevent catastrophic mistakes in autonomous AI agent operations?
The deontic policy framework prevents catastrophic errors by embedding non-negotiable duties and obligations directly into the agent's decision loop, making them binding constraints rather than optional guidelines. For example, an obligation to report actions or a waiver for emergencies becomes hardwired logic that cannot be bypassed through reasoning chains. This approach addresses the fear that AI agents could operate in a governance vacuum where disastrous outcomes are just a plausible sequence of reasoning away.
What real-world risks do AI agents pose that prompted this research on runtime governance?
AI agents can now autonomously perform consequential actions such as installing software, sending payments, and querying databases based on high-level instructions, creating potential for real damage if left ungoverned. These systems can chain together multiple actions independently without human oversight at each step, meaning they could cause catastrophic mistakes through plausible but unintended reasoning paths. The paper emphasizes that this capability creates an urgent need for governance frameworks before agents cause disasters in production environments.
What decision must organizations make regarding deontic policies according to the paper's conclusion?
Organizations must decide whether to proactively build deontic policy guardrails into their AI agents before deployment, or risk having to scramble to implement governance measures after an agent causes a disaster. The paper presents the technical framework and logic for implementing these policies as ready for use, placing the responsibility on organizations to act preventatively. This is framed as an urgent decision rather than an optional consideration, given the potential for catastrophic outcomes.
Further Reading
- Designing a Policy Engine for Agentic AI Systems — SSRN
- TRiSM for Agentic AI: A Review of Trust, Risk, and Security Management in LLM-Based Multi-Agent Systems — arXiv
- From Model Safety to Runtime Governance — Oracle Blogs
- Agentic AI Governance Framework: Policy, Operations & Runtime Governance — Attentive
- Agentic AI Governance Playbook — IBM Think