The bugs were always there — AI just learned to see in the dark.

The Summary

The Signal

AI security tools are doing what they were always going to do. They're reading every line of code in every major tech product and finding what human reviewers missed for years. The result looks like an explosion of new vulnerabilities, but that framing misses the point.

These flaws were already in production systems. They were already exploitable. The difference is that now we can see them at scale, catalogued in databases that security teams can actually work through. AI agents scanning codebases don't get tired. They don't skip functions that look boring. They check every conditional, every input handler, every place where user data touches system logic.

"The bugs were always there — AI just learned to see in the dark."

The pace matters because it changes the security economics:

  • Manual code audits cost $200-500 per hour and catch maybe 60-70% of critical flaws
  • AI-assisted scanning runs continuously at near-zero marginal cost and catches patterns humans wouldn't think to check
  • The gap between "shipped" and "secure" just became measurable in real time

This creates a new kind of pressure. When vulnerabilities stayed hidden in complexity, companies could ship fast and patch later. When an AI agent can file 847 CVE reports about your authentication system before lunch, "patch later" stops being a viable strategy. Every software company now has to decide: do we slow down shipping to harden what we build, or do we accept that our security posture is now a live public feed?

The second-order effect is more interesting. As AI finds flaws faster, attackers get AI that exploits them faster. The window between discovery and weaponization is collapsing. Security teams using the same AI tools to scan their own code are now racing against adversarial models doing the same scan with different intent.

The Implication

If you're building software, your threat model just changed. The baseline is no longer "good enough for a human auditor to miss." It's "hardened against an AI that never sleeps and reads code like you read headlines." That means automated testing becomes non-negotiable, and security debt stops being something you can ignore until the next funding round.

For buyers of enterprise software, this is leverage. Ask vendors what they're doing with AI-powered security scanning. If they can't show you the work, they're the ones getting scanned by someone else's agents first.

Sources

Bloomberg Tech