---
schema: "swft.publication/v1"
id: "rise-of-software-factories"
title: "The rise of software factories"
description: "Ben Guo's personal software factory manifesto on agent autonomy, reusable routines, inspiration, productivity, and coordination."
summary: "Ben Guo argues that the falling cost of turning ideas into software makes the production system itself worth designing. His two levers are better inputs for coding agents and more useful output from every unit of model work. This is a personal operating view, not SWFT's neutral definition."
canonical: "https://swft.io/the-rise-of-software-factories"
author: "Ben Guo"
author_type: "Person"
published: "2026-08-31"
modified: "2026-09-02"
kind: "essay"
section: "Ideas"
tags: ["software factories", "coding agents", "agent productivity", "token efficiency"]
evidence_labels: ["OBS", "SELF-REPORT"]
source_ids: ["mythical-man-month-reference", "rise-software-factories-original", "stripe-sessions-2026", "tokscale-ben-guo"]
image: "https://swft.io/media/the-rise-of-software-factories/3eccb2de0d1da8af4d3e23114f080b9f2b0a810c2590917b204a014b74c4a7af.jpg"
image_alt: "A black-and-white technical engraving of a multi-level industrial machine with chutes and hoppers"
image_caption: "A black-and-white technical engraving of an industrial machine, retained from the author's original publication."
---

# The rise of software factories

A personal manifesto about building more software by improving the system around coding agents.

![A black-and-white technical engraving of a multi-level industrial machine with chutes and hoppers](https://swft.io/media/the-rise-of-software-factories/3eccb2de0d1da8af4d3e23114f080b9f2b0a810c2590917b204a014b74c4a7af.jpg)

*A black-and-white technical engraving of an industrial machine, retained from the author's original publication.*

> **Editor's note:** This is Ben Guo's personal manifesto, preserved in his original words. For a neutral introduction, start with What is a software factory? Stripe's linked transcript also frames the opening claim conditionally: it says there was ‘at least a reasonable chance’ people would later view 2026 Q1 that way, rather than making an unqualified prediction.

Stripe [predicted at Sessions](https://stripe.com/sessions/2026/opening-remarks-and-product) this year that “2026 Q1 will be looked back on as the first quarter of the singularity”. This year has truly marked the beginning of a remarkable time. As I embark on a new chapter in my career as a solo builder, I marvel at how fortunate I am to have aligned myself with a great new chapter for building internet businesses. Leaning into this chapter means lowering your threshold for trying things, and even letting yourself get a bit manic. Restrained AI psychosis is a perfectly reasonable reaction to this remarkable time we live in, when the cost of transforming ideas into reality has fallen to the floor.

With a sufficiently advanced software factory, you can print & operate software at industrial scale. Distribution of all that software is a separate challenge (still figuring that part out). My nature, as an engineer, is to begin by optimizing the means of production.

The throughput of your factory depends on two things: the **rate of input** and **token efficiency**.

To improve the **rate of input** to my factory, I’ve focused on 3 areas:

1. **Autonomy**. I aim for my agents to be capable of working for hours or days off a single short prompt. Some iterative planning and specification is still required when I start large initiatives, but most of my steering happens at arms length.
2. **Routines**. I monitor a growing herd of agent routines. These require much less input from me: they iterate reliably toward some goal, evolving themselves over time.
3. **Inspiration**. I drink from a firehose of ideas so that I have plenty of high quality input for my factory. I’ve found X and HackerNews to be good watering holes, and I’m building a network of like-minded friends. I frequently feed my factory with the best open-source projects, blog posts, and research papers I encounter.

To improve **token efficiency** in my factory, I’ve focused on 2 areas:

1. **Agent productivity.** Your developer platform plays a pivotal role in the output of your factory. It’s well understood in software companies that strategic investments in shared foundations can increase velocity; they call it “developer productivity”. Agent productivity is the new developer productivity. Many old tools we used for optimizing human engineers are still relevant, but the field of agent productivity is brand new.
2. **Agent coordination.** Human teams pay a heavy coordination tax: scaling headcount [doesn’t predictably increase output](https://en.wikipedia.org/wiki/The_Mythical_Man-Month). Agent teams should in theory scale much more predictably, but it’s hard to get right. I have some experience here (I was #3 on the [Tokscale](https://tokscale.ai/u/0thernet) leaderboard last week), and I believe shared memory is a core part of the solution.

Most pursuits boil down to modeling your domain, routing information, and iteratively building toward some fixed goal. If the means of production can be automated, put on your hard hat – it’s time to build a factory.

⌁ Ben

## How we know

- **First-party report (SELF-REPORT)** Ben Guo describes his own operating model: rate of input and token efficiency, improved through autonomy, routines, inspiration, productivity, and coordination. Sources: [The rise of software factories](https://hraness.substack.com/p/the-rise-of-software-factories).
- **Observed artifact (OBS)** Stripe's official Sessions transcript conditionally proposes the possibility paraphrased in the opening sentence; it does not make an unqualified prediction. Sources: [Opening remarks and product keynote](https://stripe.com/sessions/2026/opening-remarks-and-product).
- **Observed artifact (OBS)** The coordination-cost and Tokscale links are preserved exactly from the captured original. Sources: [The Mythical Man-Month](https://en.wikipedia.org/wiki/The_Mythical_Man-Month); [Tokscale profile: 0thernet](https://tokscale.ai/u/0thernet).

## Sources

- **Observed artifact (OBS)** [The Mythical Man-Month](https://en.wikipedia.org/wiki/The_Mythical_Man-Month) — Wikipedia; accessed 2026-08-31. The exact reference link used in the original essay for the classic coordination-cost argument.
- **First-party report (SELF-REPORT)** [The rise of software factories](https://hraness.substack.com/p/the-rise-of-software-factories) — Hraness; published 2026-08-31; accessed 2026-08-31. Ben Guo's author-owned first publication and the original source for SWFT's authorized republication.
- **Observed artifact (OBS)** [Opening remarks and product keynote](https://stripe.com/sessions/2026/opening-remarks-and-product) — Stripe Sessions; published 2026-04-29; accessed 2026-08-31. Official transcript that conditionally raises how 2026 Q1 might later be viewed; the republished essay's stronger wording is preserved and corrected by a visible editor's note.
- **Observed artifact (OBS)** [Tokscale profile: 0thernet](https://tokscale.ai/u/0thernet) — Tokscale; accessed 2026-08-31. The exact public profile linked by the original essay; rankings are time-sensitive observations.

## Read next

- [What is a software factory?](/what-is-a-software-factory)
- [How an AI software factory works](/software-factory-architecture)
- [Software factory metrics that matter](/software-factory-metrics)
