TL;DR: A field experiment in Google SecOps showed that AI agents improved triage quality and reduced playbook building, but autonomous alert handling quickly triggered cloud billing anomalies as Vertex AI usage spiked, according to D3. The lesson is that SOC automation needs explicit scope, stopping conditions, and cost controls before agentic triage moves beyond experimentation.
At a glance
What this is: This is an analysis of why AI agent triage can work operationally in the SOC while still creating unpredictable cloud costs at scale.
Why it matters: It matters to SOC, IAM, and security architecture teams because agentic automation introduces a governance problem around scope, approvals, and measurable runtime boundaries, especially when agents are allowed to call tools independently.
👉 Read D3's analysis of AI agent triage costs and SOC autonomy controls
Context
AI agent triage in the SOC promises faster investigation and lighter analyst workload, but the control problem is often overlooked: once the agent is allowed to decide how much work to do, usage can expand faster than the value it creates. In practice, the issue is not whether the model can summarise alerts, but whether the workflow keeps authority, cost, and auditability under control.
That makes this topic relevant to identity and access governance as well as SOC design. An AI agent in a security workflow is a software identity with tool access, scope limits, and operational consequences, so teams have to treat it like an access-bearing system rather than a convenience layer. The article’s starting point is typical of early agent adoption: useful in a lab, fragile under production scale.
Key questions
Q: How should security teams govern AI SOC triage without losing accountability?
A: Security teams should require clear escalation thresholds, logged decision paths, and retained evidence for every automated outcome. The goal is not to let machines replace analysts, but to ensure machine-scale triage stays explainable, reviewable, and aligned to incident handling and audit requirements.
Q: When does AI-assisted triage become too expensive to run autonomously?
A: It becomes too expensive when the agent’s investigation cost is unpredictable relative to the alert’s value. That usually happens in high-volume queues where the agent adds steps to be thorough, even though most alerts are routine. If cost rises faster than response quality, the autonomy model is too broad.
Q: What do SOC teams get wrong about agent-first incident handling?
A: They often assume that better output automatically means a better operating model. In practice, an agent can produce excellent triage while still being unsuitable for production because it consumes too many resources, lacks clear stop conditions, or cannot be audited cleanly. Good results are not enough if the control plane is weak.
Q: Who is accountable when an AI agent makes a risky decision?
A: Accountability should rest with the organisation that authorised the agent, the human owner of the workflow, and the control process that allowed the behaviour. If an agent can act independently, the programme must preserve attribution, action logs, and policy decisions so audit and remediation are possible after the event.
Technical breakdown
Why free-running AI agents amplify SOC cost
A free-running agent is not just another automation script. It can choose extra tool calls, retrieve additional context, and iterate until it believes it has enough evidence. In a SOC, that behaviour is expensive because every retrieval, model invocation, and enrichment step can be metered separately. The more ambiguous the alert, the more likely the agent is to expand its own work. That is useful for complex incidents, but it is a poor default for high-volume alert queues where most cases are routine noise.
Practical implication: cap the number of model calls and tool invocations per alert class before allowing autonomous triage.
Bounded autonomy inside deterministic playbooks
The safer pattern is not to remove AI from the workflow, but to constrain it inside a deterministic shell. A scripted playbook decides when the agent starts, what tools it may call, when it must stop, and which actions require approval. That preserves repeatability while still letting the agent handle interpretation, summarisation, and branching inside a narrow task. In other words, the workflow remains predictable even when the model is not. This is closer to controlled automation than open-ended autonomy, and it is the design that SOC leaders can actually budget and audit.
Practical implication: place agentic tasks inside a playbook with fixed entry, exit, and escalation points.
Why auditability matters when the agent is the operator
When an AI agent acts inside incident response, the team needs to know what it saw, which tools it used, and why it chose the next step. That is not only a security question, but also an accountability question. If the agent has access to case data, investigation tools, or response actions, it effectively becomes a privileged operator inside the SOC workflow. Without logs that capture decision paths and action traces, cost overruns and bad outcomes become difficult to explain, tune, or defend.
Practical implication: require action-level logging for every agent decision, tool call, and workflow branch.
NHI Mgmt Group analysis
AI SOC automation is becoming an access-governance problem, not just an efficiency problem. Once an agent can choose its own investigative path, it behaves like a software identity with privileges, scope, and runtime discretion. That shifts the control question from whether the model can help to whether the workflow can bound its authority. For security teams, the important issue is not autonomy in the abstract, but measurable limits on what the agent can touch and how long it can keep acting.
Cost volatility is a governance signal, not just a finance issue. Billing spikes are often the first visible symptom that an agent has expanded beyond its intended task boundary. That makes spend a proxy for control failure in SOC automation, especially where alerts are high-volume and low-value. If a workflow cannot keep cost predictable, it is usually also failing to keep scope predictable. Practitioners should treat cost drift as evidence that the operating model is too loose.
Bounded autonomy is the named concept this article makes concrete. The useful pattern is not agent-first triage in the open, but agentic work inside deterministic rails with defined approval and stopping rules. That model preserves adaptation without surrendering authority to the agent. For identity and security governance teams, bounded autonomy is the only version of AI-operated SOC work that can be monitored, budgeted, and defended.
Auditability must extend to the AI workflow, not stop at the alert record. Traditional SOC reporting often tells you what happened to the alert, but not how the agent arrived there. In agentic operations, the decision trail is part of the control surface. That means action traces, tool scope, and branching logic need to be as reviewable as analyst notes. Without that, the organisation cannot distinguish useful automation from uncontrolled execution.
What this signals
Bounded autonomy will become the default expectation for agentic SOC tooling. Security teams will not be able to evaluate AI triage solely on accuracy or analyst productivity. They will also need to measure cost per alert, tool-call depth, and the point at which an autonomous investigation must stop and hand off. The practical signal is that AI in the SOC is moving from experimentation to controls design.
Identity governance now extends to AI-operated workflows. When an agent can call tools, read cases, and branch its own actions, it behaves like a privileged system identity that needs lifecycle management, not a one-off integration. That has implications for access review, approval design, and traceability across security operations. For teams that already manage machine access, this is the same governance challenge appearing in a new form.
Cost predictability is becoming an operational control metric. The teams that succeed with AI triage will be the ones that can prove the workflow stays inside budget while preserving useful automation. That means pairing model usage telemetry with incident metrics and stopping rules. If those controls are missing, the deployment is not ready for scale.
For practitioners
- Define alert-class autonomy tiers Separate low-value, repeatable alerts from high-risk incidents and assign different levels of agent autonomy to each class. Routine alerts should stay on deterministic paths, while only tightly defined cases can trigger deeper model-driven investigation. This reduces unnecessary tool calls and keeps cost aligned to risk.
- Set hard workflow ceilings Impose maximum step counts, tool-call limits, and escalation thresholds for every agentic triage flow. The agent should stop when it reaches the ceiling and hand off to an analyst rather than continue exploring indefinitely. This is the main defence against runaway usage in high-volume SOC queues.
- Log the agent’s decision path Capture the exact inputs, tool actions, branch choices, and output of each autonomous investigation. Treat the agent trace as part of the case record so reviewers can explain why the workflow behaved as it did. That also supports tuning when the model over-investigates routine alerts.
- Budget by workflow, not by model Track spend at the playbook level so you can see which alert types consume the most model effort. That makes it easier to decide where AI adds value and where deterministic handling is sufficient. A workflow-based view also helps procurement and SOC leadership share the same cost picture.
Key takeaways
- AI triage can improve SOC outcomes and still fail operationally if the agent is allowed to expand its own work without bounds.
- Cost spikes are a governance signal in agentic SOC design because they usually indicate that the workflow has outgrown its intended scope.
- The practical answer is bounded autonomy, with deterministic playbooks, explicit limits, and traceable agent actions.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and MITRE ATT&CK address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | NHI-03 | Agentic workflows that call tools and branch independently fit agent misuse and scope control concerns. |
| NIST AI RMF | GOVERN | Agentic SOC design needs explicit ownership, accountability, and policy controls over AI behaviour. |
| NIST CSF 2.0 | PR.AC-4 | Scoped access and least privilege are central when an AI agent can operate inside incident tools. |
| NIST SP 800-53 Rev 5 | AC-6 | The article is fundamentally about limiting what the agent can do inside production security tooling. |
| MITRE ATT&CK | TA0002 , Execution; TA0009 , Collection | Agent-driven alert handling expands execution and collection activity within the SOC toolchain. |
Use execution and collection tactics to model where autonomous investigations can overreach or amplify cost.
Key terms
- Bounded Autonomy: Bounded autonomy means a system can act independently within defined limits, but cannot exceed those limits without human or policy control. In agentic governance, the boundary must be explicit, testable, and logged, because the real compliance question is where autonomous action stops.
- Agentic workflow: An agentic workflow is a sequence of tasks executed by an AI agent with some level of tool access and decision authority. In security terms, the workflow matters because it can span multiple systems, identities, and permissions, which makes attribution and revocation harder than with ordinary automation.
- Deterministic Playbook: A deterministic playbook is a scripted automation flow that follows predefined steps and produces repeatable outcomes. In SOC design, it provides the stable shell around AI tasks, ensuring start conditions, exit conditions, approvals, and audit records stay under human governance.
- Action Trace: An action trace is the record of what an AI agent or system did during execution, including the sequence of steps, data sources, policy checks, and outcomes. It is the primary evidence used to reconstruct behaviour and prove whether an action stayed within governed scope.
What's in the full article
D3's full analysis covers the operational detail this post intentionally leaves for the source:
- The exact Google SecOps experiment setup and how the agent workflow was wired into alert triage.
- The cost and usage patterns that appeared once the agent moved from playbook support to autonomous investigation.
- The production-oriented Morpheus design, including deterministic playbooks, scoped AI tasks, and approval boundaries.
- The GitOps and audit-trail model used to keep agentic workflow changes reviewable before deployment.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and identity lifecycle fundamentals. It helps security practitioners connect identity controls to the broader operational systems their programmes depend on.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org