QCon London 2026: Tools That Enable the Next 1B Developers
Summary
Ivan Zarea, Director of Platform Engineering at Netlify, presented "Tools That Enable the Next 1B Developers" at QCon London 2026, discussing how AI tooling is reshaping web development. Netlify has grown from 6 million to 11 million developers in under a year, mirroring trends at Vercel, Supabase, and Replit. This growth includes many new builders who do not self-identify as "developers," such as domain experts creating internal tools. Zarea outlined three pillars for tool building: developing expertise, which emphasizes architecture over code production; honing taste, focusing on design for both human and AI agent users; and practicing clairvoyance, anticipating an agentic future. He cited Next.js's explicit support for agents via `agents.md` files and MCP, and noted the rising adoption of Vite and the decreasing cost of framework rewrites.
Key takeaway
For CTOs and VP of Engineering overseeing platform strategy, the surge in non-traditional developers and AI agents demands a re-evaluation of your toolchain and architectural guardrails. You should prioritize forward compatibility and design principles that serve both human and agent users, establishing clear security and data exposure policies to manage the risks of a 10x expanded builder base. Consider frameworks like Next.js that explicitly build for an agentic future.
Key insights
AI tooling is rapidly expanding the developer base, necessitating new approaches to tool design and platform architecture.
Principles
- Architecture choices outweigh raw code production.
- Design tools for both human and AI agent users.
- Anticipate an agentic future in tool development.
Method
Tool builders should focus on forward compatibility, redesign CLIs for agent parsing, and integrate agent-specific features like `agents.md` files and MCP support into frameworks.
In practice
- Implement proprietary test suites to protect IP.
- Redesign CLIs for AI agent parsing.
- Integrate `agents.md` files into frameworks.
Topics
- AI Tooling
- Developer Platforms
- Web Development
- Agentic AI
- Platform Engineering
Best for: Investor, CTO, VP of Engineering/Data, Software Engineer, AI Engineer, AI Architect
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by InfoQ.