# Vercel Ship 2026 recap

DevFeed: [Vercel Ship 2026 recap](<https://devfeed.tech/articles/vercel-ship-2026-recap-788.md>)

Original publisher: [Read original article](<https://vercel.com/blog/vercel-ship-2026-recap>)

Author: Amelia Charles

Published: 2026-06-30T16:00:00Z

Content type: article

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [Vercel](<https://devfeed.tech/topics/vercel.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [API](<https://devfeed.tech/topics/api.md>), [vercel ai sdk](<https://devfeed.tech/topics/vercel-ai-sdk.md>), [observability](<https://devfeed.tech/topics/observability.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Traces](<https://devfeed.tech/topics/traces.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [codex](<https://devfeed.tech/topics/codex.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [codex](<https://devfeed.tech/tags/codex.md>), [coding-agents](<https://devfeed.tech/tags/coding-agents.md>), [discord](<https://devfeed.tech/tags/discord.md>), [framework](<https://devfeed.tech/tags/framework.md>), [github](<https://devfeed.tech/tags/github.md>), [observability](<https://devfeed.tech/tags/observability.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [recap](<https://devfeed.tech/tags/recap.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [slack](<https://devfeed.tech/tags/slack.md>), [software](<https://devfeed.tech/tags/software.md>), [streaming](<https://devfeed.tech/tags/streaming.md>), [systems](<https://devfeed.tech/tags/systems.md>), [traces](<https://devfeed.tech/tags/traces.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

## AI overview

Vercel Ship 2026 recap presents Vercel's vision for agentic infrastructure: deploying coding agents, building and running agents in production, and automating platform operations with agents. It introduces the Agent Stack, including AI SDK, AI Gateway, Workflow SDK, Vercel Sandbox, Chat SDK, Vercel Connect, and the eve agent framework.

## Source excerpt

For a decade, Vercel has shaped how the web is built. Now, we're doing the same for agents. The companies that win the next decade will build on infrastructure designed for agents from the start, and thousands of people gathered across London, Berlin, and New York to do just that at Vercel Ship 2026. Agentic infrastructure Guillermo kicked off Ship by sharing his vision for Vercel: a true full-stack platform where you can deploy anything, including software that can think. Agentic infrastructure has three parts: Vercel is where coding agents deploy software. When you ask Claude Code or Codex where to deploy, you get Vercel, because Vercel is built for the way agents work. Vercel is where you build and deploy your own agents. We give you every tool you need to build and run apps and agents in production, securely, at scale. Vercel itself is automated by agents. Vercel runs your apps in production, handling traffic, traces, observability, and anomalies. That data gives our agents the context they need to investigate autonomously, and then surface pull requests, not just alerts. Vercel is for shipping agents In the next keynote, Tom walked through each primitive in the Agent Stack, an end-to-end set of building blocks for agents. Hedi introduced Vercel Connect, a secure way for agents to connect with external systems. And Shar gave a full demo of eve, Vercel's new agent framework that implements the Agent Stack in minutes, in a single directory. The Agent Stack No matter the workload, every agent needs to connect to models, run workflows across many steps, and connect to the systems and people that make it useful. Vercel gives you every primitive you need to build all three capabilities. AI SDK gives you one API to call any model, so streaming, tool calls, and structured output work the same across every provider AI Gateway routes your requests across hundreds of models from one endpoint, with automatic failover when a provider goes down Workflow SDK makes every run du