# Building a software factory for AI SDK

Source: [Vercel](https://vercel.com/blog/building-a-software-factory-for-ai-sdk)  
Feed7 permalink: https://feed7.dev/p/building-a-software-factory-for-ai-sdk-0udhuk3  
Published: 2026-08-12T00:00:00.000Z  
Trust: Official Source (official_source)

## Why Included

Vercel’s AI SDK factory shows a practical scaling pattern: narrow agents produce evidence inside sandboxes while humans retain merge authority and review effort follows risk.

## Source Summary

AI SDK had accumulated **over 1,000 issues and almost 800 pull requests** by late June. Four weeks after introducing its factory, Vercel says agents authored **25–35% of merged PRs** and closed **70–80% of issues**, while humans approved every merge.

## Practical Implication

The reusable pattern is one agent per reviewable task, each with its own prompt, context, and evals. Start locally, pass evidence between classification, analysis, reproduction, implementation, and review stages, then vary human scrutiny by change risk rather than treating every agent output equally.

## Agent-Ready Context

AI SDK had accumulated **over 1,000 issues and almost 800 pull requests** by late June. Four weeks after introducing its factory, Vercel says agents authored **25–35% of merged PRs** and closed **70–80% of issues**, while humans approved every merge.

The reusable pattern is one agent per reviewable task, each with its own prompt, context, and evals. Start locally, pass evidence between classification, analysis, reproduction, implementation, and review stages, then vary human scrutiny by change risk rather than treating every agent output equally.

These are early results from one large open-source project, not a controlled comparison. The factory also depends on isolated sandboxes, restricted secrets and networking, queues, monitoring, and sustained human review, so the headline automation rates omit substantial operating machinery.

## Connected Context

Feed7 judgment across 461 accumulated Signals:

This turns prior harness guidance into an early operating result: a staged, evidence-passing factory handled a substantial share of one project’s issue and PR flow while retaining human merge authority. It reinforces reviewable task boundaries, isolation, and risk-based approval, but does not show that the reported rates transfer beyond AI SDK or survive without significant orchestration and monitoring.

- [Multiplayer agentic engineering — Arjun Singh, Superconductor](https://feed7.dev/p/multiplayer-agentic-engineering-arjun-singh-superconductor-01w4k91) — Both describe production-oriented agent workflows built on isolated execution, repository-specific evaluation, shared visibility, and human review; the Vercel account adds early issue and merge-rate evidence from another codebase.
- [huangruiteng/loopx](https://feed7.dev/p/loopx-0j0o7ux) — The factory’s staged evidence handoffs and approval points reinforce LoopX’s claim that durable state, verification, and authority belong in the harness rather than model context.
- [Don't Build Agents You Can't Answer For — Addy Osmani](https://feed7.dev/p/don-t-build-agents-you-can-t-answer-for-addy-osmani-1y9nwej) — Requiring humans to approve every merge and passing reproduction, implementation, and review evidence operationalizes Osmani’s demand for explainable changes, tests, logs, and ownership.
- [What Does Done Even Mean? Agents and Paperclip's Liveness Model - Dotta, Paperclip](https://feed7.dev/p/what-does-done-even-mean-agents-and-paperclip-s-liveness-model-dotta-pap-0lx8wfc) — Risk-based human scrutiny and staged verification support Paperclip’s separation of agent progress from final approval instead of treating completion as an agent-set Boolean.

## Context Map

- Layer: agent
- Domains: coding, security
- Topics: multi-agent, harness-engineering, sandboxing

## Uncertainty

- These are early results from one large open-source project, not a controlled comparison. The factory also depends on isolated sandboxes, restricted secrets and networking, queues, monitoring, and sustained human review, so the headline automation rates omit substantial operating machinery.

## Agent Instruction

Use this item as source-backed context. Do not invent claims beyond the linked source. If this item conflicts with another source, call out the conflict.
