Cursor’s 18-Month Data Shows Vibe Coding’s Real State: AI Widens the Developer Gap

AI coding is moving from a “tool dividend” to a full system rebuild.

Vibe Coding
This photograph shows a screen during the 18th edition of the "InCyber" Forum, an international cyber security event, at the Grand Palais in Lille, northern France on April 1, 2026. The forum, which brings together the entire cybersecurity and "trusted digital" ecosystem, runs until April 2, 2026. Sameer Al-DOUMY/Getty Images

AI coding is moving from a "tool dividend" to a full system rebuild. For two years the most tangible change developers felt was faster autocomplete and less boilerplate; that single-point efficiency phase is over. Models now read entire codebases, understand project structure, and join pull requests and code review — shifting software development from "human-led, AI-assisted" toward "human sets the goal, AI runs the process." Cursor, the AI coding company that has ridden the sector's swings on its way to a roughly $2 billion revenue run rate, has now put hard numbers behind that shift in its first Developer Habits Report, drawn from its own product data across five themes.

For any developer or engineering leader deciding how to use these tools, the report's value is that it replaces vibe with evidence — and the evidence carries a warning most coverage misses: AI is widening the gap between developers, not closing it.

How Much Faster Are Developers Actually Working?

By Cursor's measure, the rate at which developers write code has roughly doubled year over year, and the pace has kept accelerating since the start of 2026. Lines of code are an imperfect metric, but they give a directional read — and the shape of the work is changing, not just the volume. Lines added per pull request are up about 2.5 times year over year, with growth still climbing, and "mega" pull requests that change at least 1,000 lines are becoming common as developers use AI to take on larger units of work at once; Cursor notes a January 2026 jump when many users were trying the newest models.

AI sessions are also getting deeper. The average number of tool calls per AI conversation rose roughly 30% over the last two months, as assistants more often read and edit files, search code, run command-line commands, and browse the web. And the output is sticking: the share of accepted AI-suggested code still present 60 minutes later climbed from about 76% to 81% since early 2026 — a sign more of what the model writes genuinely survives review rather than being reverted.

👉 Read more:

Cursor Composer 2.5 Matches Claude Opus 4.7 on Coding Benchmarks at One-Tenth Cost

Why Does the Model You Pick Cost So Differently?

As models grow more capable and take on deeper tasks, cost becomes a larger part of the product experience, and the trade-offs are stark. Across seven model families, the per-request cost differs by nearly 9 times, meaning the identical workflow can cost wildly different amounts depending on the model behind it.

Raw price, though, is misleading. When Cursor measured the code that actually survives — the lines accepted and kept — the largest gap between cheap and expensive models narrowed to about 7 times, because pricier models tend to produce more usable code per request and so are not as expensive as they first look. Plotting each model's score on Cursor's internal evaluation, CursorBench, against its average task cost produces a moving "cost-quality frontier," the practical map a team uses to decide which model is worth its price for a given job.

Is AI Closing the Gap Between Developers, or Widening It?

Here the report cuts hard against a common assumption. Many expect AI to flatten the difference between strong and weak developers; Cursor's data shows the opposite, at least so far — it amplifies the advantage of the best.

AI usage is extraordinarily concentrated. A small fraction of developers account for most AI-generated code, AI spending, and token consumption, with Gini coefficients of 0.77, 0.75, and 0.72 across those measures (the closer to 1, the more concentrated). The output gap is widening in absolute terms: the top 1% of developers produce 46 times as many lines of code as the median active user and 15 times as many merged commits, while developers at the 90th percentile lead the median by a far smaller margin. The pattern matches the intuition that developers who understand architecture, decompose tasks well, and can judge model output quality turn AI into leverage — while those who treat it as a question-and-answer box see limited gains. The practical takeaway for a reader: the skill that compounds in an AI workflow is judgment, not typing speed.

What Is Driving AI Coding's Costs Now?

As models take on harder tasks, they read far more before they write, ingesting the codebase, the user's intent, and the surrounding workflow. The ratio of input to output tokens is rising quickly — the model does more "homework" per token of code it generates. Input tokens now make up more than 90% of non-cached token usage, and their share of equivalent-price token cost has climbed from roughly half to nearly 70% year to date.

This shift is, counterintuitively, good for cost, because input tokens are far cheaper than output tokens and cached reads are cheaper still. And caching now dominates: cache-read tokens account for the large majority of total token activity, meaning AI coding increasingly reuses previously processed context instead of re-reading everything from scratch. That growing context capacity tracks with the rising retention rate — more context helps the model write more accurate, longer-lived code. It is also why the real competitive moat in AI coding is migrating from raw model cleverness toward context management, cache efficiency, and cost control. AI coding is starting to look less like a smarter code editor and more like a new software-production infrastructure.

How Far Is AI Coding Moving Toward Automation?

AI coding tools began by speeding up individual developers; Cursor's data shows the next phase has started, with AI becoming infrastructure for automating the whole software-development lifecycle. Since the start of 2026, AI changes auto-accepted into commits without line-by-line human review have grown more than fivefold — a direct measure of rising trust in the model to run parts of the workflow itself.

The automation is spreading across workflow types, too. Adoption of Cursor's automation features is climbing, with security review emerging as a particularly strong use case, and newer data shows early demand for SDK-driven runs as developers look to turn Cursor's AI infrastructure into a programmable platform they can customize on demand. It is early, but the first automation patterns are visible — and they point past code generation toward review, testing, and deployment.

👉 Read more:

Salesforce Will Not Hire More Software Engineers Next Year As Claude Code Compresses Migrations

What the Report Signals

Taken together, the data maps where AI coding sits and where it is heading. The early contests were about model capability and interaction experience — who generated more accurately and responded faster. As tasks grow more complex, the durable advantages are moving toward context management, caching, and cost control, the unglamorous plumbing of a production system. For developers, the message is double-edged: AI is a powerful lever, but it rewards those who already know how to wield it, and the gap between the top and the middle is widening. And as auto-accepted changes climb and automation spreads beyond code generation, the human role is shifting from writing each line to setting goals and supervising a system that increasingly runs itself.


Frequently Asked Questions

What is the Cursor Developer Habits Report?

It is Cursor's first report on how developers use AI coding tools, based on the company's own product data and released in spring 2026. It covers five themes: developer acceleration, the economics of model choice, the widening gap among top users, the rise of context and caching, and the move toward automation.

Does AI coding make all developers equally productive?

No. Cursor's data shows the opposite: AI gains are highly concentrated, with the top 1% of developers producing 46 times the code of the median user and 15 times the merged commits. The report suggests AI amplifies the advantage of skilled developers who can architect, decompose tasks, and judge output quality.

Why does AI coding cost differ so much between models?

Per-request costs vary by nearly 9 times across the seven model families Cursor analyzed. The gap narrows to about 7 times when measured against code that actually survives review, because more expensive models often produce more usable code per request, offsetting part of their higher price.

What does "the rise of context" mean in the report?

Models now read far more before generating code: input tokens exceed 90% of non-cached usage, and cache reads make up most token activity. This reuse of prior context lowers cost and improves accuracy, and it is shifting AI coding's competitive edge toward context management, caching, and cost control rather than raw model intelligence.

ⓒ 2026 TECHTIMES.com All rights reserved. Do not reproduce without permission.

Join the Discussion