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

✍️ OpenClawRadar📅 Published: June 8, 2026🔗 Source
Netlify CTO Dana Lawson: Writing Code Is No Longer the Job
Ad

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."

Ad

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

Ad

👀 See Also