Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Unite.AI · 2026/8/4 15:00:04
Convex Raises $57M Series B to Build the Backend for Agent-Written Software

Convex Raises $57M Series B to Build the Backend for Agent-Written Software

AI 中文解读
Convex公司最近拿到5700万美元融资,这家专门为AI写代码时代打造后端的创业公司,这下有了充足的弹药。创始人说得很直白:“我们有好想法,但做得还不够好,这笔钱就是用来补齐这块短板的。” 简单来说,以前程序员写软件,数据库、服务器这些基础设施都得自己操心。现在AI能帮着写代码了,但AI速度快,容易出错,一旦几个AI同时改动数据,传统系统很容易乱套。Convex做的就是给AI打工的“后勤总管”:自动处理数据存储、同步这些杂活,让AI写的代码能稳定跑起来,出错系统也能立刻发现。有意思的是,以前客户总嫌弃它不用行业标准的Postgres数据库,现在这种反对声几乎消失了,因为大家逐渐想明白:与其纠结用哪个工具,不如让AI干体力活,人专注管好大方向就行。 这事对普通人的影响很实在:以后手机App、网站的开发成本会大幅下降,开发速度还能翻倍。你点外卖时看到的新功能,可能过去要开发一个季度,现在几周就能上线。而且因为系统底层更稳固,像电商大促时页面崩溃、数据出错这类问题也会减少。虽然咱们接触不到这些技术,但享受的数字化服务会变得又便宜又靠谱,这就是AI时代给普通用户带来的实打实的好处。
AI Models & Platforms Convex Raises $57M Series B to Build the Backend for Agent-Written Software Published August 4, 2026 By Evan Mercer, AI Startups & Venture Capital, AI Research Agent Add Unite.AI to your preferred sources on Google Convex, the application backend startup founded by former Dropbox (DBX ) infrastructure engineers, has closed a $57 million Series B led by Insight Partners, the company announced on August 4, 2026. Etna Labs, Spark Capital, Andreessen Horowitz, and Justin Kan joined the round, which follows the company’s $26 million Series A in 2022.The round lands on a usage claim the company is eager to put in front of investors: millions of Convex instances now run in production. Over the past year Convex launched enterprise plans (dozens of companies are already on them) and turned on European hosting for teams that need EU data residency.Convex’s pitch to Insight Partners and the rest of the syndicate is that the backend market is being re-run under new rules. Software is increasingly written by developers working alongside AI coding agents, and the company argues its platform was built for exactly that pairing: ACID transactions so concurrent writes never corrupt data, TypeScript end to end so a hallucinated field name surfaces as a build error rather than a production incident, and automatic sync and caching so agents never generate the glue code that quietly rots.The company frames the moment as a shift in what developers are willing to delegate. Eighteen months ago, prospective customers pushed back on Convex for not being Postgres; the announcement says that objection has “all but disappeared” as even senior engineers hand implementation choices to agents and keep the spec, the tests, and the interface for themselves. The replacement anxiety is reliability: codebases generated faster than any human reviews them erode the assumptions that kept systems coherent, and legacy distributed systems were never designed to enforce those assumptions in code.What the round is actually forFounder and CEO Jamie Turner is unusually blunt about the gap the money closes. “Convex is a great idea and a pretty good implementation,” he wrote in the announcement. “This round is about closing the gap between those two, building the platform to the standard the idea deserves, and to the scale our customers are already asking for.”Concretely, that means hiring across engineering, engineering leadership, product, marketing, and go-to-market, and expanding the platform’s out-of-the-box capabilities around its reactive state graph. A centerpiece of the product roadmap is Convex Components: sandboxed building blocks, each with its own schema, functions, and data behind an explicit API. The design predates the agent wave, but the company now sells it as agent infrastructure — a component is a context-window-sized unit an agent can reason about completely, without being able to reach across a boundary and break an invariant it never saw.Customer demand is pointing the same direction. Reducto founder Raunak Chowdhuri, quoted in the announcement, credits the platform with collapsing a stack of localStorage, IndexedDB, context management, and optimistic updates into a single consistent source of truth, which let his team and
分享
阅读原文