Convex raises a $57M Series B

eatonphil1 pts0 comments

Convex raises a $57M Series B

Software is now written by developers and their agents together, and both need a backend that keeps up. That's Convex. Today we're announcing our $57 million Series B led by Insight Partners, with participation from Etna Labs, Spark Capital, a16z, and Justin Kan.<br>It's been a fast year since our last round. Millions of Convex instances are now running in production. We launched our Enterprise plans, and dozens of companies are already on them. European hosting is live for teams that need EU data residency. And the ambition of what people are building on us has grown right alongside.<br>Working with these ambitious customers has given us new clarity about where software is headed, and what our mission is for the next decade. It starts with something we didn't expect.<br>More agents, fewer sacred cows<br>Just 18 months ago, we would constantly run into pushback about PostgreSQL with prospective customers. "But Convex isn't Postgres. Isn't Postgres the best database? Doesn't Postgres have subscriptions, too?"<br>Anything that challenged the status quo was an uphill battle. Developers' loyalty to trusted tools, especially in a high-risk area like databases, made it hard to even get them to try Convex.<br>Agentic engineering has completely shifted this mindset. Even experienced developers with years of hard-won, platform-specific expertise—the kind who insisted on this database, that web framework, this Linux distro—are now delegating those choices to agents. The human is still responsible for the behavior of the system: the spec, the tests, the interface. But the implementation choices no longer matter, as long as the system works.<br>In other words, if the evals go up, that's the whole argument. The human doesn't have to learn a new technology, library, or pattern. There's no ramp-up time. When the agent traverses a path with better outcomes, the human reaps the benefit immediately.<br>The "Postgres objection" has all but disappeared. But in its place, a new anxiety.<br>LLMs let us generate code faster than any of us imagined. But as these codebases grow, our confidence in their reliability, security, and cost falls. More and more code ships without a human ever reading it, and each change is made with less of the system in view. The nuanced assumptions that held everything together, the ones engineers used to enforce by carefully reading every line, quietly erode. Systems get fragile.<br>Legacy distributed systems were never designed for this world. Too little of how they actually behave is formalized in code, so they require mindful, skilled engineers to fill all the gaps.<br>All gas, no breakages.<br>This is the tradeoff every team now feels: go fast and lose confidence, or slow down and lose the whole point of agentic engineering. With Convex, you don't have to choose.<br>Convex was built for this world. Transactions are ACID, so concurrent writes never corrupt data. Everything is TypeScript end to end, so a hallucinated field name is a build error, not a production incident. Sync and caching are automatic, so there's no glue code to subtly rot. The guarantees engineers used to enforce by reading every line, the platform enforces instead.<br>Convex Components take this one step further. Components are sandboxed building blocks, mini backends with their own schema, functions, and data, isolated behind an explicit API. That isolation was always good engineering, but for agents it's essential: a component is a context-window-sized unit of the system. An agent can reason about one component completely, without holding the whole project codebase in view, and it can't reach across the boundary and break an invariant it wasn't aware of. And the reactive database ties these components together, so isolation never comes at the cost of a coherent whole.<br>Humans and agents thrive on the same thing: systems where correctness is the default. As we abstract away the creation of code, that's the platform the next decade of software gets built on.<br>“Convex drastically simplified state management for us! We went from localStorage, IndexedDB, context management, and really difficult optimistic updates to a single fast and consistent source of truth. This made it much easier for our team and agents to work on the frontend safely.”<br>- Raunak Chowdhuri , Founder @ Reducto<br>The search for the right abstractions<br>This is a bigger conversation than any one platform, and we're excited to be part of it.<br>If agents write the code, what's left for humans? We think the answer is: the most important part. Deciding what the building blocks are and what their parameters should be. What problem is actually being solved, and which tradeoffs are acceptable. Call it the architecture of the irreducible: the design decisions that remain after everything automatable has been automated.<br>Code is cheap now. Design is not. As the price of a line of code approaches zero, the value of good abstractions, clear boundaries, and principled system design only goes up....

convex code agents system postgres platform

Related Articles