Every security team we talk to can see more than they can act on. The tooling works. Sentinel fires, Defender fires, the EDR fires, and by nine in the morning there are more alerts in the queue than the shift can finish. The instinct is to tune the detections down, which trades a decision problem for a coverage problem.
Volume is a symptom of missing judgement
An alert isn't a finding. It's a hypothesis that something happened, offered without context. Turning a hypothesis into a decision takes three things: enrichment, correlation, and a judgement call. Analysts do all three by hand, which is why throughput is bounded by headcount.
- Enrichment is mechanical. Look up the address, the domain, the hash, the account. It requires no judgement and consumes a large share of the shift.
- Correlation is pattern matching. Twelve alerts describing one event should be one case. This is a solved computer-science problem being solved manually.
- Judgement is the part that needs a person, and it's the part that gets the least time.
What changes when an agent owns the first two
If enrichment and correlation happen before an analyst opens anything, the queue stops being a list of alerts and becomes a list of cases. The count drops, but more importantly the character changes. Each item now carries a classification, a confidence, and the reasoning behind it, so the analyst's job is to agree or disagree rather than to start from nothing.
The goal isn't fewer alerts. It's a queue where every remaining item deserves a human decision.
The part people get wrong
Automating triage isn't the same as automating response. A system confident enough to close a false positive isn't automatically trusted to purge mail from four hundred mailboxes. Those are different risk profiles and they need different gates.
Where we draw the line
An agent acts on its own when it's confident and the action is cheap to undo. Anything uncertain, or anything that deletes mail, disables an account, or touches production, waits for a person. Either way the action is written to an audit trail that can't be edited.
That distinction is what makes automated triage adoptable. Teams don't resist automation because it's automation. They resist it because they have seen a tool take an action nobody could explain afterwards.
