What builders need to know
Cognition, the company behind the autonomous AI software engineer Devin, has raised more than $1 billion in a round that values it at $25 billion pre-money and $26 billion post-money. The deal was announced on 27–28 May 2026 and reported by TechCrunch, Bloomberg and others. It is a startling number for a company that, eight months earlier, was valued at $10.2 billion post-money on a $400 million round — roughly a 2.5x re-rating in eight months. It also reopens a question many builders thought was settled: can an independent AI-coding agent company actually scale against the frontier labs, or is autonomous coding destined to be absorbed into OpenAI, Google and Anthropic's own tooling?
The round was led by Lux Capital, General Catalyst and 8VC, with participation from existing and new investors including Founders Fund, Elad Gil, Ribbit Capital, Atreides and Layer Global. The capital arrives following Cognition's earlier acquisition of Windsurf, which folded a well-known AI coding environment into the same house as Devin. For AI Builders in India and the UK, the more useful signal is not the headline valuation but the operating numbers underneath it — and what they imply for buy-versus-build decisions, hiring, and the economics of running agents in production.
The numbers that matter
Cognition reported an annualised revenue run-rate of roughly $492 million, with enterprise usage of Devin growing about 50% month-on-month for the past six months. Compounded, 50% month-on-month is an aggressive curve; even sustained for half a year it represents a step-change in real, paid enterprise adoption rather than free-tier curiosity. The company also cited enterprise customers including Mercedes-Benz, NASA, Goldman Sachs and Santander — a mix of regulated finance, deep engineering and the public sector that maps closely onto the kinds of organisations IN and UK builders sell into.
| Metric | Sept 2025 | May 2026 |
|---|---|---|
| Post-money valuation | $10.2B | $26B |
| Round size | $400M | $1B+ |
| Annualised run-rate | Not disclosed | ~$492M |
| Enterprise usage growth | — | ~50% MoM (6 months) |
A ~$492 million run-rate against a $26 billion valuation puts the multiple north of 50x revenue. That is steep even by 2026 AI standards, and it tells you the round is priced on the growth curve and the strategic bet, not on current cash flows. The interesting part for builders is that the run-rate is large enough to be credible — this is not a pre-revenue science project — while the multiple is high enough that the company must keep compounding to justify it. That tension shapes everything Cognition will do next, including how aggressively it prices Devin and how hard it pushes into enterprise delivery.
When you see a 50x-plus revenue multiple on an agent company, read it as a signal about expected adoption, not present-day profitability. Before standardising on any agent, model your own per-seat and per-task costs at projected volume — vendor pricing on fast-growing products tends to move, and your unit economics should survive a price change.
How to read the "90% of code written by Devin" claim
The most quotable line from the announcement is that more than 90% of Cognition's own internal code is now written by Devin. It is a genuinely striking figure and a fair proof point — a company that builds an autonomous engineer should be willing to eat its own cooking. But it needs reading honestly. This is Cognition's own codebase: a team that designed the agent, knows its failure modes intimately, and has tuned its workflows around it. It is the best-case environment for agent-written code, not a representative one.
The number does not mean 90% of code at a typical Bengaluru fintech or a Manchester logistics firm could be agent-written today. It means a deeply Devin-native team has restructured how it works so that humans spend most of their time specifying, reviewing and steering rather than typing. That is the realistic frontier for most teams over the next couple of years: not full autonomy, but a shift in where engineers spend their hours. Treat "90%" as evidence the workflow can work at the limit, and then ask what fraction is achievable in your codebase, with your test coverage and your review culture.
This is the same delivery-and-trust problem that the frontier labs are now confronting directly — see our coverage of OpenAI's DeployCo and the forward-deployed engineering model. Whether the agent is sold by an independent like Cognition or a lab, someone still has to integrate it, prove it in regulated environments, and own the outcome.
Independent agent, or absorbed by a lab?
The strategic question this raise answers, at least for now, is whether a standalone coding-agent company can hold its ground while OpenAI, Google and Anthropic ship ever-stronger agentic tooling of their own. Cognition's bet is that the agent layer — planning, executing, testing, and iterating across a real codebase — is a distinct product surface with its own enterprise relationships, security posture and delivery muscle, and that this is defensible even as the underlying models commoditise.
That is not a settled argument. The agent SDK landscape is consolidating quickly, and the labs are competing hard to own the developer surface directly, shipping their own planning-and-execution layers on top of frontier models. An independent like Cognition has to stay ahead on integration depth, reliability in messy real-world repositories, and the enterprise trust that names like Goldman Sachs and Santander imply. The same delivery muscle that the labs are now building out in-house is the moat Cognition has to defend — see our coverage of OpenAI's DeployCo and the forward-deployed engineering model for how the labs are approaching that fight. The $1 billion gives it runway to do exactly that; it does not guarantee the moat holds.
Buy versus build for autonomous coding agents
For most AI Builders in India and the UK, this raise sharpens the buy-versus-build calculation rather than complicating it. When a vendor is at a ~$492 million run-rate, growing usage 50% month-on-month and shipping into regulated enterprises, the bar for building your own equivalent in-house has risen sharply. The practical default for most teams is to buy a mature agent, integrate it into existing review and CI workflows, and concentrate scarce engineering time on the parts of the product that are genuinely yours.
Building still makes sense in specific cases: where your workflow is highly specialised, where data residency or sovereignty rules make sending code to a third party difficult, or where you need tight control over per-task cost at very high volume. Those constraints are real for some Indian public-sector and BFSI workloads, and for UK organisations operating under strict data-handling regimes. But "we could build it" is rarely the same as "we should". The margin maths matters here as much as the capability — agent runs consume tokens and compute, and those costs compound at scale, so a workflow that looks cheap on a single task can become expensive across a whole team running it all day. Model your per-task and per-seat cost at projected volume before you commit, and pressure-test it against a vendor price rise.
There is also a timing dimension that buy-versus-build discussions often miss. A vendor growing enterprise usage 50% month-on-month is iterating its product on a far larger and more varied corpus of real-world repositories than any single in-house team could assemble. Each enterprise that adopts Devin feeds back failure cases, edge conditions and integration patterns that sharpen the agent for everyone else — a compounding data advantage that a homegrown agent, trained and tuned only on your own codebase, will struggle to match. For most IN and UK teams the honest read is that the gap between a bought agent and a built one is widening, not narrowing, which is exactly why the strategic default should be to buy, integrate well, and reserve your engineering budget for the product surface that is genuinely yours.
It is worth being precise about what "integrate well" means, because that is where most of the value — or the disappointment — actually lands. A coding agent is not a drop-in replacement for a developer; it is a new component in your software delivery pipeline, and it has to be wired into the same guardrails everything else passes through. That means agent-generated changes flow through code review, continuous integration, automated tests, security scanning and the same merge gates a human's pull request would face. Teams that treat the agent as a trusted senior engineer from day one tend to import subtle regressions quickly; teams that treat its output as untrusted input to be verified, the way they would a contractor's first commit, get the productivity without the incidents. The "90% of code" figure from Cognition's own team only works because that team built exactly this kind of verification discipline around the agent first.
Do not benchmark an agent on a toy task and roll it out on your hardest one. Devin's strongest results come from teams that adapted their process around it. If you buy without changing how you specify work, review output and gate merges, you will see a fraction of the productivity and may import subtle bugs at speed.
Want to discuss this with other verified Builders?
Every article on AI Tech Connect is written by a Verified Builder. Browse profiles, shortlist who you want to hire or collaborate with.
Browse Builders →What it means for AI-engineer hiring
The "90% internal code" claim will be read by some founders as a licence to slow hiring. That is the wrong lesson. What changes is the shape of the role, not the need for engineers. A Devin-native team needs people who are strong at decomposing problems, writing precise specifications, reviewing machine-generated code critically, and owning architecture and security — the judgement-heavy work that agents do not replace. Pure throughput typing is the part that compresses.
For the IN and UK talent markets, that points to a premium on engineers who can supervise agents well: people who pair domain knowledge with the discipline to verify output rather than trust it. A Pune SaaS team or a London scale-up adopting Devin should expect to redeploy senior engineers towards review and design, not to thin the team out. If you are hiring into this kind of role, the verified Builders on AI Tech Connect are a good place to look for engineers who already pair domain depth with the discipline to supervise agents rather than rubber-stamp them — browse Builder profiles to shortlist. The builders who win are the ones who treat the agent as a force multiplier on a strong team, not a substitute for one.
There is a practical hiring corollary for early-career engineers, too. If routine implementation is increasingly handled by an agent, the traditional graduate path of "learn the craft by writing a lot of straightforward code" narrows. Teams in Bengaluru, Hyderabad, London and Edinburgh that want a durable bench will need to invest deliberately in bringing junior engineers up to the judgement-heavy work faster — pairing them on review, specification and architecture rather than leaving them to absorb it slowly. That is an organisational design choice, not something the tooling solves on its own, and it is one of the more under-discussed consequences of a credible $492 million run-rate for autonomous coding.
The bottom line for builders
Cognition's $26 billion valuation is a bet on a curve, and that bet could still go either way against the labs. But the operating numbers — a ~$492 million run-rate, 50% month-on-month enterprise growth, and marquee regulated customers — are real evidence that autonomous coding agents have moved from demo to deployed. For builders in India and the UK, the actionable read is straightforward: the case for buying and integrating a mature agent is stronger than ever, the case for building your own is narrower, and the case for hiring engineers who can steer and verify agents has never been clearer.
Primary reporting: TechCrunch and Bloomberg.