TL;DR: Anthropic and Databricks independently built agentic alert-triage systems that cut false positives, saved thousands of analyst hours, and relied on environment-specific context plus deterministic filtering, according to LimaCharlie. The pattern validates the architecture, but also shows why most service providers cannot afford the engineering and tuning burden it creates.
At a glance
What this is: This is an analysis of two internal agentic triage builds and the operational pattern they validate: context-rich, human-supervised alert handling can work when the system is tightly scoped.
Why it matters: It matters because MSSP, MDR, and SecOps teams need to separate the technical viability of agentic triage from the staffing, governance, and control overhead required to run it safely.
By the numbers:
- In its first 30 days, Anthropic's CLUE automated roughly 12,000 queries and 27,000 tool calls, work the team estimated at 1,870 analyst hours.
- Anthropic's CLUE cut its false positive rate from about 33% to 7% in the first 30 days.
👉 Read LimaCharlie's analysis of agentic alert triage and SecOps staffing
Context
Agentic alert triage is the use of AI systems to enrich, correlate, and route security alerts before a human analyst touches them. The core governance question is not whether models can reason over alerts, but whether the environment supplies enough context, controls, and review to make those decisions trustworthy at scale.
For IAM, PAM, and broader security operations teams, the relevance is direct: these systems increasingly touch identity data, access events, and response actions. That means agentic triage becomes an identity governance problem as soon as the agent can read logs, evaluate privileges, or trigger downstream actions in a case workflow.
Key questions
Q: What breaks when agentic alert triage is not tightly scoped?
A: Without tight scoping, the agent sees too much, calls too many tools, and starts handling alerts that should have been filtered earlier. That creates higher cost, weaker auditability, and more room for false confidence. In practice, the system becomes harder to tune and easier to misuse, especially when one agent is asked to work across multiple alert sources with different baselines.
Q: Why do security teams need human review in agentic triage workflows?
A: Human review remains necessary because triage output is still a judgment, not a final containment action. The model can enrich and prioritise alerts, but humans should own decisions that change access, isolate assets, or alter policy. That separation preserves accountability and prevents a confidence score from becoming an unreviewed authority signal.
Q: How do teams know if agent-assisted triage is actually working?
A: Look for fewer hours spent on reproduction and more time spent on architectural review, complex debugging, and validation of agent output. Good performance means routine bugs are cleared faster without increasing merge risk, false fixes, or review fatigue. If the workflow speeds up but produces opaque changes, governance is deteriorating.
Q: Who is accountable when an AI triage system misses an incident?
A: The organisation remains accountable, even if software performed the first-pass analysis. Risk owners, SOC leadership, and the control owner for the workflow need to define approval rights, review obligations, and evidence retention before the system is relied upon.
Technical breakdown
Why deterministic filtering matters before model reasoning
The architecture described in the article separates predictable alert handling from judgement-heavy handling. Deterministic filters remove obvious noise, then the model receives only the subset that needs contextual reasoning. That design reduces token waste, limits exposure to prompt injection, and makes the system easier to evaluate because the model is not asked to solve every routine case. It also explains why these builds stayed source-specific rather than general purpose: the model performs better when the surrounding control logic already narrows the problem space.
Practical implication: place deterministic controls in front of model calls so the agent only reasons over alerts that genuinely need interpretation.
Source-specific context turns alert triage into a local decision system
Both systems depend on environment-specific data such as Slack threads, internal documentation, repositories, warehouse data, or tenant detection baselines. In security operations, context is not a nice-to-have layer. It is the signal that lets a model distinguish a noisy artifact from an actual incident. The tradeoff is that the agent becomes less portable and more dependent on precise data governance, access scoping, and retrieval quality. In other words, the model is only as useful as the identity and data permissions behind the context it can see.
Practical implication: treat context sources as governed assets and review which identities, including agents, can reach them.
Human review remains the control boundary for response
These triage systems do not eliminate analysts. They compress the queue, score confidence, and prepare escalation, but a human still owns the final response decision. That boundary matters because alert triage may be automated, while containment actions are often not. Once an agent can isolate a device, disable an account, or update a rule, the workflow moves from analysis support into privileged action. That is where permission design, approval flows, and auditability become the difference between supervised automation and unsafe delegation.
Practical implication: separate triage permissions from response permissions and gate any action that changes identity, endpoint, or policy state.
NHI Mgmt Group analysis
Agentic triage is becoming an operational category, not an experiment. The convergence between Anthropic's and Databricks' internal builds shows that model-assisted alert handling works when it is bounded by deterministic logic and rich local context. The lesson for the market is that agentic SecOps is moving from proof of concept to architecture pattern, but only in environments willing to invest in supervision and evaluation. Practitioners should read this as a category maturing under strict control assumptions.
Source-specific context is the real differentiator, not generic model reasoning. The article makes clear that the system succeeds because it knows the environment it serves. That creates a governance challenge for any programme considering agentic triage: the agent must inherit the right access, the right retrieval scope, and the right boundaries for each tenant or business unit. This is where identity governance enters the picture, because the agent's access model becomes part of the control surface. Practitioners should treat context access as a privileged capability.
Supervised automation is the right phrase for this pattern, not autonomous response. The systems described still escalate to humans, and that is the safety property. Once teams blur triage with response, they move into privileged execution and response orchestration, which requires a different control model. The article's real contribution is showing that the highest-value AI use in SecOps is often to compress work before action, not to replace action itself. Practitioners should preserve that boundary unless approvals and audit are already mature.
Cost discipline is now part of the security design. Both builds rely on spend controls, tracing, retries, and feedback loops because agentic operations can become expensive as well as noisy. That means the business case is not just about analyst hours saved, but about whether the programme can sustain engineering, evaluation, and control overhead across many sources. Practitioners should measure whether agentic triage reduces total operating load or simply shifts it into engineering and oversight.
Detection-response latency: the new bottleneck is how quickly context reaches a decision engine. In both examples, the value comes from shortening the path between alert arrival and informed disposition. That means teams should focus less on adding another model and more on reducing the delay between detection, enrichment, and reviewed escalation. Practitioners should prioritise latency, traceability, and decision quality together rather than optimising them in isolation.
What this signals
Agentic SecOps will spread faster than most governance models can absorb. As AI agents move from experiments into alert handling, the control question shifts from whether they can triage to whether the enterprise can prove who they can see, what they can do, and how their decisions are audited. That makes identity scope and access logging part of the security operations design, not a later governance layer.
Context access is now a privileged entitlement. The agent only works because it can reach tickets, chat, repositories, and telemetry that humans already treat as sensitive. Teams should formalise that access under the same review discipline applied to other high-value identities, including service accounts and automation principals.
Decision latency is becoming a programme metric. If a system shortens alert queues but increases engineering overhead or weakens response confidence, it is shifting risk rather than reducing it. Teams should benchmark triage speed, review quality, and audit completeness together, then tie those measures to the identity and approval paths behind the workflow.
For practitioners
- Map agent permissions to triage only Limit agent identities to alert enrichment, correlation, and disposition support. Keep containment actions such as account disablement, endpoint isolation, and policy changes behind separate approval paths and distinct service identities.
- Front-load deterministic filtering Use rule-based suppression and source-level filtering before any model invocation. That reduces unnecessary tool calls, lowers cost, and keeps the agent focused on cases that require judgement rather than routine noise.
- Bind each agent to a single detection source Build source-specific workers for distinct alert streams instead of one generic triage agent. Tune each worker to the source's false positive patterns, baseline behaviour, and required evidence fields.
- Instrument the full decision chain Track every enrichment step, tool call, confidence score, and human label so analysts can audit why a case escalated. Use those labels as ground truth for prompt and rule changes before rollout.
- Set explicit spend and run limits Apply per-investigation budgets, daily ceilings, and per-category tool call caps so agentic triage does not drift into uncontrolled spend. Review those limits as part of operational governance, not only finance.
Key takeaways
- Agentic alert triage can materially reduce false positives and analyst load when the model is tightly constrained by deterministic filtering and local context.
- The operating cost is not just inference, but ongoing supervision, tracing, tuning, and tenant-specific engineering, which most providers cannot absorb casually.
- The governance line still matters: triage can be automated, but response actions, identity changes, and policy changes need separate controls and human accountability.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.AE-1 | Alert triage and escalation quality are central to the article's SecOps pattern. |
| NIST SP 800-53 Rev 5 | AU-6 | The article depends on traceable decisions and analyst review. |
| NIST AI RMF | MANAGE | The article is about governing an AI system that supports security decisions. |
| MITRE ATT&CK | TA0007 , Discovery; TA0006 , Credential Access | The article's context enrichment touches adversarial alert handling and investigation workflows. |
| OWASP Agentic AI Top 10 | NHI-03 | Agentic workflows need governance around tool use and scope boundaries. |
Apply OWASP Agentic AI guidance to constrain tool access, escalation paths, and agent boundaries.
Key terms
- Agentic triage: A triage model where an AI system can gather evidence, call tools, and decide what to inspect next during an investigation. It goes beyond summarisation or scoring because the system participates in the investigation loop and adapts its actions as new context appears.
- Deterministic filtering: Deterministic filtering is rule-based processing that removes predictable noise before a model is invoked. It reduces cost, limits prompt exposure, and ensures the AI only reasons over cases that genuinely need contextual judgement.
- Source-specific context: Source-specific context is the local evidence an AI system uses to interpret an alert, such as logs, chat history, repositories, or tenant baselines. In security operations, it is what makes a model's decision useful, but it also expands the governance surface around access and retrieval.
- Supervised automation: Supervised automation is a workflow in which an AI system performs the preparatory work but a human retains responsibility for the decision that carries operational consequences. It is a control pattern, not a claim of autonomy, and it depends on clear permission boundaries.
What's in the full article
LimaCharlie's full post covers the operational detail this analysis intentionally leaves for the source:
- A walkthrough of the Grid agent model, including how forward deployed engineers build and supervise tenant workers.
- Specific cost controls such as spend caps, per-category tool budgets, and traceable billing for model activity.
- The full workflow for routing escalations into case management and connected service desks such as ServiceNow or Halo PSA.
- Implementation detail on how deterministic filters, retries, and prompt-injection detection are combined in the operating layer.
Deepen your knowledge
NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, and agentic AI identity for practitioners building secure automation. It helps security teams connect identity controls to the operational realities of modern AI and access governance.
Published by the NHIMG editorial team on August 1, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org