From Coder to Creator: The Rise of the Agentic Builder
For most of software's history, the job has been the same at its core: translate human intent into machine instructions, one line at a time. The tools changed, from punch cards to assembly, assembly to C, C to managed runtimes and cloud SDKs, but the developer's hands were always on the keys, producing the implementation.
In Episode 24 of Agentic SaaS Talks, the panel put a name to what's replacing that model. Builders are moving up a layer: away from writing every line of implementation and toward directing AI agents, composing managed services, and shipping on product judgment instead of typing speed. The person doing that job has a new shape, and it's worth describing precisely, because the headlines ("AI replaces engineers") are getting the story almost exactly backwards.
What "up a layer" actually means
Every meaningful advance in software has been a move up a layer of abstraction. Compilers meant you stopped hand-writing assembly. Cloud meant you stopped racking servers. Managed services meant you stopped operating your own databases. Each shift didn't eliminate the work below it. It absorbed it, freeing humans to spend their scarce attention higher up.
Agents are the next layer. The implementation (the for-loops, the boilerplate, the glue code, the fortieth CRUD endpoint) is increasingly something you delegate and review rather than author. What stays human is the part agents are worst at: deciding what to build, why it matters, what "correct" means, and whether the result is actually good.
That's the agentic builder's center of gravity. Less coder, more creator: someone who holds the intent and the taste, and uses agents as the production capacity. Put plainly: an agentic builder is a software creator whose primary output is direction and judgment (specifying what to build and what "correct" means) while AI agents produce most of the implementation.
This isn't just panel speculation. GitHub's own large-scale study of how its most advanced developers now work, Developers, Reinvented, found they had "moved from writing code to architecting and verifying the implementation work that is carried out by AI agents," and that they "now focus on the delegation and the verification of a task." GitHub's 2025 Octoverse put it even more bluntly, describing the shift from "code producers to creative directors of code."
Intent engineering: the real new skill
The panel put a name to the real new skill: intent engineering. It's easy to dismiss as a rebrand of "prompting," but it's a bigger and more durable skill than writing a clever prompt.
Intent engineering is the discipline of making what you want legible, to an agent and to the humans who'll inherit the result:
- Specifying outcomes, not keystrokes. You describe the behavior, the constraints, the edge cases, and the definition of done, then let the agent find the implementation. The skill is in the specification being complete enough to be unambiguous and small enough to be executable.
- Decomposing work into agent-sized units. Long, sprawling specs fail; agents lose the thread the same way a junior engineer would with an oversized, under-specified ticket. Right-sizing the unit of work is its own craft.
- Designing the feedback loop. Tests, types, linters, and acceptance criteria are how the agent knows it's wrong before you find out it's wrong. An agentic builder invests in that scaffolding because it's what makes delegation safe at speed.
Notice that none of this is about typing faster. It's about thinking more clearly and communicating it precisely, which is why the panel argued that communication skills, long treated as a "soft" nice-to-have for engineers, are quietly becoming load-bearing. OpenAI's Sean Grove made the same point at this year's AI Engineer World's Fair: "The person who communicates most effectively is the most valuable programmer." Or, as Andrej Karpathy quipped, "the hottest new programming language is English."
Developers as shepherds, not typists
A useful mental model from the episode: the developer as a shepherd of agents. You're no longer the single craftsperson producing every artifact; you're directing a small flock of capable-but-fallible workers, each fast and tireless and occasionally confidently wrong.
That changes the daily rhythm of the job:
- Review becomes the bottleneck, not authorship. When an agent can produce a thousand lines in a minute, your throughput is gated by how fast and how well you can judge a thousand lines. AI can ship bugs at scale just as easily as features.
- Running more experiments becomes cheap. Because the cost of a first draft collapses, the optimal strategy shifts toward more parallel attempts (try three approaches, keep the best) rather than carefully hand-crafting one. As a16z's Anish Acharya observes, what "used to take weeks can now take an hour or less"; building small, throwaway apps "is starting to feel like doodling in a notebook."
- Taste and judgment compound. The builders who win aren't the ones who can produce code (everyone can now); they're the ones who can reliably tell good from bad, and steer toward good.
The panel was blunt about where this gets hard: testing is the hardest part of AI-generated code. An agent will happily write a plausible-looking test that asserts the wrong thing, so verifying the verifier becomes part of the job, and the data backs the worry. Google's 2024 DORA report found that AI adoption came with "an estimated reduction in delivery stability by 7.2%," concluding that "AI does not appear to be a panacea." GitClear's analysis of 211 million changed lines found copy-pasted code rising from 8.3% to 12.3% while refactoring collapsed: volume up, durability down. And in Stack Overflow's 2025 Developer Survey, 46% of developers said they don't trust the accuracy of AI output, with 45% calling debugging AI-generated code "time-consuming." More code, more often, is not the same as more working software, which is exactly why human judgment moves to the center.
The junior engineer question, reframed
The most charged debate, on the panel and in the industry, is whether agents kill the junior engineer and the product manager. The lazy version says yes: if an agent does the entry-level work, why hire entry-level people?
There's real signal under the anxiety: Stanford's Digital Economy Lab found that early-career workers (ages 22 to 25) in the most AI-exposed jobs saw a 16% relative decline in employment, concentrated where AI automates rather than augments. But the episode's answer was more careful, and more correct. The work juniors did is being automated. The reason juniors existed, to grow into the people who exercise judgment, hold institutional knowledge, and steer the system, has not gone anywhere. As Google's Addy Osmani puts it, "without juniors today, there are no seniors tomorrow." If anything that's more acute now, because:
- Institutional knowledge still matters. Agents don't know why your billing system has that one weird exception, why a past migration failed, or which customer the awkward edge case protects. That context lives in people, and it's exactly what makes their direction of agents valuable.
- Someone has to become senior. A pipeline that hires zero juniors is a pipeline that produces zero future seniors. The role changes (tomorrow's junior learns to direct and review agents from day one rather than grinding out boilerplate), but the apprenticeship doesn't disappear.
- AI is becoming a programming language. The panel's framing: working through an agent is itself a new language to be fluent in. Juniors who grow up native to that language may end up more capable, faster, than the generation that had to unlearn old habits.
The role isn't being deleted. It's being rewritten, and the rewrite starts earlier in a career, not later.
Hiring for AI-native teams
If the job has changed, the hiring rubric has to change with it. GitHub's Octoverse research captures the destination: "the value of a developer is shifting toward judgment, architecture, reasoning, and responsibility for outcomes." A few shifts the episode pointed toward:
- Hire for judgment and communication over raw syntax recall. The candidate who can clearly specify a problem, decompose it, and critique a flawed solution is worth more than the one who can reproduce an algorithm from memory. The agent will write the algorithm.
- Value the ability to design feedback loops. Engineers who instinctively reach for tests, types, and acceptance criteria are the ones who can let agents run fast without letting them run wild.
- Blur the PM/engineer line, deliberately. When implementation is cheap, the scarce skill is deciding what's worth building, a product muscle. The strongest agentic builders carry both: enough product sense to choose the right thing, enough engineering rigor to verify it was built right. Humanloop's Raza Habib frames the convergence well: "prompt engineering makes product managers more like engineers and AI assistants make engineers more like product managers."
- Look for people who run experiments. When a first draft is nearly free, the instinct to try several approaches and measure, rather than defend one, is a competitive advantage.
The bottom line
The agentic builder isn't a developer with a faster autocomplete. It's a different role with a different center of gravity: holding intent and taste, directing fleets of agents, and being accountable for judgment that machines can't yet exercise.
"From coder to creator" isn't a slogan about replacing engineers. It's a description of where the human value moves when the implementation layer gets absorbed, the same way it moved when compilers and cloud absorbed the layers below. The work below you gets automated. The work of deciding what to build, what's correct, and what's good becomes the whole job.
For the full conversation, including the CAMP stack (Cloud, Agents, Managed services, Platforms), control planes as the new agent workflow, and the token economics of running agents 24/7, watch Episode 24: Up a Layer: The Rise of the Agentic Builder and the CAMPstack.
By Michael Cooper, Agentic SaaS Talks
About the Author
Michael Cooper
Co-Host
Seasoned strategist who empowers technical founders to build, scale, and win in competitive markets. Specializes in strategic partnerships, ecosystem development, and go-to-market strategy for cloud and AI platforms. Former Global Sales leader for Microsoft Cloud and author. Founder of The Tributary AI, based in the United States.
Connect on LinkedIn