AI News Today
← All episodes
Episode 1 · February 21, 2026 · 20:26

Claude AI Update Just Wiped Billions Off The Cybersecurity Industry, Here's Why...

Julian Goldie explains the critical need for businesses to adapt to the AI transition right now. In this episode, we explore the widening gap between those who embrace automation and those who wait. Discover how to position your business for the future and use the AI Profit Board to scale efficiently.

Full transcript

Anthropic just wiped billions of dollars off the cyber security industry in a single afternoon. CrowdStrike dropped 8%, Okta dropped 9.2%, SailPoint fell 9.4%, Cloudflare slid 8.1%, and the global X cybersecurity ETF which tracks the entire sector closed at its lowest level since November 2023. And it all happened because Anthropic launched one tool, Cloud Code Security. That's it.

One product announcement, one afternoon, billions of dollars in market cap gone. And I keep saying this, we are not in a normal technological transition. We are watching entire industries get repriced in real time. Not over years, not over quarters, over an afternoon.

So let me tell you exactly what happened, what this tool actually delivers, why the market reacted this way, and what it means for you, whether you're a developer, a security professional, a business owner, or just someone trying to understand where all of this is going. Because here's the thing, this story isn't really about cyber security stocks. It's about what happens when a general purpose AI model gets good enough to do things that entire billion dollar industries were built to do. And if you're sitting here thinking, okay, but that's just one product, I need you to understand this is the second time Anthropic has done this in the same month.

The first was the Claude co-work plugin launch. Now this two sector wide sell-offs in three weeks, both triggered by the same company. That is not a coincidence. That is a pattern.

So let's start from the beginning. Cyber security at its core is about finding weaknesses in software before the bad guys do. Every application you use, your banking app, your company's internal tools, the software running your hospital's patient records, all of it is built on code. And by code, by nature has some bugs.

Some of those bugs are harmless. Some of them are catastrophic. A vulnerability in a piece of software can let an attacker steal your data, shut down your systems, or hold your entire organization hostage for a ransom payment. For decades, the way we found these vulnerabilities was through something called static analysis tools.

Think of it like a spell checker for code. You run the tools, it scans your code against a database of known patterns, and it flags anything that looks suspicious. The problem is that a spell checker can only catch the mistakes it already knows about. If a new kind of mistake exists, one that doesn't fit any of the patterns in this database, the spell checker misses it entirely.

And attackers are constantly inventing new kinds of mistakes to exploit. That is why CrowdStrike exists. That's why Okta exists. That's why the security, the cyber security industry is worth hundreds of billions of dollars.

Because keeping software secure is genuinely hard, and for a long time you needed specialized humans and specialized software to do it. Now Anthropic is saying, what if you didn't? Claude Code Security does something fundamentally differently. Claude Code Security does something fundamentally different from traditional security tools.

Instead of checking your code against a list of known bad patterns, it reads your code the way a human security researcher would. It maps out how different parts of your application talk to each other. It traces how data moves through your system. It looks for places where something unexpected could not happen, or could happen.

Not because it's seen that exact vulnerability before, but because it actually understands what the code is doing. Here's an analogy. Traditional security tools are like a customs agent at an airport who checks every passport against a list of known criminals. If you're not on the list, you get through.

That's useful, but it's limited. Claude Code Security is more like a detective who watches how you move through the airport, notices you avoid certain cameras, observes that you checked your phone seven times in two minutes, and says something is off here, even if you're not on any list. That shift from pattern matching to actual reasoning is why this is so significant. Anthropic says during internal testing, Claude Opus 4.6 found over 500 vulnerabilities in production open source code bases.

Production. Open source. These are real systems used by real companies that have been publicly available and scrutinized by the developer community for years. And Claude found vulnerabilities that had gone undetected for decades.

Decades. Logan Graham is the leader of Anthropic's Frontier Red team, about 15 researchers whose entire job is to stress test Claude's most advanced models and figure out how they could be misused. He told Fortune that Claude Code Security is specifically designed to put this capability in the hands of defenders. He said, and I'm paraphrasing here, that the models are meaningfully better now, that the aging capabilities of Opus 4.6 mean it can actually investigate security flaws autonomously.

It doesn't need custom scaffolding, specialized prompting, or task-specific tooling. It just reads the code and finds the problems. That's a remarkable thing to say, because what he's describing is a model that can do at scale what a security researcher without the years of training can do, without the $200,000 salary, and without the burnout from staring at code all day. Now, let me give you the competitive context here, because this doesn't happen in a vacuum.

Four months ago, OpenAI launched its own cyber security automation tool. It's called Aardvark. It offers many of the same capabilities, scanning code for vulnerabilities, suggesting fixes, helping security teams move faster. The market noticed, but it didn't react the same way it did yesterday.

And why is that? It's because yesterday felt different, because Cloud Code security isn't being built as a standalone product. It's actually being built directly into Cloud Code, Anthropic's coding environment, which means it's not a separate subscription you have to buy. It's becoming a feature of a tool that developers are already using every day anyway.

That's the thing that spoked and spooked investors. Not just that another AI company entered the cyber security space. It's that Anthropic is embedding security into the workflow, into the place where code is written, which means potentially that security could just happen automatically as part of the development process, rather than being a separate audit, a separate vendor, or a separate budget line. And if that happens at scale, what does something like Crowd Strike sell you?

What does Okta's value proposition look like? What does the $100,000 per year enterprise security suite offer that you're not already getting from the AI tool your developers are using anyway? That's the question markets are asking. That's why the stocks moved.

I want to be clear about what this tool is right now, versus what markets are pricing in for the future. Right now, Cloud Code Security is a limited research preview. It's only available to enterprise and team customers. You have to connect it to a GitHub repository and ask it to scan your code.

Every finding goes through a multi-stage verification process before it reaches an analyst. There's a suggest fix button, but a human has to approve it. Nothing happens automatically. Nothing gets deployed without human review.

Anthropic is being genuinely cautious here. They're acknowledging openly, which I respect, that the same capabilities that help defenders find vulnerabilities could help attackers exploit them. They're releasing this slowly, gathering feedback, refining the system before broad deployment. So no, this is not a product that replaces Crowd Strike today.

I get the skepticism. The stocks moving 8-9% in a single day feels like an overreaction to a limited preview. But here's what I know about markets. They trade the direction of travel, not the fine print.

And the direction of travel is unmistakable. Anthropic themselves said in their release, we expect that a significant share of the world's code will be scanned by AI in the near future. A significant share of all the world's code scanned by AI. That is not a hedge.

That is a prediction from the company building the tool. And they built the same prediction into their product roadmap. This is version one of a research preview. What does version three of a production product look like in 18 months?

What does it look like when it's not just scanning for vulnerabilities, but autonomously testing defenses, simulating attacks and closing security gaps in real time, all without a human in the loop? That's what investors are pricing. Not today's tool, but tomorrow's trajectory. Let me give you a number that helps frame this.

The global cyber security market is estimated to be worth over $200 billion annually. That's a lot of money being spent on tools, services, personnel and infrastructure to keep software secure. And a meaningful chunk of that spending exists because finding and fixing vulnerabilities is hard, time consuming and requires expensive expertise. If AI can do that job, not perfectly, but substantially better and faster than the current approach, the economics of that market shift dramatically.

Not all of the spending goes away, but some of it does. And the parts that remain valuable are the parts that require judgment, context, relationships and real time threat intelligence that a static analysis of code can't provide. The companies that are going to survive this are the ones that recognize they're not in the scanning code for vulnerabilities business. They're in the keeping organizations secure business.

Those are related, but they're not the same thing. CrowdStrike, for example, has endpoint protection. It has real time threat intelligence. It has response capabilities.

It knows what's happening on your computers, your servers, your cloud environments in real time. That's not something Claude Code security replaces, at least not today. But Okta, whose stocks dropped 9.2% is more in the identity and access management space, helping companies manage who can log into what. And you can start to see how AI agents that understand authentication flows that can map how data moves for a system could start to eat into that value proposition over time.

SailPoint, which is down now 9.4% is in identity governance, managing user permissions across enterprise systems. Again, you can see how a sufficiently capable AI agent could start to automate parts of that workflow. These aren't companies that are about to disappear, but they are companies facing a serious strategic question about where the moat is and whether that moat is deep enough. Here's the part of the story which I think gets underreported.

Anthropx frontier red team, the 15 researchers who built this, spent over a year on this. They weren't just building a product. They were doing genuine security research. They were probing their own models for how they could be misused.

They were figuring out the responsible way to deploy a capability that in the wrong hands could cause serious harm. That's not nothing. That's actually meaningful because the dual use system in cybersecurity is real. The same tool that helps the vendors find vulnerabilities can help attackers exploit them.

The same AI that scans for your code for weaknesses can be prompted to scan your competitors code for weaknesses and then use those weaknesses against them. Anthropx is aware of this. The decision to release this as a limited preview, to require human approval for every suggested fix, to give expedited access to open source maintainers who often don't have the resources to do proper security audits. These are deliberate choices.

They're trying to get the benefits into the hands of defenders before attackers figure out how to weaponize this capability. Whether they succeed in that sequencing is an open question, but the intention and the effort behind it is real. I bring this up because it's easy to look at cybersecurity stocks, drop in and think AI bad, jobs bad, disruption scary. But there's another way to look at this.

There is an enormous amount of software in the world that has never been properly audited. There are vulnerabilities sitting in production systems right now. Vulnerabilities that may have been there for decades that nobody has ever found because humans needed to find them are too expensive, too scarce and too overwhelmed. If cloud code security helps fix that, if it makes the baseline security of software meaningfully higher across the industry, well that's genuinely good not just for companies but for regular people whose data lives in those systems.

The stock market reaction tells one story, the actual impact on security outcomes might tell a very different one. Let me zoom out one more level and put this into the broader pattern I've been watching. Two years ago AI was a feature. Companies were slapping AI powered on their marketing materials to get a multiple.

The actual AI in most of those products was marginal. Maybe it auto-completed a sentence for you or suggested a next step in a workflow or summarized a document faster than you could read it yourself. That was AI kind of nice to have, right? But what we're watching right now is AI becoming a replacement layer.

Not everywhere, not all at once, but in specific domains where the underlying task is fundamentally about information processing. Reading, analyzing, finding patterns, generating outputs. Security analyst is one of those domains. Code review is one of those domains.

Legal document review, financial analysis, and medical record interpretation. In all of those areas the core job is taking a large amount of information, find what matters, surface a relevant insight, and that is exactly what frontier AI models are now genuinely good at. The companies that build their businesses on doing that job, doing it well, doing it at enterprise scale, wrapping it in compliance frameworks and SLAs and support contacts and contracts, those companies are not disappearing. But their pricing power is changing, their TAM is changing, the number of people you need to hire to do the work is also changing, and investors who are supposed to be pricing future earnings are adjusting their models accordingly.

This is also the second AI disruption event that Anthropic has triggered this month. Three weeks ago the launch of Claude Cowork plugins sent a shudder through the entire enterprise software space. The idea that an AI agent could plug into your workflows, automate tasks across applications, and reduce the need for specialized software purchases, that was the first shock. Now this.

Two sector-wide sell-offs, three weeks, same company. I don't think this is a coincidence, I think Anthropic has decided that 2026 is the year they go from being an AI research company that happens to have products, to being an enterprise software company that happens to be built on AI. That's a different strategy, it has different implications for every company that sells software to enterprises. And the pace of this, two major launches in three weeks, each one moving entire sectors, that pace is itself the signal.

So what does this mean for you? Let me break it down. If you're a developer, pay attention to Claude Code Security, not because your job is at risk tomorrow, but because the tools you use are about to change dramatically. The developers who learn to work with AI security tools, who understand what they catch, what they miss, and how to interpret their output, are going to be more valuable not less.

The developers who ignore this are going to find themselves doing manual work that their peers are having automated. If you're in cyber security specifically as a practitioner, an analyst, a pen tester, a security engineer, this is a moment to think carefully about where your value is. The parts of the job that are about pattern recognition and rule application are about to get automated. The parts that are about judgment, context, business understanding, relationship management, and responding to live incidents, those are not going away.

Figure out which parts of your day-to-day are which, and lean hard into the parts that AI can't replace. If you're a business owner or a leader, there are two things to take away here. First, you may have access to security capabilities through your existing AI subscriptions that you didn't even know about. Claude Code Security is available to enterprise and team customers.

If that's you, it's worth understanding what it can do. Second, this is a reminder that the AI landscape is moving faster than most organizations can keep up with internally. The companies that are going to win this are the ones that have people whose job it is to track and translate into action, not the ones that are discovering these tools six months after their competitors. If you're an investor, I'm not a financial advisor, okay, so I'm not giving you investment advice, but I will say that when an entire sector drops eight to nine percent in a single day on a product announcement, the interesting question isn't, should I panic?

It's, is this a fundamental repricing or a headline over a reaction? And answering that question requires actually understanding what the technology does and doesn't do today versus what it would do in two years. Now here's where I land on all of this. Anthropic found over 500 vulnerabilities in production software during testing.

Vulnerabilities that had been sitting there undetected for decades. That's real, that's not a marketing claim, that's a research result from a team that spent a year building toward it. The market reacted because the market understands what it means when a general purpose AI model can do AI security research at that level. Not perfectly, not without human oversight, but substantially, meaningfully, at a scale that no team of human researchers could ever match.

We are at the part of the AI story where the capabilities are outrunning our institutional frameworks for dealing with them. The companies that were built to do specific high-value cognitive tasks are facing a question they've never had to face before. What happens when a general purpose AI model gets good enough to do what we do? Some of them are going to answer that question really well.

They're going to integrate these tools, reposition around what AI can't replace and come out the other side stronger. But some of them are going to try to defend the status quo, fight the transition and lose. The same question, by the way, applies to every single one of us as individuals. The world is not going back to the way it was.

The acceleration curve is not slowing down. In every work, every single week, there's a new capability, a new announcement, a new story about a model doing something that seemed impossible six months ago. I don't say that to scare you, I say it because the people who navigate this world are the people who face it honestly. Who ask hard questions about their own work, their own value, their own capability.

Who treat this as a genuine reckoning rather than a new cycle to scroll past. We're all in the middle of this transition. The gap between the people that are actively adapting and the people who are waiting to see how it shakes out, that gap is widening every single month. And the best thing I can tell you is, do not wait to see how it shakes out.

Start figuring out your piece of this right now. The cyber security stocks will probably recover, they always do, but the world they're recovering into is not the one they left. Thanks for watching, make sure you subscribe if you haven't already, and if you like learning stuff like this, if you want to learn how to grow your business with AI automation, feel free to check out the AI Profit Boarding. It's available, link in the comments description, or go to AIProfitBoarding.com and from there you can learn how we scale, grow and save time with AI automation inside our community.

More episodes

Browse all episodes →