June 21, 2026

The Substrate

A shared utility runtime where apps are hosted like SaaS, forkable like open source, and priced like a utility — so useful software can exist because it's useful, without a company behind every line of it.


The Problem

For software's entire history, the expensive part was making it. Writing, designing, and debugging were paid up front; running the finished product was nearly free, since serving one more user cost almost nothing. Every familiar business model — subscriptions, licenses, ads — exists to recover that large up-front cost by spreading it across many users over time.

AI is breaking this in two ways at once. First, it collapses the cost of creating software, while the cost of running it does not fall and in many cases increases: every request still burns compute, storage, and bandwidth. Additionally, software that serves AI models carries a more substantial, variable cost per use — a heavy user genuinely costs real money every time they act.

Both forces break the same hidden assumption every subscription and ad model quietly depends on: that the marginal cost of one more user is close to zero. When operation is variable and consumption-linked, that amortization fails. Power users bankrupt a flat plan while light users overpay to subsidize them — which is exactly backwards.

The consequence is a coming flood of useful software — niche utilities, personal tools, even substantial apps with real users — that costs increasingly little to build but still costs real money to keep alive. Most of it will never justify a company. So it dies — when the maintainer loses interest, moves on, or tires of paying to run something that doesn't directly benefit them. Everyone benefits, a few unpaid people carry the cost, and it runs on goodwill until the goodwill runs out.

Why Existing Models Don't Fit

SaaS assumes a company exists to fund hosting and maintenance indefinitely. It works well for software that can support a company, and leaves everything below that line invisible.

Ads fund software by making the advertiser the customer instead of the user, which bends the product's incentives toward capturing attention rather than usefulness — and toward tracking people across apps to target them. The misalignment is the problem, not advertising as such.

Self-hosted open source is free and forkable, but for a non-technical user — servers, configs, updates, a terminal — it is effectively inaccessible.

None of these simply lets a useful thing exist because it's useful. That's the gap The Substrate targets.

How It Works

Billing inversion. Today the developer pays to host and recovers the cost through philanthropy, subscriptions, or ads. The Substrate flips this: each user pays for the usage they personally cause — the reader pays for reads, the writer pays for writes — through one shared wallet. The developer stops carrying an open-ended bill and can go genuinely set-and-forget. Because the user pays directly, nothing in the core model requires ads — the user is the customer by construction, not the product.

One wallet, one identity. A single account and wallet work across every app on the platform. Users top up once and spend across everything, with transparent usage, spend limits, and visibility into how costs are distributed.

Dependency-tree revenue splitting. Because one platform sits in the execution path of every app, it can split an app's revenue down its entire dependency tree. Every library, module, and fork an app is built on can be paid in proportion to its contribution, automatically, each time the software runs.

Forkable by default. Apps and the platform itself are open and forkable. Forks don't sever the value chain — royalties can keep flowing to original contributors — so building on someone's work doesn't cut them out. Ownership of an app can be transferred to a new maintainer, with users and data moving natively, so software can outlive any one person's involvement.

Efficient by design. The runtime is event-driven and scales to zero, so idle apps cost nothing to keep available.

Predictable pricing on top of metering. Raw pay-per-use is mentally taxing, so the platform layers on the classic fixes: the wallet bundles many tiny costs into one top-up; developers can declare flat fees (effectively a subscription) in a manifest; and a free tier — subsidized by heavier users — covers light users.

What Each Side Gets

  • Users: one wallet and identity across all apps; pay only for what you use and nothing when idle; transparent, limitable spend; no ads by default; a free baseline allotment.
  • Developers: distribution, hosting, and billing handled; ship and walk away with no ongoing infrastructure bill; optional revenue through declared flat fees or royalties; earnings whenever their code is used as a dependency by someone else.
  • Organizations: pay for employees' usage and observe that usage clearly.

A Bigger Implication

Because apps are forkable, ownership is transferable, and the platform — not any single person — runs the code, The Substrate enables open-source, distributed ownership of large-scale, highly concurrent systems. Software no longer needs one human or company permanently responsible for it in order to keep running. If a maintainer disappears, the service can continue without their permission.

The most immediate value is the long tail — the useful software that can't justify a company. But the principle underneath it is not a long-tail property. "The user is the customer" is structural, and the failures of today's largest consumer platforms — feeds optimized for engagement, dating apps that profit when they don't work, value gated behind paywalls that exist to extract rather than to fund — are all downstream of the advertiser or investor being the real customer instead of the person using the product. The same inversion that lets a tiny app exist could let society's most central software exist aligned.

The Hard Parts

  • Micro-transaction fatigue. People dislike deciding, repeatedly, whether each tiny charge is worth it. The wallet, declared flat fees, and the free tier are the three mitigations.
  • Fair revenue splitting. "Pay people by contribution" has a precise mathematical form (the Shapley value), but it is exponential to compute and must be approximated — and once real money flows along it, people will try to game it.
  • Denial of wallet. If a user's actions cost money, an attacker can try to run up their bill. Caps, limits, and anomaly detection are required — "this app cost me forty dollars overnight" is the failure that must never happen.
  • The central-platform tension. The metering, fair splits, and shared wallet all require a powerful platform sitting in the middle of everything. That central position is both the source of the value and a contradiction of the open, commons-spirited thing it's meant to serve. The platform has to earn its place by being structurally non-extractive rather than by lock-in.
  • Other open issues. Trust, safety, and reliability are harder in a shared multi-tenant runtime; some maintenance still works against true set-and-forget; an open-source requirement may undermine genuinely proprietary value; and network effects are very difficult to build from zero.

Why It Has to Be Its Own Company

The platform's whole promise is non-extraction — thin, visible margins, no extractive ad model, the user as customer, money shared rather than captured. These are commitments about incentives, not features, and they can't be bolted onto an entity with an existing extractive business to protect. The Substrate must be built from zero, with the company's structure engineered as carefully as the platform itself: steward ownership, a capped or purpose-bound return, and a charter that hard-codes the core commitments deeply enough that no future board can quietly undo them.

Why Now

  • The infrastructure is ready. Running thousands of strangers' apps safely and cheaply, scaling to zero with no idle cost, now exists in production rather than research.
  • The Cambrian explosion of software is here. AI is producing the wave of useful-but-uncompanyable software that breaks the old funding models — and simultaneously making per-user operation costly and variable, dragging the whole industry toward the usage-based, metered pricing The Substrate is built around.
  • Agents dissolve the micro-transaction objection. That objection assumes a human paying the mental cost of each tiny decision. Software increasingly operated by agents has no such cost. For machines settling up with each other, pay-per-use stops being a tax on attention and becomes the natural way they transact.

We are slowly shifting towards a world of abundance. The institutions we built for scarcity will need to be reimagined to meet it one way or another.