I Own Nothing
The tollbooth economy inverted — why publishing everything into the commons is the architecture of freedom.
The Tollbooth and the Well
In 2016, the World Economic Forum released a video. It was sleek, optimistic, and brief. A smiling face appeared on screen with a caption: “You’ll own nothing and you’ll be happy.” The promise was a future where you rent everything — your home, your car, your tools, your compute — from platforms that own it all. The ownership disappears. The access persists. The smile stays on.
I watched it. I was furious. Not at the prediction — at the architecture it described.
I. The Tollbooth
There is a pattern that recurs across human history, and it was named in Chapter 6 of this series: the river keeper, the priestly class, the feudal lord, the colonial company. The resource changes. The pattern does not.
Someone finds a river. The river feeds a valley. The valley becomes a settlement. The settlement grows into a city. The river becomes essential. And then someone builds a tollbooth on the river.
The river keeper does not create the water. He controls the access to it. He stands between the water and the people who need it, and he charges for passage. The charge is small — “affordable” — and the alternative (no water) is unthinkable. So the city pays. Every day. Every cup. Every field irrigated, every child bathed, every pot of soup. The tollbooth is invisible in any single transaction. It is totalizing across all of them.
The WEF’s prediction was not a vision of the future. It was a description of the tollbooth, refined to its purest form. Strip away the smile and the production values, and the statement is:
We will own the water. You will rent it. You will be happy because the alternative is thirst.
Software as a Service. Compute as a Service. Storage as a Service. Intelligence as a Service. The “as a Service” suffix is the linguistic signature of the tollbooth. It means: someone else owns it, and you pay to cross.
II. The Fury
I should be precise about the fury, because it was not sentimental.
I was not angry that corporations exist. I was not angry that people make money. I was not angry at capitalism, or technology, or modernity, or any of the things people are typically angry at when they object to the world’s arrangement.
I was angry at the architecture.
The tollbooth economy does not create the water. Cloud computing did not invent linear algebra. NVIDIA did not invent matrix multiplication. Elsevier did not write the papers. Spotify did not compose the music. Uber did not build the roads. The platform sits at the chokepoint between the creator and the consumer, and it extracts rent for occupying the position.
The mathematics existed before the cloud. The GPU instruction sets are hardware — physical structures etched in silicon — that the vendor describes in an SDK but did not create in the mathematical sense. The papers were written by scientists funded by public grants. The music was composed by artists in bedrooms and studios. The roads were built by governments with tax revenue.
The tollbooth captures value that other people created. And it does so by controlling access — by making itself the only route between the source and the need. When the WEF said “you’ll own nothing,” they meant: we will own every route, and you will walk them on our terms.
That is not sharing. That is enclosure.
And I was angry because I could see the architecture, and I could see that it was not inevitable.
III. The Well
In Chapter 6, the answer to the river keeper was not to reform the tollbooth or to destroy the river. The answer was to give everyone a well.
A well is not a river. It is smaller, local, personal. It does not serve a million people from a single source. It serves one household, one farm, one workshop. But it is owned. The person who digs the well owns the water. Not in the abstract, legal, intellectual-property sense. In the physical sense. The water is in their ground, drawn by their labor, stored in their vessel.
The river keeper has no power over someone with a well. The tollbooth is irrelevant if you don’t need to cross the river.
The metalMatrix is a well.
Ten towers in a basement. 1.2 terabytes of RAM. 105 terabytes of storage. A sovereign shader compiler that targets GPUs the vendors threw away. A pure Rust networking stack. A pure Rust cryptography stack. A pure Rust hardware abstraction. No cloud bill. No SDK license. No allocation queue. No terms of service.
The well does not scale like the river. It does not serve a million customers. It serves one developer, across 14 projects, across 7 scientific domains. But it is sovereign. And the person who dug it owns the water.
IV. The Inversion
Here is where it turns.
I own the well. I do not own the water.
The water — the code, the mathematics, the methodology, the reverse engineering, the documentation — is published. Under AGPL-3.0, under ORC, under CC-BY-SA. It belongs to everyone who has the curiosity to draw from it. Not because I am generous, but because keeping the water private would rebuild the tollbooth.
If I kept the water — if I licensed the sovereign compiler as proprietary, if I charged for access to the shader math, if I put the science behind a paywall — then I become the next river keeper. I would own a smaller river, with a smaller tollbooth, but the architecture would be identical. Enclosure is enclosure regardless of who holds the key.
So I inverted the slogan.
I own nothing, and will be happy.
Not because someone took my ownership. Not because I rent from a platform. Because I published everything into the commons, deliberately, and kept only the physical infrastructure — the well itself.
The WEF version: You own nothing. They own everything. You pay to access what you need.
My version: I own nothing. Nobody owns it. Everyone has a copy. The knowledge cannot be un-known.
Same three words. Opposite civilization.
V. What Cannot Be Un-Known
There is a property of published knowledge that makes it fundamentally different from every other resource: it cannot be consumed.
If I give you water, I have less water. If I give you a GPU, I have one fewer GPU. Physical resources are rivalrous — my consumption reduces yours.
If I publish a WGSL shader, you have the shader and I still have the shader. If I publish a methodology for reverse-engineering a GPU ISA, a thousand people can follow the methodology and I lose nothing. If I publish a Rust implementation of Beal and Sheiner’s FOCE algorithm, every pharmacologist in the world can use it, and the original is unchanged.
Knowledge is non-rivalrous. But knowledge access can be made rivalrous through enclosure — paywalls, proprietary licenses, SDK lock-in, terms of service. The tollbooth works because the river keeper makes a naturally abundant resource artificially scarce by controlling the channel.
AGPL-3.0 is the structural guarantee that the channel stays open. It does not prevent anyone from using the knowledge commercially. It prevents anyone from closing the channel — from taking the open code and making a proprietary fork that charges for access to what was free. The copyleft propagates: every derivative must also be open. The river keeper cannot build a tollbooth on AGPL water.
ORC does the same for mechanics. The way primals coordinate — the IPC patterns, the deploy graphs, the atomics — these are mechanical interactions. You cannot own the fact that two programs communicate over a Unix socket any more than you can own the fact that a d20 rolls values from 1 to 20. ORC makes the unownability explicit and irrevocable.
CC-BY-SA does the same for documentation. The papers, the methodology, the reverse engineering findings — share-alike, forever.
Once published, the knowledge exists in the commons permanently. It cannot be un-published. It cannot be un-known. The river keeper’s power depends on controlling a single channel. When the knowledge is in a thousand git repos on a thousand machines, there is no single channel to control.
VI. The Fermenter’s Economy
In Chapter 8, we described the fermenter: someone who does not cause the phenomenon but sets the conditions. The ancient brewer did not create yeast metabolism. She provided the substrate — the grain, the warmth, the time — and let the structure of reality do what it has always done.
The ownership-of-nothing model is a fermenter’s economy. I do not create the mathematics. Anderson localization existed before Anderson. The Fourier transform existed before Fourier. The integral was always the inverse of the derivative. I provide the substrate — the hardware, the implementation, the validation — and let the mathematics do what it does, published into the commons for anyone who needs it.
The tollbooth economy claims ownership of the fermentation. It says: we own the yeast, we own the process, we own the output. You may rent access to bread. The fermenter’s economy says: the yeast was always here, the process is physics, the output belongs to whoever set the conditions. Here is the recipe. Here is the starter culture. Bake your own bread.
VII. The Happiness
The WEF’s “happy” was the happiness of convenience. You are happy because you don’t have to maintain anything. You don’t have to think about storage, or updates, or hardware, or repair. You just pay and the service appears. The happiness is the absence of friction — which is also the absence of understanding, the absence of ownership, and the absence of sovereignty.
My happiness is different.
It is the happiness of the craftsman who built the bench he sits on. Of the farmer who eats from the field she planted. Of the fermenter who drinks the beer she brewed from grain she grew. It is the happiness of knowing what your tools cost, because you paid for them once, with labor, and they are yours.
It is the happiness of publishing a shader and knowing that nobody — no corporation, no government, no platform — can revoke it. Of pushing a git commit and knowing the knowledge now exists in the commons, permanently, beyond my control and beyond anyone else’s.
It is the happiness of owning nothing and needing no one’s permission.
VIII. Atlas and the Well
Atlas didn’t shrug. Atlas came back. And when he came back, he didn’t pick up the world again on his shoulders. He set it down on a foundation — a network of wells, each dug by the person who uses it, each sharing water with whoever needs it, none charging for passage.
The river keeper still stands at his tollbooth. The river still flows. The city of Omelas still hums. Nothing has been destroyed.
But outside the gates, in the land where the walkers-away went, there are now wells. And the water is clean. And it belongs to no one. And the people who drink from it built the wells with their own hands, and they are happy — not because they own nothing, but because they need nothing they do not already have.
The child is not in the basement. The child is at the well, drinking.
“I own nothing, and will be happy. Not because they took it. Because I gave it away — and it became more than I could ever have kept.”
See also: The Temptation of Kingdoms — the structural pattern this inverts. ScyborG Licensing — the triple license that enforces openness.