OFICIAL Vercel Blog

Building a software factory for AI SDK

What happened
Based on Vercel Blog · Aug 12, 2026

Vercel introduced an AI-powered software factory for its AI SDK to automate issue triage, bug reproduction, and pull request handling while keeping human reviewers in control of final approvals.

Building a software factory for AI SDK
Vercel Blog — Vercel
Key points
·
The AI SDK is one of the most popular open-source AI projects in the world.
·
It serves over 20 million npm downloads a week and the repo has over 26,000 stars.
·
Maintaining the codebase means tracking four moving targets at once: After multiple years of growth, the repo was getting 100+ new issues every month, and when Anthropic's Opus 4.6 model was released, PRs hit an inflection point.
·
By late June, that compounding had accumulated over 1,000 open issues and almost 800 pull requests.
Key numbers
·
The AI SDK, a widely used open-source project with over 20 million weekly npm downloads, faced an unsustainable backlog of over 1,000 open issues and 800 pull requests by June.
·
The system now handles 25-35% of merged pull requests and resolves 70-80% of issues autonomously, reducing the manual workload while preserving human oversight for critical decisions.
·
Four weeks in, it authors 25-40% of merged PRs.

The AI SDK, a widely used open-source project with over 20 million weekly npm downloads, faced an unsustainable backlog of over 1,000 open issues and 800 pull requests by June. Maintainers recognized that scaling human effort alone was insufficient, so Vercel developed an AI-driven software factory to automate parts of the workflow. The system now handles 25-35% of merged pull requests and resolves 70-80% of issues autonomously, reducing the manual workload while preserving human oversight for critical decisions.

The factory operates on a spectrum of automation, balancing efficiency with risk management. It prioritizes human accountability, ensuring that every change undergoes review before merging. Agents perform specific tasks such as bug reproduction, feature implementation, and backporting, while a centralized roadmap and risk assessments guide their work. Higher-risk changes trigger deeper human scrutiny, with agents providing documented evidence to streamline the review process.

Security was a core focus during development, as the factory processes untrusted input from public repositories. Vercel implemented isolated sandboxes for each agent, restricting access to only necessary resources and secrets. A shielding layer further blocks network paths that could be exploited for data exfiltration or supply chain attacks. These measures ensure that even if an agent is compromised, the impact remains contained.

The system was built incrementally, starting with issue classification before expanding to bug reproduction and fixes. Early prototypes used a local CLI for rapid iteration, but the final version runs on managed infrastructure. Human reviewers retain final control, merging only changes approved by the AI SDK team. This approach aims to sustain the project’s growth without sacrificing quality or security.

Original source → Deals on Clipraptor.com →