"We Might All Be AI Engineers Now" — Developer Essay on Architecture-Led AI Coding Goes Viral
Developer Yasin Taşdemir published a widely-shared essay titled 'We might all be AI engineers now' on March 6, 2026, arguing that the key skill shift in software development is not prompt engineering but rather systems architecture and problem decomposition — because AI models execute well only when directed by engineers who deeply understand what good software looks like. The essay, which drew 108 Hacker News points and 156 comments, details Taşdemir's personal workflow using multiple parallel AI agents for debugging and code generation across complex concurrent systems involving graph traversal, AST parsing, and file system watchers. The post catalysed a substantial HN discussion on the boundary between 'vibe coding' and AI-assisted professional engineering.
Key Takeaways
- Taşdemir's core thesis: AI executes code but engineers design systems — the differentiating skill is knowing what architecture to reach for, understanding tradeoffs, and recognising when the model is wrong
- Personal workflow: multiple parallel AI agents for debugging, code generation across complex systems (concurrent graph traversal, multi-layer hashing, AST parsing, file system watchers) — ships in hours what took days
- 108 HN points and 156 comments as of March 6, 2026; post updated with clarification that all AI-generated output is reviewed line by line before shipping
Original source: yasint.dev