Career

What Happens When One Engineer Does the Work of Five?

The claim gets made constantly and almost never with a number attached. When someone did attach numbers — METR's randomized trial — experienced developers came out 19% slower while believing they were 20% faster. But suppose the claim were true. The consequences are stranger than the people making it seem to expect.

Published July 15, 20269 min readUpdated Jul 15, 2026

Written by · Full-Stack Agentic AI Software Engineer — AI Agents, Automation & Revenue Systems for GTM/RevOps teams

In brief

What actually happens if one engineer can do the work of five, and is the claim even true?

The claim is mostly unmeasured, and where it has been measured it went the other way. METR randomized 246 real issues across sixteen experienced open-source developers working on their own mature repositories and found them 19% slower with AI tooling, while they estimated they had been 20% faster. DORA's 2025 data does show throughput rising, but with delivery stability falling at the same time, so the extra output is partly being paid for in defects. Suppose, though, that a genuine 5x arrives for some class of work. The consequences do not look like a team of five becoming a team of one. Amdahl's law caps the gain at the automatable share of the work — coding measured at 21.0% of the developer workday in instrumented research — and Brooks's observation about communication overhead runs in reverse, so shrinking a team helps less than the headcount arithmetic suggests. The realistic outcome is more software of lower average quality, a widening gap between teams with verification discipline and teams without, and a serious bottleneck at review.

  • The 5x claim is almost always asserted from impression, and impression is exactly what METR showed to be unreliable by roughly 39 percentage points
  • Amdahl's law bounds the possible gain: if coding is 21% of the day, infinite coding speed makes the day 21% shorter before verification costs
  • Brooks in reverse — smaller teams do have less communication overhead, but the saving is bounded and the review bottleneck gets worse, not better
  • DORA's throughput-up, stability-down result is what partial success actually looks like, and it is not the same as five engineers' output
  • If the claim did hold, the binding constraint moves to review and verification capacity, which does not scale with the same tooling

Evidence notes

METR randomized controlled trial, July 2025

Sixteen experienced open-source developers worked 246 real issues drawn from their own repositories (averaging over 22,000 stars and a million lines), with each issue randomly assigned to allow or forbid AI tooling. Developers forecast a 24% speedup, estimated a 20% speedup after completing the work, and were measured 19% slower. The sample is small and the setting — experts on codebases they already knew deeply — is close to the least favourable case for AI assistance.

DORA 2025, State of AI-assisted Software Development

AI adoption correlates with higher software delivery throughput and higher delivery instability at the same time. In the 2024 data, each 25% rise in adoption was associated with roughly a 1.5% throughput drop and a 7.2% stability drop; throughput reversed sign in 2025 while stability did not recover.

Meyer et al., 'The Work Life of Developers' (IEEE TSE, 2017)

Instrumented monitoring of 20 professional developers across 220 work days measured coding at 21.0% of the workday, collaborative activities at 24.4%, email at 14.5% and work-related browsing at 11.4%. Outside planned meetings, developers switched activity every 0.3 to 2.0 minutes.

Veracode 2025 GenAI Code Security Report

More than 100 LLMs across 80 tasks; 45% of generated code introduced an OWASP Top 10 vulnerability, XSS failing 86% of the time, with larger models no more secure than smaller ones.

GitClear code quality analysis

Copy-pasted lines rose from 8.3% of changed lines in 2020 to 12.3% in 2024; refactored 'moved' lines fell from 24.1% to 9.5%. Block duplication measured per million changed lines climbed from 40.3 in 2023 to 73.0 year-to-date in 2026.

Continue with purpose

You have heard the claim. A small team with the right tooling now does what used to take five people, or ten, and the org chart is about to be rewritten.

Two things are worth doing with that. First, ask whether it's true, because it is almost always asserted without a number. Second — and this is the more interesting exercise — grant it, and follow the consequences. They are not the ones the people making the claim seem to expect.

Is there any measurement behind it?

Very little, and the best-designed study we have points the other way.

METR ran a randomized controlled trial: sixteen experienced open-source developers, 246 real issues from their own repositories, each issue randomly assigned to allow or forbid AI tooling. Not benchmarks. Actual work on codebases averaging over a million lines that these people already knew intimately. Readers who reach what happens when one engineer does the work of five through a growth or RevOps role will want the team at XenGrowth alongside this.

They were 19% slower with AI available. Beforehand they had forecast a 24% speedup; afterwards, having done the work, they estimated a 20% speedup.

I want to be fair about how far that generalises. Sixteen developers is a small sample, the tooling was early 2025, and the setting is close to the worst case for AI assistance — experts on mature code they already understood, where the tool's main advantage of knowing things you don't barely applies. On unfamiliar code or in a rusty language the result would likely flip.

But the perception gap generalises much further than the slowdown does. Roughly 39 percentage points of error, in the flattering direction, by experts assessing their own labour. Every 5x claim you have heard was produced by exactly that mechanism: somebody consulting their impression of their own week.

Nobody making the five-engineers claim has ever shown me a before-and-after cycle time. The claim is always about how the work felt.

DORA's 2025 data is the honest middle position. Throughput genuinely is up — teams ship more than they did. Delivery stability is still falling. So the extra output is real and it is partly being paid for in defects, which is a very different proposition from five people's work appearing for free. On the operations side of this specifically, The XenGrowth resource library is worth reading.

What caps the gain even if the tooling is perfect?

Amdahl's law, and the numbers are unkind.

Speed up one part of a system and your total improvement is bounded by how much of the system that part was. Meyer et al.'s instrumented study of 20 developers over 220 work days measured coding at 21.0% of the workday, against 24.4% on collaborative activities, 14.5% on email and 11.4% on work-related browsing.

Make coding instantaneous and the workday gets 21% shorter. That is the ceiling, before subtracting the time spent verifying output you didn't write. A 5x on the whole job would require automating things that are not code at all — the meeting where scope gets decided, the conversation with the stakeholder who changed their mind, the afternoon spent working out what the customer actually meant.

If you automate...

Share of the day

Best-case reduction in the day

All coding, perfectly, with zero verification cost

21.0%

21%

All coding plus all work-related browsing

32.4%

32%

Everything except collaborative work

~75%

75% — and this is fantasy, not a forecast

Collaborative work (meetings, email, negotiation)

24.4%

Not automatable in any near-term sense

To get 5x — an 80% reduction — you would have to automate essentially everything including the collaboration, and do it with no verification overhead at all. Against a measured 45% security-flaw rate in generated code, the verification overhead is not zero.

But suppose it were true anyway. Then what?

This is the part worth thinking about properly, because the interesting consequences don't depend on the claim being wrong.

The bottleneck moves to review

If one person produces five people's output, somebody still has to check it — and review capacity does not scale with the same tooling, because reviewing requires understanding, which is the expensive direction. Veracode's 45%, and Stack Overflow's finding that 'almost right' output makes debugging slower, both land squarely on the reviewer. On AI agents and marketing automation specifically, XenGrowth on AI agents and marketing automation is worth reading.

So the team of five doesn't become a team of one. It becomes one person generating and several people trying to keep up with reading, which is a worse job than the one they had and a genuinely difficult thing to staff.

Brooks runs in reverse, but not as far as you'd like

Brooks's observation was that communication paths grow quadratically with team size, so adding people to a late project makes it later. Run it backwards and a smaller team really does carry less coordination overhead — that part is real, and it is the strongest argument for the small-team thesis.

The limit is that the coordination you remove is internal. The meetings with the customer, the sales team, the compliance review and the other department don't disappear because your team got smaller. Meyer's 24.4% collaborative figure is mostly external, and it survives the reorganisation intact.

Software gets more plentiful and worse on average

This is the outcome I'd bet on, and GitClear's numbers already show it beginning. Copy-pasted lines up from 8.3% to 12.3%, refactored lines down from 24.1% to 9.5%, and block duplication climbing from 40.3 to 73.0 per million changed lines. More code, less structure. For the AI search, GEO and discovery angle, see XenGrowth on AI search, GEO and discovery.

That's what a supply shock looks like in any market. Quantity rises, average quality falls, and the variance widens dramatically — because the teams with real verification discipline convert the extra capacity into more good software, while the teams without convert it into more of what they were already producing. DORA's framing, that AI amplifies what a team already is, is the same observation.

Naive expectation

What the evidence suggests instead

Teams of five become teams of one

Teams stay similar and the review queue becomes the constraint

Costs fall proportionally

Costs shift from writing to verification and incident response

Everyone ships five times as much

Strong teams gain, weak teams accumulate instability (DORA)

Fewer engineers needed

BLS still projects 15% growth; the shortage moves to senior judgment

Quality is unaffected

Duplication up, refactoring down, delivery stability falling

Where the claim is closest to true

It would be dishonest to leave this without naming the cases where something near a 5x genuinely does show up, because they exist and they are not trivial. They share a shape: work where the expensive part was never the thinking.

  • Greenfield projects with no existing codebase to be consistent with — the context gap costs nothing when there is no context yet

  • Throwaway work: prototypes, internal scripts, one-off migrations, anything where being subtly wrong has almost no consequence and nobody will maintain it

  • Work in an unfamiliar language or framework, where the alternative was hours of documentation reading rather than minutes of typing

  • Mechanical transformation at volume — reshaping a hundred files the same way, writing the tedious half of a test suite, converting between formats

  • Solo work with no review requirement, where the verification cost is simply not being paid rather than being cheap

Notice that the last item is doing quite a lot of the work in most 5x stories. An individual building something alone, quickly, with nobody reviewing it and no production consequences is genuinely much faster than they used to be. That is a real and useful capability. It is also the specific situation whose economics do not transfer to a team maintaining a system that other people depend on, which is what the org-chart argument is actually about.

The honest version of the claim is therefore narrower and still significant: the cost of producing software that nobody has to maintain has collapsed. What has not moved much is the cost of producing software that many people depend on for years, because almost none of that cost was ever in the typing.

How would you know if it were happening to you?

Not by asking, which is the entire lesson of the METR result. If you want to know whether your team got five times more productive, the good news is that this is measurable with data you almost certainly already have.

  1. Cycle time on comparable work, measured over a quarter rather than a sprint. Comparable is doing the work in that sentence — cherry-picking the greenfield tasks will show you a 5x that isn't there

  2. Change-failure rate alongside it, always. DORA's whole finding is that these two decoupled, and looking at throughput alone will tell you everything is going wonderfully

  3. Review turnaround and PR queue depth. If output rose and this got worse, you have not gained capacity — you have moved the constraint and stopped measuring where it went

  4. Incident count and mean time to resolution. This is where 'almost right' code eventually shows up, on a lag long enough that nobody connects it to the tooling decision

  5. Duplication trend in your own repository. GitClear's numbers are industry-wide; yours are computable, and the trend matters more than the absolute figure

If those five numbers all improve together, you have something real and you should tell people, because almost nobody has published such a result. If throughput improved and the rest got worse, you have reproduced DORA's finding in miniature, which is useful in a different way.

What you should not do is what the claim's proponents mostly do, which is to notice that the week felt fast and extrapolate an org chart from it. Sixteen experts did exactly that under controlled conditions and were wrong by 39 points.

Further reading from XenGrowth

Where this work meets go-to-market

If what happens when one engineer does the work of five is part of a growth programme rather than a standalone build, XenGrowth, who work on the commercial side of this is the companion reading.

Apply this article

How to turn insights into execution

A practical sequence for teams turning concepts into production outcomes.

CareersAIProductivityTeam StructureSoftware EngineeringResearchcareer

Audit your current state

Map the bottlenecks and constraints connected to the article’s core problem.

Choose one bounded change

Test the most useful recommendation on one workflow before widening the scope.

Measure what changed

Keep the parts that improve the work, document what failed, and make the next decision from evidence.

Next step

Need help applying this in your stack?

I can translate these patterns into a concrete implementation plan for your team.

Discuss implementationBack to blog

Replies usually within 24 hours.

Next Steps

Continue reading

Will AI Cut Engineering Jobs, or Multiply Their Leverage?

Both answers are already true, for different people. The payroll data shows a 19% employment gap opening for 22-to-25-year-olds in AI-exposed jobs while experienced workers show no gap at all. That split is the actual story, and it is not the one either side of the argument is telling.

Navigate

Coding Is the Smallest Part of Software Engineering

When researchers put monitoring software on 20 professional developers' machines for 220 work days, coding came out at 21% of the day. Not because those developers were slacking — because the other 79% is the job. AI automates a slice of the 21%.

Navigate

How AI Agents Change the Shape of Engineering Teams

Not by shrinking them. Conway's law says you ship your communication structure, and an agent adds throughput without adding a communication participant — so the structure stays and the queue moves. DORA already measured where it moved to.

Navigate

Debugging Is Becoming More Valuable Than Writing Code

Stack Overflow's 2025 survey found the top developer frustration wasn't AI being wrong. It was AI being almost right — output that compiles, looks correct, and costs you an afternoon. That failure mode moves work out of writing and into diagnosis, and diagnosis was already the expensive half.

Navigate

How Long Should a Deep Work Block Actually Be?

The '90-minute focus cycle' gets quoted as settled science. The research it's built on is real, genuinely interesting, and considerably less precise than the number implies.

Navigate

How Much Does a Single Interruption Really Cost?

The number everyone quotes — multitasking costs you 40% of your productivity — is real, but it isn't from the study everyone cites it from. The study measured something smaller, stranger, and more useful.

Navigate

What to Learn When AI Can Already Write the Code

The useful question isn't what AI can do — it's what it structurally cannot. Veracode ran 100+ models across 80 tasks and 45% of the output carried an OWASP Top 10 vulnerability, with larger models no better than small ones. That failure has a shape, and the shape tells you what to learn.

Navigate

Are Junior Developer Jobs Disappearing? What the Data Says

Entry-level hiring at the tech majors is down 65% since 2019 and Stanford measures a 19% employment gap for 22-to-25-year-olds. But an LSE paper covering 243 million hires found that when you control for remote work, the AI effect largely vanishes. The cause matters, because the two have opposite fixes.

Navigate

What Sleep Debt Does to Engineering Judgment

The finding that should worry you isn't that six hours of sleep degrades performance. It's that in the study which established it, subjective sleepiness stopped tracking objective decline — the impaired group did not know they were impaired.

Navigate

The Software Engineer of 2030 Will Look Different

Most predictions about this are unfalsifiable, so here are five that aren't. Each one names what would have to be true, and what evidence would prove it wrong — including the two I think are most likely to age badly.

Navigate