Back to reviews
Open Agents (Vercel Labs)

Open Agents (Vercel Labs)

Vercel's open blueprint for durable cloud coding agents with git & sandboxing

Open Agents is Vercel Labs' open-source reference implementation for building persistent cloud coding agents. It demonstrates a three-tier architecture: a chat UI layer, a durable workflow layer using the new Vercel Workflow SDK, and isolated sandbox VMs with snapshot/resume. The result is an agent that doesn't lose its state when your laptop closes — it keeps working in the cloud and you can pick up the conversation when you're back. The reference implementation includes git operations (clone, branch, commit, PR creation), voice input via ElevenLabs integration, session sharing via a shareable URL, and a real-time log stream so you can watch what the agent is doing. It's designed to be forked and adapted rather than used as-is — think of it as Vercel's opinionated answer to "how should a cloud coding agent be architected?" What makes this notable isn't the feature list — it's the source. Vercel is the dominant deployment platform for web developers, and when Vercel shows you how to build something, thousands of developers follow the pattern. Open Agents is likely to become the de facto reference architecture for the next generation of coding agent products built on Vercel infrastructure.

Panel Reviews

The Builder

The Builder

Developer Perspective

Ship

The snapshot/resume sandbox is the piece everyone keeps reinventing badly. Having a reference implementation from Vercel that shows the right way to do durable agent state is genuinely useful — I'll fork this as a starting point for my next agent project.

The Skeptic

The Skeptic

Reality Check

Skip

This is a Vercel marketing vehicle dressed as open source. The reference architecture conveniently requires Vercel Workflow SDK, Vercel AI SDK, and Vercel deployments at every layer. 'Open source' here means 'open to study, closed to portability.'

The Futurist

The Futurist

Big Picture

Ship

Platform wars in the agentic era will be won by whoever makes agent deployment easiest. Vercel publishing this pattern is them planting a flag: 'cloud coding agents live here.' The developer gravity they already have makes this a self-fulfilling prophecy if they execute.

The Creator

The Creator

Content & Design

Ship

Session sharing via URL is the killer feature for collaborative creative work. Being able to send someone a link to watch your agent in action — or hand off a session to a collaborator — unlocks a whole category of async creative workflows.

Community Sentiment

Overall610 mentions
75% positive18% neutral7% negative
GitHub200 mentions
80%15%5%

Snapshot/resume sandbox architecture

Hacker News130 mentions
65%25%10%

Vercel lock-in concerns

Twitter/X280 mentions
75%18%7%

Durable workflow and git operations support