# From Implementer to Orchestrator

> How the role is evolving from writing every line to directing intent, constraints, and verification.

- **Source:** https://ainativesoftware.engineering/roadmap/day-1/from-implementer-to-orchestrator
- **Site:** AI-Native Software Engineering — https://ainativesoftware.engineering/book

- **Day:** 1 · position 2 of 5
- **Reading time:** 1 minute
- **Day overview:** [Day 1](https://ainativesoftware.engineering/roadmap/day-1.md)

How the role is evolving from writing every line to directing intent, constraints, and verification.

## Theory

The traditional model had engineers as primary *implementers*: they translated specs into code, wrote tests, and owned the mechanics of delivery. AI coding tools are shifting that.

### The vibe-coding trap

"Vibe coding", describing what you want in plain language and letting the AI fill in the rest, works for demos and prototypes but not for production. The AI guesses; when you build on guesses, things break in surprising ways. The move to **AI-Native Engineering** is to treat AI as a partner you direct, not a magic box.

### The new role

Engineers become **orchestrators**: they define *intent* (what we want and why), set *constraints* (architecture, standards, non-goals), and own *verification* (tests, reviews, quality gates). The agent handles first-pass implementation; the engineer reviews, corrects, and steers. Ownership of code, especially for new or ambiguous problems, still rests with engineers; agents take on the mechanical, multi-step work.

**Theory resources**

- [The Developer as Orchestrator: AI Native Development in Practice | Zen van Riel](https://zenvanriel.nl/ai-engineer-blog/developer-orchestrator-ai-native/)

## Practice

Run this in a repository you already know, not a toy project.

List three tasks you currently do that you would delegate to an AI agent first, and three you would always review or own yourself. Compare with a colleague if possible.

- **Previous topic:** [What Is AI-Native Engineering?](https://ainativesoftware.engineering/roadmap/day-1/what-is-ai-native-engineering.md)
- **Next topic:** [What AI-Native Engineers Actually Do](https://ainativesoftware.engineering/roadmap/day-1/what-ai-native-engineers-actually-do.md)

---

_AI-Native Software Engineering by Alfonso Graziano (O'Reilly Media, Early Release; print edition February 2027). Every page of ainativesoftware.engineering is also served as Markdown: append `.md` to any URL. Index: https://ainativesoftware.engineering/llms.txt — whole site in one file: https://ainativesoftware.engineering/llms-full.txt._
