CodeRabbit just closed one of the largest funding rounds of the year in developer tools. The San Francisco startup raised $143 million in a Series C at a $1.5 billion valuation. Atomico and Smash Capital co-led the round. New backers included BMW i Ventures, Datadog, Hirtle Callaghan, SineWave Ventures and Scenic Management. Existing investors such as CRV, Scale Venture Partners, Flex Capital, Pelion Venture Partners, Harmony Partners and Engineering Capital returned. Nvidia participated again too.
Less than a year after its $60 million Series B, the company now counts more than $200 million in total funding. Revenue has grown more than five times over the past year. It processes over two million code reviews each week. More than 17,000 customers rely on its platform. Those include Nvidia, BMW, Adyen, Indeed, JFrog and Trivago. The startup also supports more than 150,000 open-source projects and pledged over $10 million to keep its AI review tools free for them in the next year.
But the money and the metrics only tell part of the story. The real narrative centers on a fundamental shift in software creation. AI agents now generate code at speeds humans cannot match. They open pull requests with little oversight. GitHub stands on pace for 14 times more commits this year than before. In companies that heavily adopt coding agents, those agents author 35 percent of pull requests. The old balance broke. One human wrote. One human reviewed. That ratio no longer holds.
“AI made code plentiful,” the company posted on X. “Trust is now the bottleneck.”
Harjot Gill and Gur Singh founded CodeRabbit in 2023. Gill previously sold his startup Netsil to Nutanix in 2018. From the start they focused on one question. Who would independently verify all of that code? The pair built an AI-powered code reviewer that flags bugs, security issues and maintainability problems. It explains changes in plain language. Teams use it inside their existing pull request workflows.
Yet code review alone no longer suffices. With this round CodeRabbit introduced Agentic Change Management. The company describes it as the control layer for software changes produced by both people and autonomous agents. Three new capabilities anchor the platform. Triage scores incoming pull requests according to value, urgency, risk, dependencies and readiness. It routes low-risk items to automation and surfaces only what deserves human eyes. Change Stack takes massive agent-generated diffs and organizes them into semantic layers. Engineers see purpose, risk, impact, contracts and integration points instead of raw line changes. CodeRabbit Security scans production codebases for vulnerabilities that rules-based tools miss. It analyzes relationships, data flows and authorization boundaries. Then it proposes fixes through new pull requests.
Luca Eisenstecken, partner at Atomico, will join the board. He sees AI turning into critical infrastructure. “As AI becomes critical infrastructure for the global economy, organisations will increasingly need independent governance layers that can validate software regardless of which model produced it,” he said in the Business Wire announcement.
Brad Twohig, founding partner at Smash Capital, focused on security. “Security now requires a continuous system that can reason across the repository, verify whether a threat is real, and move the fix back through the development workflow,” he explained.
The timing feels urgent. Large language models lowered the cost of discovering vulnerabilities for both defenders and attackers. AI coding assistants such as GitHub Copilot have seen usage explode to the point the service paused new signups to manage load. Non-developers now spin up prototypes using natural language tools. The result? Pull requests arrive faster than engineering leaders can triage them. Planning documents in tools like Jira lose relevance when code appears before anyone decides whether the change makes sense.
“Issue tracking is dead,” the founders wrote in their blog post announcing the new platform. They argue the pull request itself becomes the central point of audit, decision and planning. Proposed changes should arrive with evidence of correctness, a clear priority and an understandable explanation. The codebase they join must remain secure and governable.
CodeRabbit isn’t alone in spotting this opportunity. The broader market for AI-generated code review tools reached about $1.8 billion in 2025 and analysts project it will hit $9.4 billion by 2034, according to a Dataintelo report. Pure-play AI code review vendors generated roughly $420 million in annual recurring revenue in 2026, up 133 percent from the prior year, per analysis from IdeaPlan. Adoption sits at 44 percent of engineering teams, highest among startups and large enterprises.
Competitors have raised money too. Qodo closed a $70 million Series B. Greptile reached a $180 million valuation on its Series A. CodeAnt AI picked up seed capital. Traditional static analysis giants such as SonarSource command multi-billion valuations as they add AI features. Yet CodeRabbit’s $1.5 billion price tag represents roughly half the current size of the entire code review services market, according to figures cited in The Next Web coverage. That math only makes sense if the company succeeds in positioning itself as essential infrastructure rather than another point tool.
Gill called the moment a land grab when speaking with Bloomberg. The company opened a London office in Moorgate and employs about 50 people across the UK and European Union. Plans call for doubling that headcount, then expanding into Japan and Singapore. International growth forms a major use of the new capital alongside continued research and development.
BMW i Ventures invested because its parent company already uses the product. “Carmakers depend on reliable software and efficient engineering teams,” said managing partner Kasper Sage. The strategic angle appears across the cap table. Datadog brings observability expertise. Nvidia supplies both capital and a high-volume routing model that CodeRabbit post-trained on its own data.
Harjot Gill, CEO, and co-founder Gur Singh captured the thesis simply in their announcement. “We saw where the industry was going and there was one question that we knew would become increasingly important. Who would independently verify all of that code?” They added, “Code is abundant. Judgment is scarce.”
The bet carries risks. AI coding costs could exceed human developer salaries by 2028, Gartner has projected. Adding an intelligent review layer increases that expense rather than cutting it. Security incidents tied to AI-generated code have already surfaced at other startups. Supply chain attacks through npm packages demonstrate how quickly problems spread when verification lags.
Still, the data points to accelerating demand. Engineering teams report they cannot keep up with the volume. Human attention remains finite. Models improve at generating code but do not replace the need for independent judgment on architecture, business value and long-term maintainability.
CodeRabbit now positions itself to supply that judgment at scale. Its platform doesn’t replace developers. It gives them a fighting chance to stay in the loop as agents flood repositories with changes. The company committed real money to open source because healthy public projects benefit everyone. It built features that route, explain and secure rather than simply comment.
Whether issue trackers truly die remains to be seen. One major customer publicly abandoning Jira for CodeRabbit Triage would mark a clear inflection. Until then the narrative rests on metrics that already look impressive. Two million reviews weekly. Fivefold revenue growth. A customer list spanning automotive, financial services, cloud infrastructure and more.
Investors clearly bought the vision. They placed a $1.5 billion bet that the next battle in software engineering won’t center on who writes the most code. It will center on who ships the code that can be trusted. In that contest, an independent governance layer may prove more valuable than the fastest coding agent. And right now CodeRabbit holds an early lead in building exactly that layer.
Recent coverage from Yahoo Finance and Tech Startups echoes the same themes. The AI code explosion created the problem. Governance and verification represent the scarce resource. How companies solve that scarcity will shape software quality for the next decade.