Invest1 distinct publisher3 min readUpdated
The open-source framework ships durable execution, sandboxing, approvals, subagents and evals in public preview. If the bet lands, your in-house harness is now maintenance.
The Investor · Invest desk
Compiled by The InvestorSomething wrong?How this is made
Vercel has released eve, an open-source framework for building, running and scaling agents, in public preview [1][2]. The interesting part is not the syntax but the claim underneath it: that the production plumbing every team has been hand-rolling is now a solved layer that ships with the framework, specifically durable execution, sandboxed compute, human-in-the-loop approvals, subagents and evals [3].
The company states the lineage plainly. "Agents today are where the web was before frameworks, with everyone hand-rolling the same plumbing and nothing carrying over to the next one. Next.js ended this for the web, and eve is doing the same for agents," Vercel writes [4]. The shape it proposes is filesystem-first: an agent is a directory, with the model in agent.ts, the system prompt in instructions.md, and tools, skills, subagents, channels and schedules each as their own files [5][6]. The smallest agent that runs is two files [7], and eve picks up new files at build time with no registration boilerplate [8].
Two of the five bundled capabilities [20] are the ones operators have actually been paying engineers to build. On durability, Vercel says every conversation is a durable workflow with each step checkpointed, so a session can pause, survive a crash or a deploy, and resume where it stopped, built on the open-source Workflow SDK [9]. On isolation, every agent gets its own sandbox running in a separate security context from the harness that controls it, keeping agent-generated code out of the application runtime entirely [10]. That sandbox backend is an adapter: Vercel Sandbox when deployed, Docker, microsandbox or just-bash locally, and you can write your own [11].
The provenance argument is the strongest part of the pitch. Vercel says it built agents for years, v0 among them, then shipped hundreds of agents and internal apps and found every team rebuilding the same plumbing with none of it carrying over between use cases [12]. Its conclusion, "Agents have a shape" [13], is also the uncomfortable one for anyone maintaining a bespoke harness. If the shape is real, the checkpointing, resumption, approval queue and container isolation you built are undifferentiated work now available as a dependency, and the ongoing cost is not the original build but the upkeep of a private fork of a public abstraction.
Watch where the pull is. The agent definition is portable and the sandbox layer is pluggable [11], but an eve agent is an ordinary Vercel project and vercel deploy ships it unchanged [14]. The model surface is deliberately open, working with any model, any MCP server, and channels including Slack, Discord and GitHub [15], with provider fallbacks through AI Gateway [16]. So the neutrality sits at the top of the stack and the gravity sits at the bottom, which is exactly the Next.js pattern being invoked.
Three things to track through preview. Whether durable execution gets adapters the way sandboxing did, or stays coupled to Vercel's Workflow SDK [9][11]. Whether the session HTTP API holds still, given it is already documented down to POST /eve/v1/session and continuation tokens [17]. And whether the once-only migration cost is small enough to pay twice, because development is in the open on GitHub [18] and the onboarding claim, an agent running locally in under a minute from one command [19], is Vercel's own and untested here.
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
Vercel introduced eve, an open-source agent framework for building, running, and scaling agents.
eve is now available in public preview.
eve ships with production built in: durable execution, sandboxed compute, human-in-the-loop approvals, subagents, and evals.
In eve, an agent is a directory of files.
The example agent directory contains agent.ts (the model it runs on), instructions.md (who it is), tools/, skills/, subagents/, channels/ and schedules/, each file describing one component of the agent.
The smallest eve agent that runs is just two files, a model and a set of instructions.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Specific but vendor-only
The technical description is unusually concrete for a launch - directory layout, code samples, named HTTP endpoints, named sandbox backends, a named durability dependency and a public repository - which lifts verifiability. But both sources are Vercel's own, published ten minutes apart, and nothing in the cluster independently tests durability, isolation, setup time or the portability of the adapter model.
Day-one, vendor-internal only
Adoption evidence is a public-preview release plus Vercel's statement that it runs its own agents on eve. No external user, download figure, deployment, benchmark or case study appears in the supplied sources, and named launch connectors describe capability rather than uptake.
Framing runs ahead of proof
The claim being made is categorical - that agent plumbing consolidates the way web development did after Next.js - while the supporting record is a day-one public preview with vendor-internal usage. The engineering claims themselves are modest and specific; the consolidation narrative around them is not yet testable, and the 'works with any model, any MCP server' breadth sits alongside defaults that route through Vercel Sandbox, AI Gateway and Vercel Connect.
Vendor authors the whole record
Every source is published by Vercel about Vercel's own product, and the framework's default backends are Vercel's commercial surfaces: Vercel Sandbox for deployed sandboxes, AI Gateway for provider fallback, Vercel Connect for OAuth, and vercel deploy as the shipping path. Open sourcing the framework and making sandbox backends adapters cuts against pure lock-in, which is why this is not scored at the ceiling.
Clear on what shipped, unclear on whether it holds
What was announced is documented precisely enough to act on, and two consistent first-party items reduce the chance of misreading. Confidence is capped by the absence of any non-Vercel source, the preview status, and the fact that the story's central claim is a forward bet about industry consolidation rather than a present-tense fact.
build
Cloudflare moves durable execution under the harness, and the platform starts choosing it1 distinct publisher
build
A Notion agent that dies after each request, and the debugging error that broke version two1 distinct publisher
build
Agent Plugins 1.0.0 standardises file paths. Anthropic still owns the behaviour.1 distinct publisher
build
Codex at OpenAI: stop polishing the prompt, start building the harness1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
2 articles · August 16, 2026