Developers Move Upstream to Orchestration
Diving deeper into
Zach Lloyd, CEO of Warp, on the 3 phases of AI coding
human developers have moved upstream in the development process to tech-lead orchestration
Analyzed 4 sources
Reviewing context
The key shift is that coding is becoming a management job before it is a typing job. As agents get better at taking a ticket, searching a repo, editing files, and running tests, the human developer spends more time deciding what should be built, what context the agent needs, and whether the resulting diff is correct. That pushes the center of work from hand editing toward task framing, review, and escalation.
-
In the autocomplete era, the human still wrote the function and the AI filled in lines. In the interactive agent era, the human starts with a prompt, then reviews code the agent produced. Warp describes the most useful screen in this workflow as the diff view, because review replaces typing as the main job.
-
This is why terminal and agent surfaces matter more. Warp positions the terminal as the place where an agent can touch Git, Docker, the filesystem, CI, and external tools in one loop. OpenAI and Anthropic made the same move with Codex CLI and the Claude Code SDK, both built for terminal based and programmable agent workflows.
-
The workflow also changes who has leverage. VS Code based tools like Cursor and Windsurf are easy to switch between because the editing environment stays familiar, but agent systems gain stickiness when they absorb team context, task queues, shared configs, and event driven automation. That is a harder workflow to swap out than an autocomplete box.
The next step is from supervised agents to background agents. The winning product will look less like an editor and more like a control room for parallel software work, where humans assign work, inspect diffs, and approve merges while agents react to bugs, tickets, and production events across the stack.