Convex lands $57M Series B to harden backends for AI agents
TL;DR
- Convex closed a $57 million Series B led by Insight Partners, with Etna Labs, Andreessen Horowitz and Spark Capital joining, bringing total outside funding to $110.5 million.
- The 2021-founded backend, built by former Dropbox infrastructure engineers, pitches a TypeScript-typed database, ACID guarantees, live sync, auth and RAG as scaffolding for agent-generated code.
- Convex says its platform now powers close to 2 million applications, with OpenAI and Zapier among the named customers.
The interesting thing about the Convex round reported by SiliconANGLE is less the dollar figure and more what Insight Partners is implicitly betting on. Convex closed a $57 million Series B, with Etna Labs, Andreessen Horowitz and Spark Capital joining, taking total outside funding to $110.5 million. What it sells is an application backend: a TypeScript-typed database, ACID transactions, live sync, auth, file storage and a RAG component, packaged so a developer, or an agent pretending to be one, does not have to wire four services together.
The pitch, in CEO Jamie Turner's words, is that "agents reach for the first thing that works, and on most backends the first thing that works is subtly, silently wrong. You'll find out weeks later, in production." That is a specific claim about a specific failure mode. When a language model writes CRUD code against a loosely typed store, the code compiles, the tests pass, and the data slowly rots. Convex's argument is that once agents are the ones assembling apps at volume, the backend has to refuse the malformed write rather than accept it and hope. Typed schemas and ACID stop being nice-to-haves and start being the thing that keeps the agent-generated app from quietly corrupting itself.
Convex says the platform now powers nearly 2 million applications, with OpenAI and Zapier among the named customers, and the money will go to hiring and platform work. Founded in 2021 by former Dropbox infrastructure engineers, it is now trying to define the category before Supabase, Firebase and Neon fully occupy it with agent-friendly primitives of their own.
The honest caveats: the reporting does not give a valuation, does not give revenue, and does not break that 2 million-app number down between throwaway prototypes and production workloads, which is where the interesting question actually lives. Nor does it quantify how much of the traffic is genuinely agent-generated rather than hand-written by humans using the same SDK. Take the specifics as reported, not settled.
The part worth watching is whether typed, transactional backends become the default substrate for agent-built software, the way Vercel became the default for framework-first frontends. If they do, the winners are the platforms whose agents ship fewer silent bugs, and the losers are the loose-schema stacks that make Turner's failure mode easy.
Originally reported by siliconangle.com
Read the original article →Original headline: AI-Agent Backend Convex Raises $57M Series B Led by Insight Partners, Total Funding Reaches $110.5M