Skip to main content
Trym HåkanssonSwitch to Labs
All writing

TECHNICAL REFERENCE · PERSONALLY PUBLISHED · NOT AN EMPLOYER PUBLICATION

AI Agents in the SOC: Useful Work, Human Review and the Maturity Gap

AI can enrich, summarize and prioritize SOC work. It still needs human review, outcome sampling and an operating model that can catch quiet failures.

AI in the SOC is useful when it shortens preparation and leaves a decision that a person can inspect.

It becomes risky when the same system quietly closes cases or contains assets without a review model. A fast wrong decision is still wrong, and false negatives do not announce themselves.

Microsoft's May 2026 article describes agents that reason across security signals, summarize investigations, support decisions and take action with human oversight. Rapid7's July 2026 summit survey describes a less finished operating environment: many respondents were still exploring AI, while trust, integration, visibility and staffing remained practical constraints.

Those two views fit together. The capability is moving quickly. Operational maturity still decides whether it helps.

Work worth giving to an agent first

Start with work that produces a reviewable artifact.

Enrichment. Collect user, device, identity, network and threat-intelligence context for an incident. Preserve links to the underlying records so the analyst can verify them.

Summarization. Turn a long investigation trail into a timeline, list of observed entities and open questions. Keep source references and separate observations from inference.

Prioritization support. Rank or group cases and explain the factors used. Let analysts challenge the ranking instead of treating a score as truth.

Report drafting. Prepare an incident note or handover from recorded evidence. A draft removes blank-page work. It does not own the final conclusion.

Microsoft also lists more autonomous capabilities, including phishing triage and attack disruption. Those may be appropriate within their documented safeguards. They should not erase the local requirement to test data quality, decision boundaries and recovery.

Separate preparation from authority

A plausible investigation is only preparation. The control boundary starts when the output can change production.

Reading data, preparing context and drafting a recommendation are lower-risk actions. Closing an incident, disabling an identity, isolating a device or changing a firewall rule affects production. Each step needs its own authorization and evidence threshold.

For high-impact actions, require:

  • the exact target and proposed change;
  • the evidence behind the recommendation;
  • a policy check outside the model;
  • human approval or a narrowly documented exception;
  • an audit trail that binds the action to the case;
  • a tested reversal path.

Do not hide these controls behind one global automation setting.

False negatives need active measurement

A false positive consumes time. A false negative can disappear.

If an agent recommends dismissal, a smaller queue may look like success even when the decision quality is getting worse. Sample dismissed cases and compare them with later evidence. Also sample escalated cases so the evaluation does not reward an agent for sending everything to a person.

Track analyst disagreement, reopened cases, missed detections found through retrospective review and containment mistakes. Review results by incident type and action. A single accuracy number can hide the cases that carry the most risk.

Business context is another gap. A login, process or data transfer can be normal for one team and urgent for another. Give the workflow access to approved identity, asset and case context, but do not assume more context removes the need for review.

Operational maturity comes before autonomy

My basis here is Microsoft security-operations and consulting work across more than 40 organizations. The durable pattern is that tools inherit the operating model around them.

If detections are noisy, ownership is unclear and asset context is missing, an agent gets the same weak inputs. It may process them faster without improving the decision.

Before a purchase or broad rollout, check:

  1. Data coverage. Are the identity, endpoint, cloud and network signals needed for this workflow present and current?
  2. Detection quality. Which rules are noisy, duplicated or missing context?
  3. Case ownership. Who owns the agent's recommendation, exception and final action?
  4. Escalation. Which incident types and confidence conditions always go to a person?
  5. Evaluation. Do you have representative historical or simulated cases with reviewed outcomes?
  6. Recovery. Can the team stop the workflow and reverse its actions?
  7. Training. Can analysts inspect prompts, evidence, tool calls and policy decisions without relying on the vendor interface alone?

There is no honest universal onboarding timeline. Estimate each workflow from its data dependencies, approval path, system boundaries and required reversal controls.

Read vendor and survey claims narrowly

Microsoft's article reports that KuppingerCole named Microsoft an overall and market leader in an emerging AI SOC report. It also describes Microsoft's own products and roadmap. That is relevant evidence about market direction and available capabilities. It is not independent proof that one product will improve every SOC.

Rapid7 surveyed attendees at its Global Security Summit. Its report says many respondents were using a hybrid internal and MDR model, many had only partial integration, and AI adoption was often at an early exploration stage. Respondents also raised security, trust, staffing and visibility concerns.

Those findings apply to the surveyed attendees. They should not be presented as universal facts about all security teams.

A rollout I would trust

Choose one workflow, such as incident enrichment. Give the agent read-only access to the minimum data. Require citations to the underlying events. Run it beside the current process and record analyst corrections.

Next, add prioritization or drafting. Keep the analyst as the decision owner. Build a sample of both accepted and rejected recommendations.

Only then consider an action. Start with a reversible, low-impact step. Bind it to policy, approval and a case record. Stop expansion when the team cannot explain a decision or reconstruct a failure.

AI agents can reduce repetitive SOC work. They do not remove the need for detection engineering, investigation or accountability. A mature SOC uses the saved time to improve those functions. An immature one can automate uncertainty and lose the evidence that something went wrong.

Sources

Keep these points.

  • Use AI first for enrichment, summarization, prioritization support and report drafts where an analyst can inspect the result.
  • Do not measure success by fewer visible alerts alone. Sample dismissed and escalated cases so false negatives can be found.
  • Keep human approval for high-impact containment until the team has evidence that the workflow is safe in its own environment.
  • Poor telemetry, fragmented tools and unclear escalation rules become agent problems after deployment. Fix the operating model first.
  • Vendor and analyst reports show direction, not guaranteed return on investment for a specific SOC.