Warp Launches Factories: Turning a Pile of Coding Agents into Version-Controlled Pipelines, With the Model Left Up to You

Warp introduced Factories in closed beta on August 18, turning triage, specification, implementation, review and verification into orchestrated agent pipelines. Users pick their own model and harness — Warp says it works as well with Codex as with Claude Code — and the system integrates with Linear, Jira, Slack and Teams. Each factory is defined in version-controlled configuration files, so changing a pipeline goes through the same review as changing code. CEO Zach Lloyd says his own team automates roughly 30–35% of work weekly, and stresses this is not built to replace engineers.

It Sells Infrastructure, Not Another Agent

Factories does not ship a model. It breaks software development into the five conventional phases — triage, specification, implementation, review, verification — and any of them can go to an agent or stay with a person. Users choose their own model and harness, and Warp says it works as well with Codex as with Claude Code. What it plugs into is ticketing systems like Linear and Jira and messaging systems like Slack and Teams — meaning the trigger is a ticket or a message, not a prompt typed into a terminal. The real design choice is that each factory is defined in version-controlled configuration files. Changing a pipeline goes through the same review path as changing a line of code, which turns "how our agent workflow actually runs" into something diffable and revertible rather than scripts and habits scattered across individual machines. Running every agent in one environment has a useful side effect too: different configurations can be compared head to head, and total token spend can be watched in one place.

The Target Is Companies That Cannot Build This Themselves

Lloyd's read on the market is blunt — the big companies are already building their own. Stripe has been public about the minions system it uses to automate development inside its codebase, and Ramp built a background agent that monitors its own code after deployment. Factories aims at smaller teams without the resources to build the same thing from scratch; doing it properly, in his words, "is actually a huge infrastructure undertaking to do this right." One number is worth writing down: his own team automates roughly 30 to 35% of its work on a weekly basis, which he expects to rise as models and harnesses improve. That candid magnitude is more useful than any "AI writes all the code" pitch — it says that at today's level of tooling, a pipeline takes over a bounded but real slice, and people still do the rest.

What to Watch

It is in closed beta, with no public pricing and no general availability date. Beyond that, products in this category usually live or die on the reliability of the review and verification stages rather than the orchestration itself — a pipeline that lines up ten agents neatly still only produces a faster-growing queue of PRs to review if verification is weak. Teams evaluating it should measure one thing before counting supported models: how many of your weekly tickets can actually be written up as a clear specification.

via: TechCrunch, Warp