46% of code committed on GitHub is now AI-generated, and the vibe-coding tools market has grown into a $4.7 billion category in the 18 months since Andrej Karpathy coined the term in February 2025. That's the short answer. The longer answer is that the term itself is already being retired by the person who invented it, even as the workflow it describes has become the default way most software gets written.
I've watched three of my portfolio companies rebuild their entire engineering onboarding around this shift in the last year alone. It's not a fad โ Cursor alone went from $100 million to roughly $4 billion in annualized revenue between January 2025 and June 2026. But the data also shows a real quality gap that founders raising on "AI-native" engineering claims need to reckon with before an investor asks about it in diligence.
Figures are 2026 estimates blended from GitHub's platform data, Sonar's State of Code Developer Survey (January 2026), an empirical study of 4.2 million developers (Nov 2025โFeb 2026), and industry vibe-coding market trackers.
What Is Vibe Coding in 2026?
Vibe coding is a software development approach where a developer describes what they want in plain English and an AI model generates the code, often accepted with minimal or no line-by-line review. Coined by Andrej Karpathy, OpenAI co-founder and former Tesla AI lead, in a February 2025 post, the term captures a shift from writing syntax to orchestrating outcomes โ the developer states intent, the model produces the implementation, and the human's job becomes describing, testing, and steering rather than typing.
Karpathy himself said in December 2025 that 80% of his own code is now written by agentic AI systems, up from writing 80% manually just a month earlier โ a personal data point that mirrors the industry-wide inflection. But by early 2026 he had already moved past his own term, preferring "agentic engineering" to emphasize that overseeing AI agents is a discipline requiring real expertise, not a hands-off vibe. You can see the same tools and adoption curve reflected in our ranking of the top AI coding tools in 2026.
Vibe Coding Adoption Statistics for 2026
Adoption has moved from novelty to default in roughly two years. 84% of developers worldwide now use or plan to use AI coding tools, up from 76% in 2024, and 92% of US developers report using them daily. Among Y Combinator's Winter 2025 cohort, 21% of companies reported codebases that are more than 91% AI-generated โ a figure only possible for startups with no legacy code to migrate around, which is why adoption skews so much younger than at incumbent tech companies.
The trust gap is the underreported half of the story: only 29% of developers say they trust the code these tools produce, even as 92% use them daily. Reviews have found AI co-authored code contains roughly 1.7x more major issues than human-written code, which is exactly why Karpathy's rebrand to "agentic engineering" โ emphasizing oversight โ landed with practitioners faster than most terminology shifts do.
How Much Code Is Actually AI-Generated? The Numbers Disagree
Ask five sources what share of code is AI-written in 2026 and you'll get five different numbers, because "AI-assisted" and "AI-generated" get conflated constantly. GitHub reports 46% of code committed on its platform is AI-generated. Sonar's January 2026 State of Code Developer Survey put committed AI code at 42%. An empirical study covering 4.2 million developers from November 2025 through February 2026 found a lower, stricter figure of 26.9% for AI-authored production code โ closer to Microsoft's internal estimate of 20-30% of code inside its own repositories.
Google is the outlier at the high end, reporting 75% of new code was AI-generated and engineer-approved as of April 2026 โ nearly triple the more conservative empirical estimates, likely reflecting both Google's internal tooling maturity and a looser definition of "AI-generated." The spread matters for anyone diligencing an engineering team's claims: a founder saying "90% of our code is AI-written" could mean anything from light autocomplete to full agentic generation with no human review, and those are very different risk profiles for a VC underwriting technical debt.
Vibe Coding Market Size and the Companies Behind It
The vibe-coding tools market reached an estimated $4.7 billion in 2026, and three companies have captured most of the attention and capital. Cursor-maker Anysphere raised a $2.3 billion Series D in November 2025 at a $29.3 billion valuation, then grew annualized recurring revenue from roughly $1 billion in November 2025 to about $2 billion by February 2026 and toward $4 billion by June 2026 โ a pace of revenue growth almost unheard of even by AI-era standards. We've covered how AI companies are getting priced at these multiples on our AI valuations dashboard.
Lovable raised $330 million at a $6.6 billion valuation from CapitalG and Menlo Ventures, and holds the record for fastest SaaS company to $200 million ARR at 12 months flat, before doubling to $400 million ARR four months later. Replit raised a $400 million Series D at a $9 billion valuation after its ARR jumped from $24 million to $240 million following its AI Agent launch, and is publicly targeting $1 billion in revenue by the end of 2026. All three are growing faster than almost any SaaS category comp from the prior decade, and newer entrants are keeping pace โ Emergent went from $300M to $1.5B in four months.
Vibe Coding Companies Compared: Valuation, Revenue, and Growth in 2026
| Company | Latest Valuation | Est. ARR (2026) | Last Raise | Notable Detail |
|---|---|---|---|---|
| Cursor (Anysphere) | $29.3B | ~$4B | $2.3B Series D, Nov 2025 | Doubled ARR quarter over quarter twice in 2026 |
| Replit | $9B | $240M+ | $400M Series D | ARR jumped from $24M after AI Agent launch |
| Lovable | $6.6B | $400M | $330M, CapitalG/Menlo | Fastest SaaS company to $200M ARR (12 months) |
| GitHub Copilot | N/A (Microsoft) | N/A | N/A | 46% of GitHub-committed code is AI-generated |
| Windsurf | Acquired/Google deal | N/A | N/A | Talent and licensing deal with Google in 2025 |
| Devin (Cognition) | $10.2B (2025) | N/A disclosed | Series C, 2025 | Positioned as autonomous agent, not autocomplete |
Figures blended from company funding announcements, TechCrunch, and industry ARR trackers as of mid-2026. ARR figures for private companies are estimates and not audited disclosures.
Why Karpathy Renamed Vibe Coding to "Agentic Engineering"
The core critique that killed the "vibe" framing is discipline, not capability. Karpathy's new framing โ agentic engineering โ describes a world where "you are not writing the code directly 99% of the time, you are orchestrating agents who do, and acting as oversight." The distinction matters because "vibe coding" implied you could skip review entirely, and the data shows that's exactly where quality breaks down: 1.7x more major issues in AI co-authored code, and only 29% developer trust in the output despite near-universal daily use.
For founders, this is a fundraising and hiring signal, not just a terminology footnote. VCs increasingly ask not "do you use AI to code" โ the answer is almost always yes at 84%+ adoption โ but "what's your review and testing discipline around AI-generated code." Teams that can answer with specifics on test coverage, agent oversight workflows, and code review gates are underwriting a fundamentally lower risk than teams that just cite a high percentage of AI-generated code as a selling point.
What Vibe Coding Means for VCs Underwriting Engineering Teams
I now ask every technical founder pitching me the same follow-up question after they mention AI-generated code: what does your test suite look like, and who reviews agent output before it ships to production? The honest answer separates two very different companies that might otherwise look identical on a pitch deck. One has 60% AI-generated code and a rigorous CI pipeline with mandatory human sign-off on anything touching payments, auth, or data models. The other has 90% AI-generated code and effectively no review gate, which is a ticking technical-debt liability dressed up as a velocity story.
This matters more at seed and Series A, where a two- or three-person engineering team can plausibly ship an entire product using Cursor, Replit, or Lovable in weeks instead of months โ which is exactly why time-to-MVP benchmarks have compressed industry-wide. But it also means the traditional signal of "how big is the engineering team" is a weaker proxy for defensibility than it used to be, since a five-person team using agentic tooling can now out-ship a twenty-person team from 2021. Track how this shows up in valuation multiples on our SaaS valuations dashboard, where AI-native companies with small headcounts are increasingly commanding revenue multiples that would have required much larger teams five years ago.
Bottom line: Vibe coding went from a February 2025 tweet to a $4.7 billion tools market and 46% of GitHub's committed code in under 18 months โ and the term is already being replaced by its own inventor with "agentic engineering," a framing that puts human oversight back at the center. The adoption number (84-92%) is no longer the interesting metric; the trust number (29%) and the quality gap (1.7x more major issues) are what will separate the AI-native engineering teams that compound an advantage from the ones that compound technical debt. Founders and investors should track review discipline, not just AI-generation percentage, when evaluating an "AI-native" engineering claim in 2026.
Get VC data most people never see
โ 100% free
Weekly benchmarks, valuations, and fund data. Join 5,000+ investors. No spam.