This is Post 6 of 7 in the series “Building Security Operations That AI Can Run.”
The framing of AI as decision maker generates a predictable set of objections. They have very good answers when the frame is AI executing policy that humans wrote, reviewed, and approved. Three ways to visualise this:
Option 1 — Policy hierarchy
Option 2 — ML vs LLM policy execution comparison
Option 3 — Policy governance cycle
Policy autonomy means that humans retain decision-making authority by writing the policy that defines which actions AI may take, under what conditions, within what boundaries, and with what escalation triggers. AI executes it consistently, at machine speed, every time the conditions are met. No human is in the decision loop for that specific action — but the decision was made when the policy was written, by the people with authority to make it.
This model describes ML-based automation accurately. It requires significant extension to describe large language model and agentic AI deployments. When an LLM executes policy, it reasons about the policy — it interprets intent, weighs contextual factors, and may produce different outputs for inputs that are functionally equivalent but textually different. Writing policy for LLM agents requires a different discipline: you are writing the intent you want the system to reason from, not the rules you want it to follow — and the governance framework must account for the difference.
Agentic AI — an LLM with tool access — given the objective of investigating an alert can query threat intelligence APIs, examine endpoint telemetry, correlate with historical incidents, and propose a containment action without human intervention at each step. The policy for an agentic AI therefore needs to define not just what actions are permitted but what reasoning approaches are sanctioned, which external systems the agent is permitted to query, what outputs require human review before execution, and what the agent must do when it encounters adversary-controlled content that attempts to redirect its objectives.
The policy review cycle is the mechanism through which humans retain meaningful control. For LLM and agentic AI, this requires: reviewing cases where agent reasoning diverged from expected paths, running scheduled red-team exercises to test prompt injection resistance, and updating reasoning constraints when adversary techniques evolve.