Chrome Now Patches Twice a Week: AI Bug Hunting Is Rewriting Browser Security

Google Chrome now ships security patches about twice a week — two June releases alone fixed 1,072 bugs. AI-accelerated bug hunting is changing the browser's update rhythm, and what that means for users, businesses, and developers.
Chrome's New Rhythm: Patches Twice a Week
Google Chrome has always been aggressive about shipping security updates. A decade ago, the very fact that the browser shipped patches every six weeks was considered a controversial novelty — Chrome was the first major browser to introduce automatic updates. Today, that six-week cycle feels like ancient history: in July 2026, Google announced that Chrome now ships security patches about twice a week.
According to a report covered by Wired, the browser's two major version releases in June included fixes for 1,072 security bugs — more patches than the Chrome team shipped across the previous 23 major releases combined. This is neither a random spike nor a one-off record: Google is already moving toward a new normal — a major release every two weeks, plus weekly security updates and, for now, security patches shipping twice a week.
The reason fits in one word: artificial intelligence has accelerated bug discovery to an unprecedented scale — and now the entire industry is adjusting to that pace.
The AI With an Encyclopedia of Bugs
Chrome's security team has relied on machine learning for a long time — it has used automated fuzzing and vulnerability discovery since at least 2012, as Parisa Tabriz, Chrome's vice president and general manager, puts it, "before AI was called AI." But this year the picture changed radically: "It really feels like an inflection point both for offense and defense."
What's different? Google is training large language models with encyclopedic knowledge of Chromium's history: every CVE, every bug ever found and — most importantly — every line of code, together with the reason why that line was changed at some point in Chromium's history. That context lets the models zero in on weaknesses across Chrome's massive and complex codebase — including features that are no longer under active development and attract less human attention, such as the document printing module.
"We're training our model such that it knows about every security vulnerability that we have seen in the past," says Doug Turner, Chrome's director of engineering. The result: AI not only finds new bugs but also helps triage them and develop patches — the entire pipeline gets faster.
Numbers That Change the Standard
1,072 bugs in two releases — more than the previous 23 releases combined. Some of these bugs are reported by external researchers — thankfully, the security research community remains active — but the main driver of the surge is Chrome's own internal process: the integration of AI tools into vulnerability discovery, triage, and patch development.
The historical context: Chrome used to ship on a six-week cycle and moved to four weeks in 2021 (with an eight-week channel for enterprises that need a slower cadence). Now that rhythm has been compressed dramatically. And since Chrome is the world's most widely used browser — holding the overwhelming majority of market share — this change touches billions of users. What's more, Chromium is the open-source engine behind Edge, Brave, Opera, and Vivaldi, so the new cadence effectively applies to the entire browser ecosystem, including the browsers used across the Georgian market.
What This Means for the Everyday User
First and foremost: for the average user, the process is almost invisible. Chrome installs updates automatically in the background, and most security patches don't even require a browser restart. This is exactly why a "new Chrome version" goes unnoticed for most people.
But there is another side: update fatigue. When updates arrive twice a week, many users get used to clicking "later." And that's precisely the dangerous part: every postponed patch is a window for attackers. Bugs discovered by AI are not only findable by Google — once details become public, they quickly become the basis for exploits. So delaying a security update is riskier today than ever before.
This is especially relevant in Georgia: many users still work on older computers where the latest Chrome version often isn't installed. An old browser version plus rapidly evolving threats is the most vulnerable combination there is.
Fortunately, the automatic update mechanism is built exactly for this problem: users don't need to do anything, it's enough that the browser gets restarted once in a while. On mobile — where a large share of Georgian users primarily access the internet — Chrome on Android receives updates through the Play Store and is usually already installed before you even think about it.
The Burden on Businesses and Developers
For enterprises, the new rhythm becomes an operational challenge. In corporate environments, updates rarely happen fully automatically: Chrome Enterprise requires testing, compatibility checks with internal applications, and policy management. Patching twice a week means IT teams face a permanent "update queue" — and anyone who misses even one cycle inherits a growing pile of unpatched vulnerabilities. Many Georgian companies still rely on older infrastructure — outdated Windows versions and non-automated patching — where keeping up with the new pace is even harder.
Special attention is needed by companies using Chromium-based kiosk mode — cash register systems, self-service terminals, queue management screens, which are increasingly common in Georgian restaurants and shops. Such systems often miss updates because they run in "frozen" environments — and they become the easiest targets once vulnerability details go public. If your business uses such terminals, the update policy is no longer "IT's business" — it is operational risk management.
For developers, "it works in Chrome" is no longer a sufficient guarantee. The engine changes so fast that the risk of regressions grows — which is exactly why automated testing (including AI-based tooling) is becoming a mandatory part of web development. The browser vendor's problem has become part of every developer's daily routine: those who used to check a new version once a month now do it every week.
"For Now" — How Long Can This Pace Last?
The "for now" in the headline isn't accidental. "Will that last forever? Who knows," says Turner. Researchers suspect the wave of AI-found bugs may be temporary: in a mature product like Chrome, there eventually comes a point where most of the bugs that AI can find have already been fixed.
In parallel, Google isn't stopping at whack-a-mole patching. The team is making structural changes: rewriting significant portions of C++ code in Rust — a memory-safe language that eliminates entire categories of memory-related bugs by design. In Tabriz's words, the industry is heading toward a new equilibrium, but the optimism is cautious: "My highest hope is that everything gets more secure. But I don't assume everything is going to just get better. I don't think it's going to come for free."
For Georgian businesses and developers, there is one practical takeaway: frequent updates are not an inconvenience today — they are the price of security. And while the industry searches for a new equilibrium, the best strategy is simple: update on day one, automatically, relentlessly. AI has accelerated the discovery of bugs; our job is to install the patches at the same speed.