Vercel's lowercase eve is broader than a coding agent. It is the shared framework and production substrate Vercel says it uses for more than 100 agents across support, sales, engineering, and daily operations.
What is Vercel eve?
eve is an open-source framework for defining, running, and operating agents. Vercel says employees had already shipped hundreds of internal agents and apps, each with its own version of scheduling, state, tools, permissions, and monitoring. eve turns those recurring needs into a standard platform.
An eve agent is a directory of files. The code, instructions, tools, skills, smaller agents, channels, and schedules live together and can be reviewed in source control. Durable workflows save checkpoints, so a long run can survive a crash or deployment. Generated code runs in an isolated sandbox. OpenTelemetry, an industry standard for recording what software did, exposes each step. Evals, or repeatable checks of agent behavior, can run locally or in continuous integration (CI), the automated build-and-test process for proposed code.
This is agentic infrastructure: the shared machinery that lets many agents operate without every team rebuilding identity, execution, memory, observability, and release controls.
How does Vercel use eve internally?
Vercel says eve is the framework it builds and runs its own agents on. Its launch account names more than 100 agents in production. Examples include d0 for internal questions, a lead agent for sales, Athena for revenue operations, Vertex for support, and coding-related agents such as draft0 and V.
These examples matter because the platform serves many business workflows. A software factory is one application of the substrate. Vercel's published outcome figures for named agents are company self-reports with different denominators and acceptance rules, so they should be read individually rather than combined into one productivity claim.
How do permissions and human approval work?
The open framework can pause an action for a person's approval without keeping compute running. Vercel's managed stack adds private-by-default internal apps, employee identity, short-lived task-scoped connections to services, and audit trails. The launch material describes connections to systems such as Slack, GitHub, Snowflake, Salesforce, and Linear.
The boundary matters. eve itself is Apache-2.0 open source. Some identity, connectivity, and hosting controls are managed Vercel services and were in beta or private beta when announced. The whole operating stack is not an open-source package.
What does eve look like as a software factory?
Vercel Labs publishes an eve Software Factory Template called Foreman. A classifier routes work, an analyst researches it, an implementer changes code, and an independent reviewer inspects the pushed branch. Red CI can send work back through the loop. A person reviews, marks the pull request ready, and merges it.
Foreman is a useful reference design because every station has its own agent and sandbox, and the reviewer sees the artifact instead of the implementer's private reasoning. Public evidence does not show that Vercel's own engineering organization runs Foreman internally. It is a template built on the same substrate.
How does Vercel describe safe operation?
Vercel's safety writing says green CI is insufficient. An engineer should understand and own agent output. It describes canary releases, which expose a change to a small audience first, plus rollback, runtime verification, executable skills and guardrails, static checks, production-like end-to-end tests, read-only verifier agents, and defect measures.
Some of that language describes current capabilities and some describes investment direction. Support for a control does not prove that every internal eve agent uses it.
What can a product team copy?
Standardize the recurring substrate once several agents reach real use. Keep definitions in reviewable files. Give long runs durable state and isolated execution. Broker credentials outside the model. Trace every action. Make evals part of development and CI. Reuse the ordinary preview, approval, release, and rollback path.
The eve repository identifies the framework as beta. Its conventions and APIs can still change. Vercel's platform-wide agent deployment statistics also describe all customers on Vercel, not Vercel's internal engineering output.