Full Story here:
The developer of Firefox says it has "completely bought in" on AI-assisted bug discovery.
arstechnica.com
AI can clearly help with vulnerability discovery, but “zero-days are numbered” is still a very strong claim.
What this likely means
If Mozilla’s numbers are accurate, the important part is not just the model itself, but the surrounding workflow:
- A specialized model tuned for vulnerability research
- A custom harness to give the model better context and structure
- Human validation before findings are treated as real issues
That is much more believable than the idea of an AI model simply reading a huge codebase and reliably finding critical bugs on its own.
Why the result matters
Finding 271 flaws in two months with “almost no false positives” would be significant because false positives are one of the biggest practical problems in automated security testing.
In general, many automated tools can produce large numbers of low-value findings. If Mozilla genuinely reduced that noise, then the real advance may be in making AI-assisted triage useful enough for daily engineering work, not in “solving” vulnerability discovery.
Why some skepticism is still reasonable
There are a few points that still matter before drawing broad conclusions:
- “Vulnerabilities found” does not automatically mean critical or exploitable in practice
- The severity distribution matters a lot
- Independent reproduction would matter more than a vendor-style success story
- Results in Firefox may not transfer cleanly to other codebases, languages, or development practices
- “Almost no false positives” is encouraging, but the exact benchmark and validation method matter
A tool can be very good at surfacing real bugs while still missing entire classes of vulnerabilities. That is why I would treat this as a strong engineering result, not proof that defenders now have a decisive long-term advantage.
The broader security takeaway
AI is probably going to improve both sides:
- Defenders can audit large codebases faster
- Developers can catch classes of bugs earlier
- Attackers can also use similar systems to find weak points more efficiently
So the likely outcome is not the end of zero-days, but a faster and more automated vulnerability discovery race.
Bottom line
Mozilla’s reported result sounds important if the validation holds up, especially the low false-positive rate. But it is best understood as AI becoming a more practical security research assistant, not as the end of zero-days or a decisive win for defenders.