Vulnerability Research Is Cooked
Summary
Thomas Ptacek's blog post, "Vulnerability Research Is Cooked," published on April 3, 2026, asserts that advanced frontier models will profoundly and rapidly transform vulnerability research and exploit development within months. He predicts a "step function" change where a significant portion of high-impact vulnerability research, potentially most of it, will involve simply directing an AI agent at source code to discover zero-day exploits. Ptacek attributes agents' efficacy to their inherent knowledge, pattern-matching capabilities, and brute-force search. These models encode vast correlations across source code, understand documented bug classes like stale pointers and type confusion, and excel at the implicit search problems involved in pattern-matching bug classes and constraint-solving for reachability and exploitability. The article was partly inspired by a Security Cryptography Whatever podcast episode featuring Anthropic's Nicholas Carlini.
Key takeaway
For security researchers and CTOs evaluating cybersecurity investments, understand that the economics and practice of vulnerability research are undergoing a rapid, fundamental shift. Your teams should explore integrating frontier AI models into their exploit development workflows now, as these agents can automate significant portions of zero-day discovery, potentially reducing manual effort and accelerating threat identification. Failing to adapt risks falling behind in identifying and mitigating critical vulnerabilities.
Key insights
Frontier AI models will drastically accelerate vulnerability research by automating zero-day exploit discovery.
Principles
- AI agents excel at pattern-matching bug classes.
- Exploit outcomes are testable success/failure trials.
Method
Point an AI agent at source code and instruct it to "find me zero days," leveraging its encoded knowledge of bug classes and correlation across codebases.
In practice
- Use AI agents for automated exploit development.
- Leverage AI for constraint-solving in vulnerability research.
Topics
- Vulnerability Research
- AI Agents
- Exploit Development
- Frontier Models
- Bug Classes
Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Security Engineer, AI Scientist, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Simon Willison's Weblog.