Google fixed more Chrome bugs in June than over the past two years, thanks to AI(blog.google)
572 points by Garbage 46 days ago | 599 comments
tl;dr: Google's Chrome team is using LLM-based agents (including Big Sleep and CodeMender) to automate vulnerability discovery, triage, and patching across the Chromium codebase, resulting in 1,072 security bugs fixed in Chrome 149 and 150—more than the previous 23 milestones combined. To keep pace, Google is shifting to two security releases per week, developing "dynamic patching" to avoid browser restarts, and accelerating memory-safety efforts via MiraclePtr expansion, spanification, and Rust migration. AI agents now also run in the CI/commit queue to catch vulnerabilities before code lands.
HN Discussion:
  • C++ memory issues prove the need for memory-safe languages like Rust, supporting Google's efforts
  • AI may be introducing new bugs or false positives that the article conveniently omits
  • The impressive numbers may be inflated by internal pressure or PR motivations rather than pure AI capability
  • AI is genuinely useful as a developer tool when used thoughtfully, validating its application here
  • ~Google's AI dominance in Chromium could harm the open-source ecosystem and community bug hunting