
devtools.fm: Developer Tools, Open Source, Software Development Dana Lawson - Netlify
5 snips
Feb 9, 2026 Dana Lawson, CTO at Netlify and former engineering leader at GitHub and New Relic, discusses Netlify's evolution and AI-powered developer tools. She covers Agent Runners, the MCP server, and the emerging Agent Experience (AX) concept. The conversation also touches on how hiring and tooling adapt in the age of AI.
AI Snips
Chapters
Transcript
Episode notes
Valibot Started As A Bachelor’s Thesis
- Dana Lawson wrote Valibot as her bachelor's thesis and iterated it publicly with community feedback.
- The project gained rapid traction after she announced it and received extensive suggestions during development.
Modularity Shrinks Bundle Size
- Modular architecture lets you import only what you use so build tools can tree-shake effectively.
- This design reduced Valibot's bundle impact to roughly 100KB or smaller in most cases.
Design Small Replaceable Building Blocks
- Design APIs as small, replaceable building blocks to force consistency and composability.
- Make each function do one job so users can swap or copy pieces without breaking the system.
