Google says artificial intelligence helped it fix 1,072 security bugs in the last two versions of Chrome — more than the browser’s previous 23 releases combined. That’s not a typo. Chrome 149 and 150, both shipped in June, cleaned up more vulnerabilities than the roughly two years of milestones that came before them, which totaled 1,036 fixes. The company published the details in a blog post titled “Chrome, stronger with every update” alongside a white paper on its AI-assisted vulnerability pipeline.

Doug Turner, Chrome’s director of engineering, put it bluntly in a statement: large language models have “fundamentally shifted the economics of cybersecurity, transforming vulnerability discovery into an automated, industrial-scale operation.” For anyone running a browser for work — which is basically everyone — that sentence deserves a second read.
The Numbers Behind the Headline
Let me give you the scale. According to Google’s white paper, the two most recent Chrome stable releases fixed 1,072 security bugs. The previous 23 milestones, spanning about two years, fixed 1,036. One month of AI-assisted work essentially matched two years of human-led effort.
This isn’t just Chrome either. Microsoft announced earlier in July that it patched a record 570 security flaws in a single Patch Tuesday round, and it explicitly credited its own use of AI for the jump, as TechCrunch reported. Apple, by contrast, is on pace for roughly 482 fixes in 2026 — about the same as 2015. The divergence between companies leaning into AI-assisted security and those that aren’t is starting to show up in the data.
How Google Uses AI to Find Chrome Security Bugs
This didn’t happen overnight. Google has been working toward this for years:
- 2023: Started using LLMs to improve security fuzzing
- Later: Worked with Project Zero on Naptime, giving AI models specialized vulnerability research tools
- Big Sleep: An AI-powered discovery agent that found real flaws in Chrome’s V8 JavaScript engine and graphics components
- Early 2026: A Gemini-powered agent harness scanning the broader Chrome codebase while cutting false positives
One vulnerability the system surfaced was a Chrome sandbox escape that had sat in the codebase for more than 13 years. If exploited, it could have let a compromised renderer escape the sandbox and trick the browser into reading local files. A human team with a finite list of priorities can miss something like that for a decade. An automated agent that never sleeps doesn’t have that excuse.
Google is also asking developers to add SECURITY.md files describing trust boundaries and threat models, which helps its AI systems identify which operations actually carry security weight. The multi-agent setup isn’t replacing fuzzing — Google is careful to say the workflows help rather than replace existing testing — but it’s scaling what a small security team can accomplish.
The Triage Problem Just Got Easier
Finding bugs is one thing. Figuring out what to do with them is another, and that’s where the AI pipeline really earns its keep. Google says its automation now handles vulnerability triage: filtering spam and duplicates, reproducing proof-of-concept exploits, assigning severity ratings, and routing reports to the right developers.
The company estimates this saves hundreds of hours of developer time every month. In May alone, these systems reportedly prevented more than 20 vulnerabilities from reaching production, including one classified as critical.
The bug bounty program is feeling the shift too. By March 2026, Google had already received more Chrome security bug reports than during all of 2025. The flood forced Google to modify the Vulnerability Reward Program to prioritize reports that add value beyond what its automated tooling is already catching — which is a polite way of saying “please don’t send us the stuff our AI already found.”
Finding Bugs Faster Creates a New Problem: Shipping Fixes Faster
Here’s the part that should concern every developer and IT manager. Once a security fix is committed to Chrome’s public source code, attackers can inspect the change and reverse-engineer the vulnerability before the update reaches users. That gap between fix and distribution is a window, and AI is narrowing it from both sides.
Google knows this. It’s why Chrome is moving to a two-week release cycle with weekly security updates, and why it’s piloting two security releases per week. It’s also developing “dynamic patching” so Chrome can apply updates without restarting — starting with Chrome 150 on macOS, which can auto-restart in the background when no windows are open. The long-term goal is a browser that stays continuously updated, in the background, without interrupting your work.
This is the same patch-to-exploit pressure I wrote about when an AI built a working Chrome exploit from patch notes, and when GitHub slashed bug bounties on the exact day patch-to-exploit times hit N-hour speed. The attackers are already using this tooling. The defense has to move just as fast.
What This Means for the Rest of Us
As an ICT manager, I read this announcement differently than most security blogs probably do. The headline number is impressive, but the real story is what it does to my update strategy.
First, browser updates just became security-critical events. If your organization treats Chrome updates as a monthly, low-priority chore, that mindset is now actively dangerous. Two releases per week means your users need the update to reach them quickly — and that means testing less, auto-updating more, and accepting a faster cadence.
Second, the economics of vulnerability research have inverted. The value of human bug hunters hasn’t disappeared, but the baseline has shifted. If Google can triage thousands of reports automatically, small security teams can too — using the same class of tools. That’s a genuine opportunity for organizations that never had the headcount for a full-fledged AppSec program.
Third, this validates the direction beyond zero trust security has been pointing at all along. Static defenses assume the attacker comes later. AI-assisted patching assumes the attacker is already here, and the best you can do is close every window faster than they can climb through.
The AI Arms Race Is Already Here
Here’s the uncomfortable part nobody in Google’s announcement says out loud: the same LLMs finding bugs in Chrome are available to the people trying to break it. The wake-up call about AI agent security we’ve been circling all year is now arriving in patch form. Every AI-assisted fix Google ships is also a public lesson for attackers about what the vulnerability looked like.
That asymmetry is why the patch gap matters so much. It’s also why the supply chain conversations we’ve been having — like detecting compromised npm packages in your builds — are no longer optional hygiene. If the software you depend on is being patched at this cadence, you need to know what you’re running, when it updates, and what changed.
Bottom Line
The 1,072 number is a milestone, but it’s not the story. The story is that vulnerability discovery just became an industrial process, and the winners will be whoever adapts their patching, testing, and risk processes to that new pace.
For me, the practical takeaway is simple: turn on auto-update for your browser, stop treating security releases like an inconvenience, and start treating the update queue the way you’d treat any other critical production deployment. The AI era of security isn’t coming. It’s already shipping, every week, sometimes twice.