Google patched more security vulnerabilities in Chrome during June alone than it had fixed over the entire previous two years, crediting AI and large language models for the acceleration.

The search giant deployed machine learning tools to identify bugs in its browser code, dramatically speeding up vulnerability detection and remediation. This marks a turning point in software security: instead of waiting for researchers to discover flaws or relying on manual code reviews, AI systems now scan repositories continuously and flag potential issues at scale.

Microsoft has already demonstrated similar results with its own products. Both companies represent a broader industry shift toward AI-assisted security patching, where language models analyze code patterns, identify anomalies, and surface problems developers might miss.

The scope is striking. Chrome's bug-fixing acceleration translates to thousands of vulnerabilities addressed in a single month compared to incremental fixes over 24 months prior. Each patch reduces attack surface and closes windows for exploitation by hackers.

However, the scale raises questions about triage and severity classification. More bugs found does not necessarily mean more critical ones were discovered. Security experts need to ensure that AI tools distinguish between minor issues and exploitable vulnerabilities. A flood of patches also risks overwhelming users and creating compliance challenges for enterprises managing large device fleets.

The approach reflects maturing AI capabilities in code analysis. LLMs trained on billions of lines of publicly available code can learn patterns associated with bugs, memory leaks, and logic errors. They apply this knowledge to proprietary codebases, catching issues humans routinely overlook during review cycles.

For users, faster patching cycles mean shorter windows for zero-days to remain unpatched, assuming deployment keeps pace with fixes. For developers, the pressure increases to maintain code quality against automated scrutiny. For security researchers, the landscape shifts from hunting bugs toward analyzing the broader implications of AI-accelerated discovery.

Google has not detailed which specific vulnerability categories benefited most from AI