Vercel Labs Ships Open Agents — The Reference Architecture for Cloud Coding Agents
Vercel Labs published Open Agents, an MIT-licensed reference implementation for durable cloud coding agents with snapshot/resume sandboxes, git operations, voice input, and session sharing — signaling Vercel's intent to own the cloud coding agent deployment layer.
Original sourceVercel Labs published a new MIT-licensed repository today: Open Agents — a complete reference architecture for building cloud coding agents that survive beyond a single browser session.
The project demonstrates a three-tier architecture that Vercel is positioning as the standard way to build this class of product. The bottom layer is isolated sandbox VMs with snapshot and resume capability — meaning an agent can pause, serialize state, and resume exactly where it left off. The middle layer is a durable workflow engine built on the new Vercel Workflow SDK, handling agent orchestration, retries, and long-running tasks. The top layer is a real-time chat UI with session sharing via URL.
Built-in capabilities include full git operations (clone, branch, commit, PR creation), voice input via ElevenLabs, live log streaming, and a shareable session URL that lets collaborators watch or take over an active agent run.
The timing is pointed. Anthropic's Claude Code already runs as a persistent cloud agent. Replit, Bolt, and Lovable all have cloud agent architectures. Vercel, as the dominant deployment platform for web developers, is now saying: here's how we think this should be built, and here's how it runs best on Vercel infrastructure.
The obvious tension: the reference architecture is genuinely open source, but it requires Vercel AI SDK, Vercel Workflow SDK, and Vercel deployments at nearly every layer. Developers who adopt this pattern will find themselves deeply integrated with Vercel's commercial offerings — by design.
Panel Takes
The Builder
Developer Perspective
“The snapshot/resume sandbox architecture is the piece everyone reinvents badly. A clean reference implementation from Vercel, even a lock-in-y one, saves weeks of architectural work. I'll fork this and adapt the parts that don't require Vercel-specific SDKs.”
The Skeptic
Reality Check
“This is a Vercel funnel dressed as open source. Every architectural choice conveniently requires a Vercel product. 'Open Agents' is to Vercel what 'open standards' are to companies that write the standards — open enough to attract adoption, closed enough to capture value.”
The Futurist
Big Picture
“Platform wars in the AI era will be won at the deployment layer, not the model layer. Vercel is making its move here — and with the developer gravity they've built over the last decade, a reference architecture from Vercel becomes a de facto standard faster than most realize.”