Simon Willison discusses the *AI inflection point* in late 2025, where coding agents (GPT 5.1, Claude Opus 4.5) became highly proficient, making *code generation cheap*. He explores the rise of *agentic engineering* and the concept of *dark factories* where AI writes and tests most software, while also highlighting the *mental exhaustion* of working with these powerful tools and the *challenges for mid-career engineers*. Willison also warns about the *lethal trifecta* and the *Challenger disaster of AI* due to unresolved prompt injection vulnerabilities.
Summarized by Podsumo
AI's Inflection Point: Late 2025 marked a significant leap in AI coding capabilities, with models like GPT 5.1 and Claude Opus 4.5 becoming reliable enough to generate *10,000 lines of functional code daily*, making prototyping almost free.
Dark Factories & Agentic Engineering: The future of software development involves "dark factories" where AI agents write and test code with minimal human review, requiring *professional engineers to master "agentic engineering"* to harness these tools effectively.
Impact on Engineering Careers: While AI amplifies experienced engineers and accelerates onboarding for new ones, *mid-career engineers face the most uncertainty*, needing to adapt by becoming more ambitious and learning to leverage AI for self-improvement.
The Lethal Trifecta & Challenger Disaster AI: Willison warns of a *"Challenger disaster of AI"* stemming from the "lethal trifecta" – combining *private information access, malicious instructions, and data exfiltration* – a prompt injection vulnerability that remains fundamentally unsolved and poses significant security risks.
Practical Agentic Engineering Patterns: Effective AI use involves "hoarding" knowledge (e.g., in GitHub repos), employing *Red/Green Test-Driven Development* (AI writes and runs tests), and starting projects with *well-structured templates* to guide AI's coding style.
"Today, probably 95% of the code that I produce I didn't type it myself."
— Simon Willison
"Using coding agents well is taking every inch of my 25 years of experience as a software engineer. And it is mentally exhausting."
— Simon Willison
"My prediction is that we're going to see a challenging disaster. Like at some point this is going to catch up with us and it's going to be very, very, very bad."
— Simon Willison