The Hidden Weaknesses in pre-trained AI models vs. adaptive AI models

The Hidden Weaknesses in pre-trained AI models vs. adaptive AI models

If you’re evaluating AI-powered SOC platforms, you’ve likely seen bold claims: faster triage, smarter remediation, and less noise. But under the hood, not all AI is created equal. Many solutions rely on pre-trained AI models that are hardwired for a handful of specific use cases. While that might work for yesterday’s SOC, today’s reality is different.

Modern security operations teams face a sprawling and ever-changing landscape of alerts. From cloud to endpoint, identity to OT, insider threats to phishing, network to DLP, and so many more, the list goes on and is continuously growing. CISOs and SOC managers are rightly skeptical. Can this AI actually handle all of my alerts, or is it just another rules engine in disguise?

In this post, we’ll examine the divide between two types of AI SOC platforms. Those built on adaptive AI, which learns to triage and respond to any alert type, and those that rely on pre-trained AI, limited to handling predefined use cases only. Understanding this difference isn’t just academic; it’s the key to building a resilient SOC that is ready for the future.

What is a pre-trained AI model?

Pre-trained AI models in the SOC are typically developed by training machine learning algorithms on historical data from specific security use cases, such as phishing detection, endpoint malware alerts, and the like. Engineers curate large, labeled datasets and tune the models to recognize common patterns and remediation steps associated with those use cases. Once deployed, the model operates like a highly specialized assistant. When it encounters an alert type it was trained on, it can quickly classify the alert, assign a confidence score, and recommend the next action, often with impressive accuracy.

This makes pre-trained AI particularly well-suited for high-volume, repeatable alert categories where the threat behavior is well-understood and relatively consistent over time. It can dramatically reduce triage times, surface clear remediation guidance, and eliminate redundant work by automating common security workflows. For organizations with predictable threat profiles, pre-trained models offer a fast track to operational efficiency, delivering value out-of-the-box without requiring deep customization.

But do such organizations exist? If they do, they are certainly far and few in between, leading us to our next section. The limitations of pre-trained AI.

Limitations of a pre-trained AI model for the SOC

Despite their initial appeal, pre-trained AI models come with significant limitations, especially for organizations seeking broad and adaptable alert coverage. From a business standpoint, the most critical drawback is that pre-trained AI can only triage what it has been explicitly taught, similar to SOARs that can only execute actions based on pre-configured playbooks.

This means that AI SOC vendors relying on the pre-trained approach must develop, test, and deploy new models for each individual use case, an inherently slow and resource-intensive process. As a result, their customers (i.e. SOC teams) are often left waiting for broader coverage of both existing and emerging alert types. This rigid development approach hinders agility and forces SOC teams to fall back on manual workflows for anything not covered.

In fast-changing environments where security signals evolve constantly, pre-trained models struggle to keep pace, quickly becoming outdated or brittle. This can create blind spots, inconsistent triage quality, and increased analyst workload, which undermines the very efficiency gains the AI was meant to deliver.

What is an adaptive AI model?

Adaptive AI models are a cutting-edge evolution of artificial intelligence that go beyond static, rule-based systems. Unlike traditional pre-trained models that operate within fixed parameters, adaptive AI models continuously learn and evolve based on new data, feedback, and environmental changes.

Key Characteristics

  • Self-learning: They refine their behavior over time without needing manual reprogramming.
  • Context-aware: They adjust decisions based on real-time inputs and shifting conditions.
  • Resilient: They handle uncertainty and adapt to unexpected scenarios, making them ideal for dynamic environments.

How They Work

Adaptive AI models typically use:

  • Reinforcement learning: Learning through trial and error with feedback loops.
  • Transfer learning: Applying knowledge from one domain to another.
  • Evolutionary algorithms: Optimizing performance through iterative improvements.

Real-World Applications

  • Cybersecurity: Detecting novel threats by adapting to emerging attack patterns.
  • Healthcare: Personalizing treatment plans based on evolving patient data.
  • Finance: Enhancing fraud detection by learning from new transaction behaviors.
  • Customer service: Improving chatbot responses through ongoing user interaction.

Comparison: Adaptive vs. Pre-trained AI

FeaturePre-trained AIAdaptive AI
Learning styleFixed, one-time trainingContinuous, real-time learning
FlexibilityLimitedHigh
Response to new dataStaticDynamic
Use casesPredictable tasksComplex, evolving environments

In the context of SOC triage, adaptive AI represents a fundamental shift from the limitations of pre-trained models. Unlike static systems that can only respond to alerts they were trained on, adaptive AI is built to handle any alert, even one it has never seen before. When a new alert is ingested, adaptive AI doesn’t fail silently or defer to a human; instead, it actively researches the new alert. It begins by analyzing the alert’s structure, semantics, and context to determine what it represents and whether it poses a threat. This capability to research novel alerts in real-time (which is what experienced, higher-tier analysts do) is what allows adaptive AI to triage and respond across the entire spectrum of security signals without requiring prior training for each use case.

This capability holds true both for alert types the adaptive AI has never seen before, as well as for new variations of threats (e.g. a new form of malware).

Technically, adaptive AI uses semantic classification to assess how closely a new alert resembles previously seen alerts. If there’s a strong match, it can intelligently reuse an existing triage outline: a structured set of investigative questions and actions tailored to the alert’s characteristics. The AI performs a fresh analysis, which includes verifying the results of each step in the triage outline, assessing these results, identifying additional areas to investigate and finally compiling a conclusion.

But when the alert is novel or unfamiliar, the system shifts into discovery mode. Here, research agents, just like senior SOC analysts, will search vendor docs, threat intelligence feeds, as well as reputable websites and forums. They then analyze all the information and compile a report that defines what the new alert represents, e.g. is it malware or some other threat type. With this, the agents dynamically construct a brand-new triage outline. These outlines are passed to triage agents, which execute the full triage process autonomously. This is possible because adaptive AI isn’t a monolithic model. Rather, it’s a coordinated system of dozens of specialized AI agents, each capable of performing a range of tasks. In complex cases, these agents may collectively perform over 150 inference jobs to fully triage a single alert, from data enrichment to threat validation to remediation planning.

In contrast to pre-trained AI, where all research is front-loaded by human trainers and triage is constrained to static and potentially outdated knowledge, adaptive AI brings continuous learning and execution into the SOC with research agents leveraging up-to-date, online resources and threat intelligence. Once research agents have surfaced fresh insights, they immediately share them with triage agents to complete the triage process. This agent-to-agent collaboration makes the system both flexible and scalable, enabling security teams to confidently automate triage across their entire alert landscape without waiting for vendors to catch up with new use cases or attack patterns.

Why multiple LLMs are better than one for SOC triage

Using multiple large language models (LLMs) in the SOC isn’t just a technical decision—it’s a strategic advantage. Each LLM has its own strengths, whether it’s deep reasoning, concise summarization, code generation, or multilingual understanding. By orchestrating a set of complementary models, an adaptive AI platform assigns the right model to the right task, thereby ensuring more accurate, efficient, and context-aware triage. For example, one model might excel at analyzing structured security logs, another at understanding unstructured ticket narratives or phishing emails, while a third might be optimized for generating remediation scripts or querying cloud infrastructure.

This multi-LLM architecture adds resilience and depth to the triage process. If one model struggles to understand or classify a novel alert, another might offer a better interpretation or route the issue through a different reasoning path. It also reduces single-model bias and error amplification, which are common risks in mono-model systems. Most importantly, it enables the platform to continuously improve by benchmarking model performance on real-world SOC tasks and dynamically switching between them based on quality, latency, or cost.

In essence, the usage of multiple LLMs ensures the SOC gets the best of all worlds: speed, accuracy, flexibility, and robustness, tailored to the complexity and diversity of modern security environments. It’s a design choice rooted in real-world SOC needs, not AI hype.

The business benefits of the adaptive AI model

Adaptive AI delivers transformative value to both the SOC and the broader organization by removing the operational bottlenecks that have traditionally slowed security teams down. From a business perspective, it dramatically accelerates time-to-value by providing immediate triage coverage across all alert types, without waiting for vendor-led model development or manual tuning.

This means faster detection, faster response, and greater resilience across evolving environments. On the security front, adaptive AI ensures that no alert, no matter how novel or obscure, slips through the cracks due to model limitations. It adapts to new data sources, attack techniques, and threat vectors as they emerge, closing blind spots and improving overall threat coverage.

For human analysts, adaptive AI acts as a powerful force multiplier: it automates the investigative heavy lifting, eliminates alert fatigue, and surfaces high-context, high-confidence insights that allow analysts to focus on the most strategic and high-risk issues. The result is a more agile, efficient, and empowered SOC, one that can scale without compromising quality or coverage.

Other essential features of AI SOC platforms

In addition to an adaptive AI model that can triage any alert type, SOC teams need more to boost end-to-end SOC efficiency and productivity.

Even after all the false positives have been automatically triaged and only real threats escalated to incidents, human analysts still need to come up with and execute response actions.

Furthermore, Tier 3 analysts will frequently want to dig deeper into the underlying logs for threat hunting and forensics. To avoid the “swivel chair” effect, an adaptive AI SOC platform should also provide integrated response and logging capabilities as follows:

Integrated response automation

If an alert has been deemed malicious, the adaptive AI generates custom, recommended actions to remediate the threat. Human analysts can execute the recommended remediation in one click or do so manually with step-by-step guidance.

Additionally, there is no need to configure or maintain any complex playbooks with the AI keeping the response action logic up-to-date and relevant for dynamic environments.

Integrated logging at a fraction of what traditional SIEMs cost

Built-in log management leveraging customer cloud archive storage and modern logging architecture provides rapid querying and visualizations, and the ability to drill down directly from alerts and incidents into the relevant log data.

This approach eliminates vendor lock-in with unlimited storage and retention for a fraction of what traditional log management and SIEMs cost.

Summary

Not all AI SOC platforms are created equal. While pre-trained AI offers narrow, rules-bound automation for familiar alert types, it struggles to keep pace with today’s dynamic and unpredictable threat landscape. Adaptive AI, by contrast, delivers continuous learning, real-time investigation, and full-spectrum triage for any alert. Powered by multiple specialized LLMs and a coordinated system of research and triage agents, adaptive AI empowers security teams to focus on real threats with speed, flexibility, and confidence.

To truly drive efficiency and scale, an AI SOC platform also needs integrated response automation and built-in log management, enabling analysts to quickly remediate threats and seamlessly drill into underlying log data without the overhead or cost associated with legacy SIEMs. With adaptive AI, organizations can finally break free from legacy limitations and operate a SOC that keeps pace with the real world.

Why DIY Website Builders Are More Trouble Than They’re Worth

Why DIY Website Builders Are More Trouble Than They’re Worth

We all know a website is essential for any modern business. It’s your shopfront, your business card, and your voice — all rolled into one. Potential clients form first impressions in seconds, and your website plays a massive part in that.

So when platforms promise you can “build a professional website in minutes” for a few pounds a month, it sounds tempting. Why pay someone to build your site when you can do it yourself? But here’s the thing — that shortcut usually leads to a dead end.

If you’re thinking about using a DIY website builder like Wix, Squarespace, Shopify, or something bundled with your hosting provider — read this first.

What Is a DIY Website Builder?

DIY platforms let you build websites using drag-and-drop tools. They’re pitched at beginners, with no coding or design knowledge needed. Choose a layout, pick some fonts, drop in a few images and voilà — instant website.

Sounds ideal, right?

Unfortunately, the reality is very different behind the scenes. These platforms are full of compromises. What looks decent on the surface can be hiding bloated code, slow performance, poor SEO, and a platform that you’re locked into for good.

Let’s break down why DIY website builders aren’t the answer.

1. Your Website Will Look Generic

You’re using pre-built blocks, same as thousands (maybe millions) of other users. Sure, you can tweak colours and fonts — but you’ll hit a wall the moment you want something tailored to your business.

Your website should reflect your brand — not just exist online. Things like layout, navigation flow, and how you position your call-to-actions should all serve a purpose. A good designer builds all that in. DIY platforms can’t.

And if you’re trying to build trust or authority in a competitive industry, looking the same as everyone else won’t cut it.


2. DIY Sites Are Slow and Bloated

Even if you only use a handful of features, the entire platform’s codebase still loads on every page. That means your site is heavier than it needs to be — and slow.

Page speed matters. A lot. People click away if your site takes more than 2 seconds to load. And Google won’t rank you well if your site is slow.

Custom-built websites (like the ones I create) include only what you need — and nothing you don’t. The result? Fast, lean, and optimised performance.


3. You’re Locked In

Once you build a site on a DIY platform, you’re stuck with their system, their hosting, and their rules.

Want to move your site elsewhere? Tough. The code isn’t portable. Your content might be, but you’ll have to start again from scratch.

Also, you’ll spend time learning their tools — which aren’t transferable. That’s wasted effort. With WordPress, for example, what you learn stays useful for years.

When I build a site for you, you own it. It’s portable, future-proof, and totally under your control.

4. Poor SEO Capabilities

If no one can find your site on Google, what’s the point?

SEO (Search Engine Optimisation) is about more than keywords. It’s about structure, speed, semantics, and strategy. DIY builders often fall flat here — either because they limit what you can control, or they don’t support the technical stuff like schema markup, canonical tags, and custom metadata.

Some platforms don’t even let you properly verify your site in Google Search Console. Others make it hard to connect useful tools like email opt-ins, CRM systems or newsletters.

SEO is baked into every site I build. From your headings to your image alt tags, everything is built with both people and search engines in mind.


5. Content Without Direction

Most people build DIY websites by writing content “off the cuff.” Unfortunately, that’s not a winning strategy.

Effective content speaks to two audiences: humans and search engines. Get it wrong, and your visitors bounce. Get it right, and you increase conversions.

Too many DIY sites open with things like “Welcome to our website” as the main headline. It doesn’t say what you do, and it doesn’t help your search ranking. A pro will help you craft meaningful, conversion-friendly content that’s aligned with your goals.

I’ll help guide your message so that your site connects with people — and with Google.


6. No Real Support

When something breaks (and it will), you’ll want help. But support on DIY platforms can be painfully slow, limited to chatbots, or restricted to their knowledge base.

When I build your site, support isn’t a form or a chatbot. It’s me. You get a human who knows your site inside-out — because I built it.


Bonus Warning: Not All “Web Designers” Are Equal

Some so-called designers don’t actually code or build bespoke sites. They rely on drag-and-drop builders like Elementor or WPBakery and present that as “custom development.”

Warning signs:

  • No design mock-up process
  • Limited flexibility when you ask for a unique feature
  • All their portfolio sites look the same
  • They’ve only been doing this for a couple of years

If you’re paying professional prices, make sure you’re getting professional work.


The Real Cost of “Free”

Yes, you can build a DIY site. But if it underperforms, costs you leads, or needs replacing six months down the line — it’s not really cheaper, is it?

Instead, talk to someone who can help you get it right the first time. I’m always happy to discuss what’s possible within your budget. Sometimes that means starting small and growing your site over time.

But the key is this: build smart, build well, and build for your audience.

Let’s create something that reflects your values and puts you in control.

How much does a website cost?

How much does a website cost?

This is one of the most common questions I get asked — and believe me, you’re not the only one Googling it. But the truth is: it’s not a simple one-size-fits-all answer.

Think of it like planning a new kitchen. You could pop down to the nearest big box store for a flat-pack budget job, or you could go custom-built with hardwood, granite, and all the bells and whistles. Websites are no different. The price depends on what you need, how it’s built, and who’s building it.

You could throw something together for free with a page builder… or invest in a professionally designed site that works hard for your business. Let’s explore why.

What Does a WordPress Website Cost in the UK?

Realistically, for a professionally built WordPress website in the UK, you’re looking at anywhere between £1,000 to £20,000+, depending on your needs. Here’s a rough breakdown:

Website typeTypical website cost
Small business website£1,000 – £3,500
Mid-size business website£3,500 – £7,000
Large business website£7,000 – £10,000
e-Commerce website£7,000 – £20,000

Note: These are guide prices. Your specific requirements (especially features or integrations) will shape the final quote.

What Drives the Cost of a Website?

1. How You Approach the Build

⚙️ DIY Builders (Avoid These!)

Drag-and-drop website builders might seem tempting at first, especially when budgets are tight. But the result is often slow, bloated, and cookie-cutter. Worse, you might have to rebuild it later when it doesn’t perform or breaks after an update. I don’t recommend it.

🧱 Templates

Pre-built templates (free or paid) are a step up. They’re functional, familiar, and can look decent with the right content — but they’re rarely unique, and they’re often rigid when it comes to layout or branding.

✨ Professionally Built (Recommended)

This is where I come in. A custom site designed specifically for your goals, built on WordPress with Divi, and tailored to fit your brand and functionality needs. It’s secure, privacy-focused, fast, accessible, and most importantly — future-ready.

2. Who’s Building It

Hiring a professional developer/designer (like me) is often the biggest part of your website investment — and with good reason. A proper website is more than something that just “looks nice.” It’s got to work well, load quickly, be easy to manage, and bring value to your business.

I handle both design and build, so you don’t need to juggle multiple freelancers. Plus, I don’t outsource or cut corners. No off-the-shelf templates unless we agree on it, no sneaky third-party trackers, and absolutely no upcharges for things that should be included by default.

3. Features & Functionality

This is where your quote can go up or down depending on what you need. Common custom features include:

  • Filtering or sorting of content (e.g. portfolios, services, blog posts)
  • Third-party service integrations (e.g. CRMs, forms, directories)
  • Secure file sharing portals
  • Custom contact forms or quote builders
  • Language switchers, maps, animations

Whatever you’ve got in mind — if it’s technically possible, I can usually build it. The more complex it is, the more time and testing it requires, so that’s where cost comes in.

4. Ongoing Costs (Hosting, Domain, SSL)

Once your site is built, there are a few regular costs to keep things live:

  • Hosting: Where your site lives. Expect ~£10–£20/month for decent UK/EU-based secure hosting.
  • Domain: Your site’s address (e.g. yourbusiness.co.uk). Around £20/year.
  • SSL Certificate: Keeps your website secure. These are often included free with good hosting, but can cost ~£60–£80/year if bought separately.

I don’t bundle hosting or domains — I’ll advise you on trusted providers and let you stay in control of your own infrastructure.

5. SEO (Search Engine Optimisation)

No point in having a beautiful website if no one finds it. Good SEO starts at the planning stage — clean code, semantic structure, heading hierarchy, fast loading, image optimisation, meaningful link text — and I build all of that in as standard.

Need keyword research, SEO strategy or long-form content? That’s an additional service, but I’ll be honest with you if you need it.

How to Stay in Control of Your Budget

Stick to agreed features: Everything else can go on a “phase 2” list for later.

Ask for a fixed price: That’s what I do. No surprise charges mid-way.

Be organised: Have your content and ideas ready. Changing your mind a lot mid-project increases costs.

Aftercare: Maintenance & Updates

A site needs looking after — think of it like your car. WordPress core updates, plugin maintenance, security patches and backups don’t happen automatically. That’s why I offer a Website Maintenance Plan.

This can include:

  • Monthly updates and backups
  • Emergency fixes
  • Security scans
  • Support and advice
  • Light content edits
  • Backups (Database and WordPress Files)

You can take this for 6, 9 or 12 months — and yes, I give extra features to those who commit to longer terms.

Final Thought: Value Over Cost

You’re not just buying a “thing” — you’re investing in a platform that supports your business, builds credibility, and helps you grow.

A £4,000–£6,000 website that’s fast, secure, private, and effective will more than pay for itself if it brings you even a few good clients. On the flip side, I’ve rebuilt plenty of sites for clients who tried to cut corners the first time and regretted it.

Build smart. Own it. Future-proof it.

How to Create a New Active Directory User Account

How to Create a New Active Directory User Account

This article walks through how to create users in Active Directory using the built-in Active Directory Users and Computers console.

Step 1. Open Active Directory Users and Computers MMC

Log on to the Domain Controller with domain administrator credentials, once logged on, open “Active Directory Users and Computers”, you can do this by selecting start, and then selecting Active Directory Users and Computers from the list of available applications as below.

Step 2. Create New User Account

Right-click the OU where you want to create the new user account, select new, and then click user.

If you have not created additional organizational units, you can put the new account in the Users folder. In my example, I’m adding the account in the Winadpro Users OU that I have created.

Step 3. Enter User Account Details

Fill out the following details for the user account.

  • First name: This will be the account’s first name
  • Last name: This is the user’s last name
  • Initials: Fill in the user’s middle initials. This is optional but can be used if there are conflicts when creating the user logon name.
  • Full name: This will fill in automatically.
  • User logon name: This is the name used to log into windows domain. You will want to come up with a naming convention for logon names: The two most popular methods I’ve seen are first initial and last name and complete first name and last name.  For an in-depth look at naming conventions see my article Active Directory user naming conventions.

Below is an example of the account details filled out.

Click next.

Step 3: Enter User Password

Enter a new password and enter it again to confirm. It’s recommended to select “User must change password at next logon”. This will force users to change their password the first time they logon.

What you make the password depends on your company’s security policy. I would recommend using at least 8 characters which include a special character, numbers, and upper-case letters. I would also check the box “User must change password at next logon”. You want all the accounts to have unique passwords so forcing users to create their own passwords is more secure and best practice.

This completes the steps on how to create a user account in Active Directory.

In this article, I walked through the steps on how to create users in Active Directory. If you just need to create a single user the ADUC console is fast and easy to use. If you need to create multiple users at once then bulk importing the accounts with PowerShell or a 3rd party GUI tool will simplify and, speed up the process.

Business Case for Agentic AI SOC Analysts

Business Case for Agentic AI SOC Analysts

Security operations centers (SOCs) are under pressure from both sides: threats are growing more complex and frequent, while security budgets are no longer keeping pace. Today’s security leaders are expected to reduce risk and deliver results without relying on larger teams or increased spending.

At the same time, SOC inefficiencies are draining resources. Studies show that up to half of all alerts are false positives, with some reports citing false positive rates as high as 99 percent. This means highly trained analysts spend a disproportionate amount of time chasing down harmless activity, wasting effort, increasing fatigue, and raising the chance of missing real threats.

In this environment, the business imperative is clear: maximize the impact of every analyst and every dollar by making security operations faster, smarter, and more focused.

Enter the Agentic AI SOC Analyst

The agentic AI SOC Analyst is a force multiplier that enables organizations to do more with the team and technology they already have. By automating repetitive investigations and reducing time wasted on false positives, Agentic AI helps organizations redirect human expertise to the threats and initiatives that matter most, aligning security operations with core business goals of resilience, efficiency, and growth.

Addressing the Skilled Analyst Shortage

A key driver behind the business case for agentic AI in the SOC is the acute shortage of skilled security analysts. The global cybersecurity workforce gap is now estimated at 4 million professionals, but the real bottleneck for most organizations is the scarcity of experienced analysts with the expertise to triage, investigate, and respond to modern threats. One ISC2 survey report from 2024 shows that 60% of organizations worldwide reported staff shortages significantly impacting their ability to secure the organizations, with another report from the World Economic Forum showing that just 15% of organizations believe they have the right people with the right skills to properly respond to a cybersecurity incident.

Existing teams are stretched thin, often forced to prioritize which alerts to investigate and which to leave unaddressed. As previously mentioned, the flood of false positives in most SOCs means that even the most experienced analysts are too distracted by noise, increasing exposure to business-impacting incidents.

Given these realities, simply adding more headcount is neither feasible nor sustainable. Instead, organizations must focus on maximizing the impact of their existing skilled staff. The AI SOC Analyst addresses this by automating routine Tier 1 tasks, filtering out noise, and surfacing the alerts that truly require human judgment. This not only drives faster investigations and incident response, but also helps retain top talent by reducing burnout and enabling more meaningful, strategic work.

AI SOC Analysts enable security teams to reduce risk, control cost, and deliver more with less. By automating triage, investigation, and even remediation, they directly improve operational efficiency, reduce the burden on human analysts, and ensure threats are handled before they escalate.

Reducing noise, focusing on what matters

AI SOC Analysts apply context and behavioral analysis to understand the threat level of an alert, suppressing low-value alerts and elevating high-risk activity. This drastically reduces alert fatigue and ensures analyst time is spent on real threats, not redundant noise. The result: stronger coverage and faster action, without scaling headcount. Organizations that deploy agentic AI SOC Analysts can see upwards of a 90% reduction in false positive alerts that need analyst review.

Increasing analyst efficiency and throughput

Traditional investigation workflows are filled with repetitive, time-consuming tasks: pulling logs, linking evidence, and writing summaries. AI SOC Analysts automate this work, mirroring how experienced analysts think and investigate. The result is a dramatic increase in productivity. Teams can process more cases faster, and focus on strategic tasks like threat hunting and tuning detections.

Learning and adapting over time

AI-driven systems do not remain static. Unlike SOAR playbooks, agentic AI continuously improves based on analyst feedback, historical data, and threat intelligence. This means investigation accuracy increases, false positives are reduced, and the SOC becomes more efficient over time. What starts as an automation tool becomes a compounding asset that grows more effective with use. They can even surface insights for detection engineers to create new rules or tune existing ones.

Metrics that matter to SOC leaders

AI SOC Analysts drive improvements in the key metrics used to evaluate SOC performance and business impact:

  • Mean time to investigate and mean time to respond: Automated investigations reduce the time from hours to minutes, limiting exposure and enabling faster containment.
  • Dwell time: Faster triage and detection shrinks the window in which attackers can move, steal data, or escalate.
  • Alert closure rates: Higher rates of resolution reflect stronger SOC throughput and fewer ignored alerts.
  • Analyst productivity: When analysts spend less time on repetitive tasks and more time on proactive work, team value increases without growing headcount.

Unlocking value from your existing stack and team

AI SOC Analysts enhance the ROI of your existing security stack. By ingesting data from your SIEM, EDR, cloud, and identity platforms, AI ensures every signal is investigated. This closes the loop on alerts that would otherwise be ignored, turning your existing stack into a higher-value investment.

AI also helps develop internal talent. Clear, consistent investigations act as on-the-job training for junior analysts. They gain exposure to advanced investigative methods without needing years of experience. The result is a more capable team, built faster and at lower cost.

Source: https://thehackernews.com/2025/06/business-case-for-agentic-ai-soc.html