Netlify CTO Dana Lawson: Writing Code Is No Longer the Job

Netlify CTO Dana Lawson made a provocative claim: "Writing code is no longer the job." In a recent interview, she argues that the role of developers is shifting from writing code to orchestrating AI agents and designing user experiences. Engineers become "agent experience engineers" who curate agent outputs, set boundaries, and manage system reliability—not write every line.
Lawson emphasizes that developers will still need deep technical understanding to verify agent-generated code, but the daily activity changes to prompt engineering, feedback loops, and integration testing. She draws a parallel to how cloud abstraction shifted ops work: "Just like we stopped managing servers, we'll stop writing boilerplate code."
The interview touches on Netlify's internal use of AI coding agents. Lawson says they already use agents for routine tasks like writing tests and configuration files, freeing engineers to focus on architecture and user-facing features. She warns that teams who resist this shift will struggle to keep velocity: "The bottleneck is no longer writing code—it's deciding what to build and how to orchestrate."
Key takeaways for developers using AI agents
- Shift mindset: Treat agents as junior engineers that need supervision, not replacements. Review their output as you would a pull request.
- Design for agent interaction: Build clear APIs, documentation, and feedback loops so agents produce correct code without manual handholding.
- Focus on experience: With agents handling implementation, developers spend more time on system design, user research, and edge-case handling.
The full discussion on Hacker News (49 comments) debates whether this vision is realistic or hype. Some commenters note that agents still require heavy debugging for complex logic, but agree that the trend toward orchestration is inevitable.
📖 Read the full source: HN AI Agents
👀 See Also

Claude AI Spends 81 Minutes on 'Real Thinking' – User Report Spikes Around Major Updates
A user reports Claude AI spent 1 hour 21 minutes on a simple task, speculating that performance spikes happen briefly after major updates. Example: a research request scanned 5,113 sources in one session but later only 100-200 sources for similar queries.

SwitchBot's AI Hub Set to Integrate OpenClaw for Enhanced Smart Home Automation
SwitchBot's AI Hub is about to get a significant upgrade with the integration of OpenClaw. This move promises enhanced automation and smarter home management capabilities.

Anthropic Copyright Settlement Details for Developers
Anthropic settled a $1.5 billion copyright class action over using works to train AI models. Eligible copyright owners can claim $500–$3,000 per validated work with a March 23, 2026 deadline.
Why Write Code in 2026: Human Coding Still Matters for AI Agents
Doug Turnbull argues that even with powerful AI coding agents, humans must write code to understand architecture, reduce fragility, and guide agents effectively.