Vercel has quietly become one of the most important companies in AI software, powering cloud infrastructure that lets developers deploy agents without managing their own servers. According to the company, it now handles 6 million deployments a day, half of them triggered by coding agents, while more than 1 trillion tokens pass through its AI gateway daily.
Following the company's ShipNYC conference, CEO Guillermo Rauch spoke about the current moment in AI, the practical realities of running agents in production, and how platform companies increasingly find themselves competing with major AI labs.
From prototyping to production
Rauch said the mood in the developer community has shifted from experimentation toward making systems work reliably in practice. Last year, he explained, was about prototyping and letting teams build freely. Vercel itself developed and deployed hundreds of agents organically, an experience that surfaced the challenges of running them at scale.
The biggest lesson, he said, was identifying the two standout use cases for agents. The first is the coding agent, which drives much of the world's token usage. But producing large volumes of software creates a follow-on need: somewhere to deploy and host it. The second, according to Rauch, is the internal agent that helps run a company.
That second category raises harder questions around security. Companies need to control how agents access data, audit their actions, and keep a trail of every tool call and access control involved in completing a task.
Building guardrails with Eve and Sandbox
To address those concerns, Vercel created a framework called Eve, which lets teams define an agent's instructions and skills in natural language. A second tool, Vercel Sandbox, effectively places an agent in a controlled environment where it retains freedom to operate but is subject to policies governing which data it can access and what information can leave the sandbox.
The main advantage, Rauch said, is data control. He pointed to the risk of coding tools training on a company's entire codebase if configured incorrectly. He recalled a conversation about aerospace engineering, where decades of highly specialized C++ code could be exposed to the cloud for training if the wrong developer tool were installed.
What an internal corporate agent looks like
Rauch illustrated the internal use case with an example from Vercel's own sales team. A representative focused on growing existing accounts had long been limited not by skill or creativity but by access to data. She wanted to know which accounts were expanding fastest, or which five had added the most seats in the past two weeks, so she could prioritize her work.
Previously, answering that kind of question meant waiting for a dedicated sales dashboard project to be completed. Rauch described that bottleneck as a source of frustration for years, contrasting Vercel's fast-moving research and development with slower progress on internal sales systems.
