OPEN_SOURCE ↗
HN · HACKER_NEWS// 27d agoTUTORIAL
Willison publishes agentic engineering patterns guide
Simon Willison launches a multi-chapter guide defining agentic engineering — building software with coding agents like Claude Code and OpenAI Codex that can both generate and execute code. The guide documents emerging practices for engineers who want to amplify their expertise through agents rather than just autocomplete.
// ANALYSIS
Willison's guide arrives at the exact moment the industry is debating what "software engineering with AI" actually means — and he's giving it a name, a definition, and a methodology.
- –Defines agentic engineering around one core principle: agents run tools in a loop, and code execution is what separates them from chatbots
- –The human role shifts from writing code to specifying problems precisely, verifying outputs rigorously, and updating instructions as agents iterate
- –Code is now "inexpensive" — the new scarcity is domain expertise and the judgment to navigate architectural tradeoffs
- –Recommends test-first development with agents so they can verify their own output without constant human supervision
- –The guide is designed to evolve over time — living documentation, not a frozen snapshot — covering testing, code understanding, and practical techniques
// TAGS
agentai-codingllmdevtoolprompt-engineeringagentic-engineering-patterns
DISCOVERED
27d ago
2026-03-16
PUBLISHED
27d ago
2026-03-16
RELEVANCE
8/ 10
AUTHOR
lumpa