Vercel AI Updates: August 13, 2026
1. Vercel Builds an Agent Software Factory to Clear the AI SDK Backlog
Vercel. Vercel described ai-sdk-factory, an automated system built to manage the AI SDK open-source project’s backlog of more than 1,000 open issues and 800 pull requests. The factory uses dedicated agents for classification, bug reproduction, implementation, and review, each running in isolated sandboxes, while keeping every merged change under human approval. In its first four weeks, factory agents authored 25 to 35 percent of weekly pull requests, handled over 75 percent of issues closed in July, and helped cut open issues from 1,022 to 844. Source
2. AI Gateway Adds One-Command Setup for Nine Coding Agents
Vercel. Vercel added a single CLI command that routes nine coding agents, including Claude Code, Codex, Cursor, Cline, and OpenCode, through AI Gateway to reach more than 200 models with automatic fallbacks. Routing through the gateway centralizes spend, performance, and token usage in one dashboard and adds budget controls, key expiration, and team-wide security policies such as Zero Data Retention. Each request is logged with its cost, token count, and model, and the setup preserves existing agent configuration file formatting. Source
3. Malte Ubl Warns That AI Is Eroding the Defender’s Advantage
Vercel. In an essay, Vercel CTO Malte Ubl argues that as AI capabilities advance the current defensive advantage in security will erode, so teams should harden systems now. He reports that the open-weight Kimi K3 model lacks meaningful cybersecurity safeguards and can perform offensive research including vulnerability discovery and exploit development against sandboxed environments, while most frontier models can already do defensive security work when given source code access. Ubl recommends running tools such as deepsec to find vulnerabilities in codebases before attackers do, and continuing the practice as models improve. Source