AI coding: faster MVP, slower review, and the security bill nobody mentions

ermantrout1 pts0 comments

AI coding: faster MVP, slower review, and the security bill nobody mentions · Okane Land<br>dark

The Study · Explainer<br>AI coding: faster MVP, slower review, and the security bill nobody mentions<br>the editors · 8 min read · researched<br>AI coding genuinely speeds up a new build and quietly taxes everything after it: review, maintenance, and security. Here is what to do about it, then the research that backs it.<br>In 2025, the research group METR ran a controlled trial: experienced developers fixing real issues in their own large codebases, with and without AI tools. Before they started, they expected the AI to make them about 24% faster. Afterward, they believed it had made them about 20% faster. The clock said they were 19% slower with it.

Feeling faster and being faster are not the same thing, and that gap is the whole problem. AI coding is the least understood tool most people have ever rushed to depend on. The real answer to “does it make you faster” is “sometimes, and you are a poor judge of which times.” The rest of this is which times, and what it costs when you guess wrong.

It is worth knowing why the question is so loaded. AI coding is the fastest-scaling software category in history. Cursor went from $100M to $1B in annual recurring revenue inside 2025, a six-month-old vibe-coded product sold to Wix for $80M, and 84% of developers now use or plan to use these tools. That much money buys a great deal of marketing, which is the one rule to carry into the research: follow the funding. The eye-popping “AI made us X% faster” numbers almost all come from the companies selling the tools or the consultants selling the transformation. The findings that show a slowdown, or a hidden cost, come from independent researchers and from firms whose business is measuring the gap, not closing the sale. Both can be true at once, because they measure different situations. Here is what that means for you.

The short version

AI coding pays off on some work and quietly bills you on the rest. If you are shipping to earn:

Lean on it for the green field. New projects, prototypes, scaffolding, and stacks you barely know are where the speed-up is real and large. That is most of what gets a first product live, which is good news if you are starting one.

Slow down on the brown field. In a mature codebase you already know, or anything touching money, auth, or user data, the time you spend reviewing and correcting the output is the real cost. Budget for it, and do not let the tool talk you into a big change.

Do not trust “it feels faster.” It is the one signal every study agrees is broken. If the answer matters, time a couple of real tasks both ways.

Ship small, with tests. The instability shows up in large AI-written batches. Small changes with real tests keep the speed without the breakage.

Harden before users touch it. Row-level security on, secrets out of the client, no agent pointed at a live production database. The headline disasters below were each one setting away from fine.

Everything after this is the evidence for those rules, in case you want to argue with them.

Where it genuinely speeds you up

GitHub’s own controlled trial had 95 developers build a web server from scratch; the group with Copilot finished 55.8% faster, and the least experienced gained the most. A field experiment across three companies and 4,867 developers found about 26% more tasks completed, with short-tenure developers gaining 27% to 39%. Even McKinsey’s lab work, which leans optimistic, lands in the same place: documentation and new code in roughly half the time, refactoring in about two-thirds, but the savings collapse to under 10% on complex tasks and can turn negative for juniors on hard problems.

The common thread in every speed-up is new code, boilerplate, unfamiliar languages, well-scoped tasks, and people who are not yet experts. That is almost the definition of spinning up an MVP. On that work, the hype is pointing at something real, and you should use it hard.

Where it taxes you

METR’s slowdown happened on the opposite profile: experts in repositories they had maintained for years, over a million lines of code and tens of thousands of stars, where reading and correcting the model’s output cost more than it saved. The same tool that speeds a newcomer through a blank page slows a veteran down on code they already know cold.

And the review tax is not only a big-codebase problem. Two-thirds of developers say their top frustration is output that is “almost right, but not quite,” and 45% say debugging AI-written code takes them longer than debugging their own. The time you save typing comes back at review, which is exactly why “it feels faster” misleads: the typing is visible and the reviewing is not.

At team scale it is the same trade, just bigger. Faros AI measured more than 10,000 developers shipping 21% more tasks and 98% more pull requests per person, while review time rose 91% and company-level throughput barely moved. The work...

faster coding review developers real from

Related Articles