Going Full AI Engineer: Not Touching Code Anymore

Max Heyer (enum, Wunder Software) has stopped writing code entirely. He now works exclusively through AI agents: he architects, writes specifications, reads diffs, and rejects agent output that doesn't fit. He hasn't typed a function, bug fix, or feature in months — and says he wouldn't go back even if AI coding disappeared tomorrow.
Key points from his post:
- Workflow: He writes specifications, then watches multiple agents implement them. He reads every diff and rejects agent ideas that solve the wrong problem or have fake test coverage.
- What changed: The typing was always overhead — the real work was deciding what the system should do, choosing abstractions, and managing complexity. Agents eliminated the translation step.
- Skill shift: The critical skill is now taste — spotting bad designs, load-bearing assumptions, and when test coverage is insufficient. He reads more code now than before, because he's reviewing agent output rather than typing.
- Honest take: He says if AI coding disappeared tomorrow, he would quit coding entirely. His identity as someone who writes code is now contingent on a tool stack that could regress — and he's fine with that.
- Not vibe coding: He warns against letting an agent generate code you don't read into a system you don't understand. That leads to production issues you can't debug at 3am.
Who it's for: Developers using AI coding agents who question whether their role is shifting from writing code to evaluating it.
📖 Read the full source: HN AI Agents
👀 See Also

NVIDIA announces NemoClaw with OpenShell security features
NVIDIA announced NemoClaw at GTC, building on OpenClaw to add enterprise-grade security through OpenShell, which enforces policy-based privacy and security guardrails for AI agents.

Claude-Code v2.1.74 Release: Memory Leak Fixes, Context Optimization, and Plugin Improvements
Claude-Code v2.1.74 fixes a critical memory leak in streaming API responses that caused unbounded RSS growth on Node.js/npm code paths. The update adds actionable suggestions to the /context command and introduces the autoMemoryDirectory setting for custom auto-memory storage.

WhatsApp Auto-Reply Bug Silently Drops Media Images in OpenClaw 2026.4.2
A bug in OpenClaw 2026.4.2 causes WhatsApp auto-replies with MEDIA:./path/to/image.png to silently drop images while text-only replies work fine. The same agent configuration works correctly on Telegram.

AI Data Centers Increase Local Temperatures Up to 9.1°C, Study Finds
A University of Cambridge study found AI data centers raise land surface temperatures by an average of 2°C after operations begin, with extreme cases reaching 9.1°C increases affecting areas up to 10 kilometers away.