MilikMilik

AI Bug Hunters That Write Their Own Patches Are Rewiring Security Work

AI Bug Hunters That Write Their Own Patches Are Rewiring Security Work
Interest|High-Quality Software

AI security agents are turning bug fixing into a semi-autonomous pipeline

AI security agents are specialized systems that perform code vulnerability scanning, confirm which bugs are exploitable, and generate automated patch suggestions so human developers can focus on reviewing and approving meaningful security fixes instead of hunting through noisy reports. This is not a minor tooling upgrade; it is a shift toward a security workflow where machines do most of the searching and drafting, while people make the final calls. Google’s new CodeMender preview sits squarely in this trend: an AI bug hunter that scans code for security flaws, confirms they are exploitable, and then writes patches for developers to review. In parallel, Microsoft and Wiz report that their multi-model AI bug detection harnesses catch more than 90% of benchmarked vulnerabilities, and they remediate many of them automatically. Together, these systems start to look less like linters and more like always-on, self-improving security teammates.

AI Bug Hunters That Write Their Own Patches Are Rewiring Security Work

From passive scanning to AI that proves and patches vulnerabilities

CodeMender is opinionated about how security work should run: fast, continuous, and backed by proof. It operates in three stages, moving from code vulnerability scanning to exploit confirmation and then to patch creation. First it scans repositories for issues that static tools often miss, including memory corruption, injection flaws, web security problems, cryptographic weaknesses, and insecure data handling across languages like C/C++, Go, Java, Python, Ruby, Rust, and TypeScript. Second, instead of stopping at a pattern match, it tries to confirm exploitability by building a proof-of-concept and running it in a customer-controlled sandbox, which sharply cuts false positives. Third, once a flaw is confirmed, the agent writes a patch, then checks that patch with another model acting as judge to catch regressions before a developer ever sees the diff.

Multi-model AI bug detection: why two (or three) models beat one

While Google focuses on an end-to-end agent, Microsoft and Wiz argue that the big win comes from orchestrating several AI models, each specialized for a security task. Their results are hard to ignore: Wiz’s Project Atlas reports a 90.9% success rate on the CyberGym benchmark and has already uncovered more than 200 zero-day security holes in widely used open-source projects. Microsoft’s MDASH harness goes even further, claiming a 95.95% success rate on CyberGym, beating rival models tested on the same benchmark for how well AI systems find real vulnerabilities in code. In a quotable summary of this philosophy, Wiz researchers state that “no single model is best at everything, and none stays state of the art for long”. Their architecture routes each step—threat modeling, hunting, validation, proof generation—to whichever model scores best for that job, and hands the hardest 10% of MDASH tasks to a larger model only when needed.

AI Bug Hunters That Write Their Own Patches Are Rewiring Security Work

Automated patch generation is changing developer workloads, not replacing them

The deeper impact of these AI security agents is on how teams spend their time. Google is explicit that CodeMender is meant to move organizations “from passive scanning to automated code remediation” and help reduce zero-day risk. In practice, that means developers are presented with ready-made diffs instead of raw vulnerabilities: once a flaw is confirmed, the agent writes a patch and validates it before sending it on. The patch reaches the developer as a code diff, and no change reaches a repository without manual approval. This keeps developers firmly in control of production code while stripping away large chunks of manual triage and remediation work. Meanwhile, Microsoft and Wiz argue that multi-model systems not only detect more issues but also save customers money by reserving frontier models for the tasks that truly need expert reasoning. Automated patch generation is no longer a research demo; it is becoming a practical way to shrink vulnerability backlogs and shorten remediation cycles.

Why this wave is happening now—and what it means next

This shift is happening because attackers already use AI to speed up recon and exploit development, and defenders need automation that moves at the same pace. At the same time, Wiz’s experience shows that pointing a single frontier model at a codebase once is not sustainable: deep scans are expensive, results go stale as code changes constantly, and point-in-time analysis cannot provide the continuous coverage modern environments need. The response is architectural, not just algorithmic. Google says CodeMender’s harness is continuously updated with the latest research and skills, and plans to support third-party frontier models later in the year. One version, paired with Gemini 3.5 Flash Cyber, is currently limited to a small set of governments and trusted partners, with access expanding over time. Wiz describes its own bet as an architecture that improves as models evolve, with rigorous validation so every finding arrives with evidence, not a plausible guess. The message to development teams is clear: the future of security is continuous, AI-assisted, and still human-approved.

Milik earns a commission when you shop through our links, at no extra cost to you. This article was generated with AI from published sources and product data.

You May Also Like

Comments
Say something...
No comments yet. Be the first to share your thoughts!