AI-First Engineering Teams: What Roles Will Disappear (and Which Will Rise)
How AI agents are reshaping software teams, which roles are getting compressed, and which new engineering functions are becoming core.
The Shift Is Already Happening
The conversation ended quietly, at least for anyone paying attention. Stripe's engineering team says its Minions coding agents now account for more than 1,300 merged pull requests per week, up from more than 1,000 in its earlier write-up. Humans still review the code, but the agents write it end to end.
What's striking is not just the volume. It's the infrastructure surrounding it. Stripe says Minions run against the same internal developer tooling and release process engineers already trust, and Coinbase describes a similar pattern in its own internal AI-agent work: production agents only became credible once the company invested in repeatable graphs, auditability, and operational guardrails rather than treating the model alone as the product.
The broader numbers reinforce what individual teams are experiencing. Capgemini's World Quality Report 2024 says 68% of organizations are either already using generative AI in quality engineering or have roadmaps following successful pilots. McKinsey, meanwhile, notes that as much as 70% of the software used by Fortune 500 companies was developed 20 or more years ago, which is exactly the kind of backlog agentic tooling is positioned to attack.
These aren't projections about some distant future. They're the current operating conditions for teams with the infrastructure to support it—and the gap between those teams and everyone else is widening.
Roles on the Decline
Entry-level coding tasks—migrations, glue code, documentation, security patches, technical debt cleanup—represent the primary targets for AI automation. These are essential but repetitive: exactly the category AI agents handle most efficiently.
For engineering specifically, the trajectory is clearer. McKinsey data shows 70% of Fortune 500 companies' software was developed 20+ years ago. Legacy modernization—migrations, refactoring, API updates—represents a massive backlog that AI agents can address at scale. Junior developer roles focused primarily on implementing well-specified, routine tasks face the most direct competition.
Manual QA positions face similar pressure. IDC FutureScape: Developer & DevOps 2024 predicts 80% of software tests will be AI-generated by 2028. That projection places the industry just three years from a fundamental shift in how code quality is assured. Teams that once employed dedicated testers to construct coverage suites now face a landscape where coverage generation is automated—and where AI spotted 42% to 56% of potential security and compliance concerns in OutSystems and KPMG research.
DevOps engineers whose primary contribution involves manually triggering pipelines or managing routine deployment sequences are equally exposed. The rise of event-driven automation—agents launched by Sentry alerts, Slack commands, or GitHub webhooks—eliminates the need for human-initiated routine tasks.
The New Engineering Hierarchy
The contraction of some roles opens space for others—and those emerging positions didn't have job descriptions three years ago.
Coinbase's Enterprise Applications and Architecture team spun up an Agentic AI Tiger Team to see what was actually possible. Six weeks later, two automations ran in production; two more were finished in development. The real measure of success wasn't the output itself—it was the multiplier effect. More than half a dozen engineers later self-served on the patterns after the initial setup, essentially cloning the capability across the org without waiting for another formal project.
The time compression tells the story. Building a new agent that once took twelve weeks now takes under one week. Not twelve weeks versus eight—twelve weeks versus days. That's not incremental improvement; it's a fundamental shift in what one engineer can accomplish in a sprint.
These gains aren't isolated to Coinbase. They signal a broader restructuring underway at organizations with the infrastructure to support it. As AI handles more execution work, the scarce functions shift upstream: designing the systems that agents operate within, establishing the guardrails that keep them from drifting, measuring outcomes, and iterating on the prompts and workflows that make them useful. Engineering teams that built their career ladders on writing code line by line are discovering that the rungs have moved.
The new specializations look different from traditional engineering roles. Prompt engineering, agent orchestration, AI systems architecture, and reliability engineering for autonomous systems were fringe discussions only a few years ago. Now the compensation signals around adjacent roles are already strong.
The engineers who thrive in this hierarchy won't necessarily write more code. They'll design the contexts that make AI-generated code worth writing.
| Emerging Function | Closest Public Market Anchor | Current U.S. Pay Signal |
|---|---|---|
| AI Orchestration Engineer | Machine learning engineer | Indeed reports an average base salary of $189,061 in the United States, updated June 15, 2026 |
| Agent Security Auditor | Cybersecurity engineer | Indeed reports an average base salary of $129,106 in the United States, updated June 15, 2026 |
| Human-AI Workflow Designer | Technical product manager | Indeed reports an average base salary of $141,914 in the United States, updated June 14, 2026 |
Exact public compensation for titles like "AI orchestration engineer" is still sparse, which is itself revealing: the role taxonomy is newer than the labor-market data. But the adjacent market signals are already plainly six-figure. Reliability engineering shows the same pattern. Indeed reports an average U.S. reliability engineer salary of $119,263, while the Bureau of Labor Statistics reports a 2024 median wage of $124,910 for information security analysts. The money is already flowing toward the people who design, secure, and govern autonomous systems.
Why Most AI Coding Tools Hit a Ceiling
Despite the productivity numbers, most AI coding initiatives fail to reach production. 68% of organizations are now utilizing generative AI to advance quality engineering—but that adoption rate masks a deployment gap. The tools that succeed share a common characteristic: production-grade infrastructure.
Current AI assistants like GitHub Copilot, Claude Code, and Cursor operate primarily in local or IDE environments. They suggest code; they don't execute against production systems. Enterprise adoption faces concrete blockers: data residency requirements, SOC 2 compliance concerns, and the fundamental risk of granting autonomous agents access to internal services.
The solution requires isolated, sandboxed execution environments—containerized workspaces or worktrees where agents can operate against mirrored production stacks without exposing secrets or breaching compliance boundaries. Companies like Coinbase, Stripe, and Ramp have built this infrastructure layer internally to enable AI agents to ship code reliably at scale.
What AI-First Teams Actually Need
Production deployment isn't a feature request—it's a prerequisite. Teams that treat agent infrastructure as an afterthought end up with agents that overwrite each other's work, access resources they shouldn't touch, and produce outputs no one can trace back to a source. The fundamentals are unglamorous but non-negotiable: container isolation, immutable audit logs covering every tool call and decision, scoped credential management, and event-driven triggers that let agents respond to Sentry alerts or Slack commands without waiting for someone to initiate them manually.
Coinbase's framework for enterprise agents cuts through the noise. Their six principles read like operational common sense once you see them laid out: define the job before building the agent (if a human couldn't succeed with the standard operating procedure, the agent won't either); architect the graph rather than the chat (LLM calls as one testable, monitored node in a larger system); and treat observability as a baseline requirement, not a luxury. They use a second language model to spot-check outputs and assign confidence scores, design for auditability from day one rather than bolting it on later, and default to the simplest viable runtime—adding complexity only when specific use cases demand it.
The business case practically writes itself. Coinbase documented more than 25 hours per week reclaimed through two automations running in production within six weeks. That's the kind of ROI that makes infrastructure investment a different conversation with leadership—one grounded in output rather than speculation.
The Path Forward
The transition won't happen all at once. Engineering leaders need to map it in phases—starting with the quiet acknowledgment that the job description is changing. Writing code will matter less than deciding what code should exist, reviewing with actual judgment, designing systems that hold together under pressure, and knowing which questions are worth asking. Repetitive work that once consumed five engineers doesn't need five engineers anymore. But the work that requires genuine expertise—architecture, critical tradeoffs, understanding business context—stays firmly human.
The productivity gap between teams augmented with AI and those running traditional workflows will crystallize into either a competitive advantage or a liability. Capgemini's World Quality Report 2024 found 68% of organizations now utilizing generative AI for quality engineering—numbers that suggest the adoption curve isn't flattening, it's steepening. That means organizations face a non-negotiable list: build infrastructure that can handle autonomous agents, create new role categories around oversight and orchestration, and retrain engineers for judgment work instead of implementation work. SmartBear's research reinforces this, noting that AI is changing software testing fundamentally—shifting teams from executing tests manually to orchestrating quality strategically.
First-mover advantage isn't a cliché here. Teams that build production-grade agent infrastructure today will write the operating model for 2028. Those that wait will spend the next three years playing catch-up—and in technology, that window closes faster than most organizations realize.