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

SDL Project Bans AI-Written Commits in Response to GitHub Issue
The SDL project has implemented a policy banning AI-generated commits after a GitHub issue raised concerns about Copilot usage in code reviews. The issue specifically mentions reviews #13277 and #12730 as examples where AI assistance was detected.

Claude Design Billing Bug: Extra Usage Purchase Doesn't Apply, Support Bot Traps Paying Users
A Claude Design user paid $20 for extra usage via the in-app purchase flow, but credits don't apply to Claude Design's separate usage limit. Support bot Fin misreads the issue, loops on irrelevant responses, and blocks new tickets with no human escalation.

Anthropic separates Claude subscriptions from third-party tool usage
Anthropic is ending Claude Pro/Team subscription coverage for OpenClaw usage starting April 4, requiring separate pay-as-you-go billing for third-party harnesses. Users must enable 'extra usage' in account settings to continue using Claude through OpenClaw.

Claude outperforms Gemini, ChatGPT, and Grok in real-time Python coding challenge
A developer tested Claude, Gemini, ChatGPT, and Grok in a real-time Python coding tournament where AI-generated bots competed to find words on a 15×15 letter grid. Claude won decisively.