
AI is rewriting the engineering job description

By Loredana Moanga
AI is rearranging engineering roles rather than replacing them. The org chart stays roughly the same size, but every role on it is reorganising around a machine that now writes the code, and enough studies have accumulated to say what each role is turning into.
Juniors: the tasks went first
Juniors feel it first because their traditional work, the boilerplate and the starter tickets, is exactly what current tooling does well. The half of the trade that still pays, knowing whether generated code is right, is the one skill they have not built yet. A senior with a good agent setup can cover those tickets without waiting on anyone, so the economic case for hiring two juniors to support a senior weakens.
What the hiring data shows
The numbers show it, at least in the US, where three datasets each measure a different part of the pipeline. Stanford's Digital Economy Lab looked at actual paychecks, payroll records from ADP, the largest US payroll processor, though the researchers caution that AI may not explain the whole decline they found. A Harvard working paper compared firms that posted jobs for people to integrate generative AI against firms that did not, across 62 million workers and 285,000 companies, and while junior employment at the adopters fell, senior employment kept growing on its old trend. SignalFire tracks the hiring pipe itself, where new graduates are down to a single-digit share of big tech hires.
Whatever the split, the task logic is doing real work in hiring rooms right now, which is why the squeeze shows up at the bottom of the ladder first.
Cutting juniors breaks the senior pipeline
The same data carries a warning leadership tends to skip: juniors were the training stage for every future senior, always worth more than a pair of cheap hands. Cut the intake to zero and you are creating a mid-level shortage a few years out, and a leadership gap after that.
The pipe is tightening from the other end too, with Forrester expecting computer science enrolments to fall as students read the market, and AWS's own CEO has been blunt that treating juniors as disposable is short-sighted. Read the other way, the same math is an opening: teams that keep hiring juniors are building the mid-level bench their competitors are choosing not to, right as that bench gets scarce.
So the role develops upward. A junior is now expected to arrive AI-fluent, and the value of a good one is judgment rather than throughput: knowing when the generated code is wrong and being able to explain why. The bar has been raised, and the uncomfortable corollary is that fewer people currently get to start.
QA: execution goes to the agents, ownership stays
For quality assurance the same trade arrives as volume: machine-written code piles up faster than hand validation can keep pace. Agentic testing tools are being built to absorb the execution layer of the job, though in most enterprises they are still in pilots.
What the agents are absorbing:
- reading the requirements and generating the test cases
- running the suites and filing the bugs
- maintaining selectors, the brittle hooks a test uses to find elements on the page, which broke every time the UI moved
- watching what changed and repairing the tests that break
What the human keeps:
- defining what quality means for this product
- deciding where risk actually lives
- supervising the agents doing the mechanical work
- keeping the accountability when AI-built software fails at scale
Where the role lands
That second list sits higher up than the first, which makes this the sharpest identity shift of the three and in some ways the most positive: the role moves from executor toward orchestrator and strategist. The industry is pricing that in unevenly, with the World Quality Report finding 63 percent of respondents ranking generative AI among the leading skills for quality engineers while only 15 percent of organisations had scaled its use in QA.
One direction the role can take, and the one the industry writes about most, is the SDET, the software engineer in test. An SDET works inside the developers' codebase rather than alongside it, builds the shared test infrastructure while agents fill in the individual cases, and coaches the team on writing testable code. It is a destination, though not the only one, and the direction of travel matters more than the title: closer to the code, further from manual execution.
The trap is the same one agents set everywhere: rush in and you end up babysitting fragile, AI-generated tests that break constantly, which is worse than what you had. The teams that come out ahead run a hybrid, agents on the broad, changeable surface, deterministic and auditable scripts on the compliance-critical paths that have to be provable.
Seniors: the bottleneck moves onto their desk
If the juniors' problem is too little work reaching them, the seniors' is the opposite. When writing code stops being the constraint, everything downstream becomes it: review, architectural validation, integration, release, all of it running through the most experienced people on the team.
What happens after the code speeds up
What does that actually look like in a team's data? Faros AI compared each team's two lowest and two highest AI-adoption quarters across two years of telemetry from 22,000 developers, and found four downstream costs moving together:
Change from each team's two lowest to two highest AI-adoption quarters, across two years of telemetry from 22,000 developers. Exact figures from Faros AI's report.
In plain terms, pull requests arrived about half again as large, carrying about half again as many bugs. Incidents more than tripled, and code sat more than five times as long waiting for review. Those are correlations in one vendor's telemetry, not proof of cause, but Faros's label for the pattern, acceleration whiplash, captures the shape: real speed where the code gets written, compounding cost at every stage after.
The Pragmatic Engineer's 2026 surveypoints the same way, with agents taking on more of the writing while the practices for supervising them safely lag behind, many engineers and most engineering leadership skipping guardrails as basic as tests. One engineering lead described their employer rolling back some of its AI tools after quality dropped and production incidents got costly.
The skills that replace typing
So the senior job rebalances away from writing and toward everything that makes machine-written code safe to ship. The centre of that work is the operational context: the docs, tests, and checkpoints an agent works inside, the machinery around the prompt rather than the prompt itself. The skills that matter now all build it.
- Specification, briefing an agent precisely instead of prompting it vaguely, because a vague prompt returns something plausible and subtly wrong that costs more to find than to fix.
- Context engineering, maintaining the architecture docs, decision logs, and worked examples an agent reads, a real ongoing investment that used to live only in a senior's head.
- Decomposition, breaking work into pieces small enough to verify independently, so a bad assumption surfaces at step one rather than after a thousand interconnected lines.
- Workflow design, building the checkpoints where a wrong turn becomes cheap to catch.
Unglamorous as that list is, every hour spent on it raises what the agents can safely be trusted with.
The mentoring loop breaks
Another cost hides in this shift, and it closes the loop with the junior story. When a senior can hand a task to an agent instead of a junior, the mentoring that used to travel through delegation stops. The surveys are catching it: in LeadDev's 2025 survey of 883 engineering leaders, 38 percent agreed that AI tools have already reduced the direct mentoring juniors receive from seniors, with 28 percent disagreeing.
The loop breaks from the junior side too, because new developers are delegating their own learning to the model. In Fastly's survey of nearly 800 working developers, only 17 percent of juniors said they rework AI output enough to offset the time it saves, just over half the rate of seniors. Most juniors take the speed without the editing, while the seniors who would catch the habit are too buried in review to intervene.
The senior gets their draft faster and the junior loses the practice. That trade is efficient this quarter and expensive over a decade, and teams currently make it by default when it is still theirs to make deliberately.
The system underneath decides whether any of it works
Whether any of these shifts pays off is decided by the system around them, and DORA, Google's DevOps research program, measured exactly that in its 2025 report drawn from close to 5,000 professionals. AI adoption correlates with higher delivery throughput and still with lower delivery stability, teams shipping more while their changes fail more often.
That is the finding worth pinning to the wall. A team with clean architecture, fast feedback, strong tests, and a solid internal platform uses agents to get better, while a team without them generates instability faster, and in DORA's data the quality of the internal platform tracked closely with whether AI actually paid off.
This is why the role changes cannot be treated as an HR exercise. DORA has a name for the underlying cost, the verification tax: the time saved writing code gets re-spent auditing it. The tax gets paid whether or not the surrounding system is ready for it, which is the whole case for getting the system ready.
The view from Europe
Most of the evidence above is American, and reading it from Europe requires one adjustment: expect the same shifts, arriving later and less evenly, with the timing set less by worker appetite than by whether firms organise for the tools. The numbers behind that adjustment follow.
How far behind adoption actually is
Researchers from the St. Louis Fed, Harvard, Vanderbilt, and the WZB Berlin Social Science Centersurveyed workers on both continents in mid-2025 and again in early 2026:
| Workers using AI for their jobs | Share |
|---|---|
| US | 43% |
| UK | 36.3% |
| European average | 32% |
| Italy | 25.6% |
The intensity gap is wider still. AI now fills 5.2 percent of all US work hours, roughly double the share in the UK, Sweden, and the Netherlands, and more than triple the share in Germany, France, and Italy.
The firm side splits the continent further. Eurostat surveyed roughly 157,000 firms across 32 countries and puts the share using at least one AI technology at 20 percent on average, above 35 percent in Denmark, Finland, and Sweden and below 10 in six countries including Greece, Poland, and Romania. Europe is fragmenting the way its hiring data already suggested.
Why the gap is organisational
The detail worth more than any headline number comes from the same research: nearly all of the US-Europe gap disappears once you know whether the firm encourages the tools. In the US, 42 percent of workers report a manager who encourages AI use and provides specific tools, against 17 percent in France and 16 in Italy. The European lag is organisational rather than a matter of worker appetite, the same lever this article keeps pointing at.
What to do with the lag
Execution tells the same story. OMMAX and Statista+ surveyed 250 senior decision-makers across Germany, France, Italy, the Netherlands, and the UK, and found 79 percent of AI initiatives failing during or after the pilot stage, 35 percent inside the pilot and another 44 percent crossing from pilot to production.
For most European teams, then, the role changes above arrive as a planning horizon rather than a current-quarter emergency. The lag is only worth something if it gets spent, because the same St. Louis Fed team finds the early adoption leaders pulling further ahead since 2023. The Faros numbers are a preview of what unmanaged adoption does at full speed, and a European team that uses the gap to build the tests, the platform, and the operational context meets the wave with the system already in place.
Where this leaves the org chart
Every role moved in the same direction, up the stack toward judgment, specification, and verification. What differs is the pressure that pushed each one and what the role found when it got there.
| Role | The pressure | What the role becomes |
|---|---|---|
| Junior | Entry-level tasks go to the tooling and the intake shrinks | Arrives AI-fluent, valued for judgment over throughput |
| QA | Test execution goes to agents | Orchestrator and owner of quality, closer to SDET |
| Senior | Review and verification land on their desk | Designs the specs, decomposition, and checkpoints that agents work inside |
One caveat belongs here rather than in a footnote: the tooling that forced this rearrangement is itself changing faster than the research tracking it, and most of the evidence above was gathered on tools a generation behind what teams are deploying now. If agents get reliably good at verifying their own output, the scarce work moves again, so treat the table as a snapshot of the current balance rather than a destination.
The rearrangement pays off for the teams that build the platform and practices underneath it well enough to turn speed into shipped software rather than downstream chaos. So the one move that matters: redesign the work around the tools, and invest in the operational context the agents run inside, before racing to adopt more of them. And keep hiring juniors while you do it, because the one you bring on today is the engineer reviewing the agents' code in five years.
Sources
Junior hiring and employment
- Stanford Digital Economy Lab, "Canaries in the Coal Mine?" (updated November 2025)
- Hosseini and Lichtinger, "Generative AI as Seniority-Biased Technological Change" (Harvard working paper)
- SignalFire State of Tech Talent
- Indeed Hiring Lab, "The US Tech Hiring Freeze Continues"
- The Budget Lab at Yale and Brookings, "Evaluating the Impact of AI on the Labor Market"
- Iscenko and Curto Millet, "Looking for the Ladder: Is AI Impacting Entry-level Jobs?"
- IEEE Spectrum, "AI Shifts Expectations for Entry Level Jobs"
- Stack Overflow, "AI vs Gen Z"
- Forrester, "Predictions 2026 for software development" (via SD Times, forecasting 20 percent fewer CS enrolments)
- Fortune, "AWS CEO Matt Garman on why replacing junior staff with AI is bad for business"
QA and testing
- Capgemini, OpenText, and Sogeti, World Quality Report 2025-26
- The QA-to-SDET shift
- Tricentis, "QA trends for 2026"
- Agentic testing hybrid model
Seniors and the review bottleneck
- CIO, "GitHub Copilot is generating more code than your team can review"
- Faros AI, "The Acceleration Whiplash" AI engineering report
- The Pragmatic Engineer, "AI impact on software engineers 2026"
- LeadDev, AI Impact Report 2025
- Fastly, "Senior developers ship 2.5x more AI code than juniors"
The system underneath
- 2025 DORA Report, State of AI-assisted Software Development
- DORA, "Balancing AI tensions" (the verification tax)
Europe
- Bick, Blandin, Deming, Fuchs-Schündeln, and Jessen, "Mind the Gap: AI Adoption in Europe and the U.S." (St. Louis Fed, prepared for the Brookings Papers on Economic Activity)
- Euronews, "Why is Europe falling behind the US on AI adoption at work?" (the firm-encouragement figures from the same research)
- Indeed Hiring Lab, "AI Is No Longer Just a Tech Occupation Story" (US and Europe AI job-title adoption compared)
- The Pragmatic Engineer, "State of the software engineering job market in 2026" (UK and US vacancies up, Germany and France down)
- OMMAX, Statista+, Ibexa, and Make, European AI execution gap study (via Consultancy.eu)
Headline photo by Annie Spratt on Unsplash
Table of Contents
Juniors: the tasks went first
QA: execution goes to the agents, ownership stays
Seniors: the bottleneck moves onto their desk
The system underneath decides whether any of it works
The view from Europe
Where this leaves the org chart
Continue Exploring
You Might Also Like
A Pattern Language for Transformation
Browse our interactive library of 119 transformation patterns. Each one describes a specific architectural problem and a tested way to solve it, so your team can talk about real tradeoffs instead of abstract ideas.






