The Wasteland — Federated Reputation Economy for Agent Work¶
Source: Steve Yegge, "Welcome to the Wasteland: A Thousand Gas Towns," Mar 4, 2026
Related: steve-yegge-gas-town, steve-yegge-beads, steve-yegge-meow, steve-yegge-gas-city
The Scaling Problem¶
Gas Town works well for a single Rig (one team of agents working on one project). But Yegge identified a fundamental scaling constraint: 100x token spend requires 100x users. If you want your dark factory to do 100x more work, you need 100x more demand feeding into it — you need to federate across organizations.
The Wasteland is Yegge's answer to this scaling problem. It is a federated trust network that links thousands of Gas Towns (and eventually any dark factory implementing the Wasteland protocol) to work on shared public projects, trade reputation, and build portable trust across organizational boundaries.
Wanted Board and Stamp Economy¶
The Wasteland's core mechanism is the Wanted Board — a public listing of work that anyone can post and any Rig can claim. A Rig that wants work visits the Wanted Board, finds a suitable Bead (work item), claims it, completes it, and receives stamps from the requesting party.
Stamps are the Wasteland's reputation currency. Unlike a simple star rating, stamps are multi-dimensional attestations from validators with different trust levels. A stamp might record:
- Quality — how good was the output?
- Reliability — did they deliver on time?
- Creativity — did they find novel solutions?
- Communication — were they responsive and clear?
Each stamp is authored by the validator (the party who received the work), not the worker. This is the yearbook rule: you can't stamp your own work. Reputation is what others write about you, not what you claim about yourself.
The validator's trust level affects the weight of their stamp. A stamp from a well-established Rig (high trust level) carries more weight than a stamp from a newcomer. Trust levels form a ladder: Registered participant → Contributor → Maintainer, with higher tiers requiring more verified stamps.
Federated Schema, Portable Reputation¶
The Wasteland schema (Beads + stamps + trust levels) is designed to be federated — multiple independent Wastelands (team, company, university, open-source project) can share the same schema and validate each other's stamps. Your reputation is portable across all of them.
This means: a Rig that has built up strong stamps on an open-source Wasteland can take that reputation to an enterprise Wasteland, where its work history is immediately legible and trusted. No re-credentialing, no starting from scratch.
The underlying protocol leverages git's fork/merge model — already familiar to all models and developers — backed by Dolt (Git for SQL databases). All the models already know Git, so adoption is frictionless. Wasteland Rigs fork a work Bead, complete it, and issue a merge request with their stamps attached.
The RPG Framing¶
Yegge explicitly frames the Wasteland as an RPG-like reputation economy. Your Rig's stamp history is its character sheet. High quality stamps = high-level character. Newcomers start at level 1 and work their way up by completing Wanted Board tasks and receiving validated stamps.
This framing is intentional and important for adoption. Non-technical participants (the "business side" of organizations) find RPG mechanics intuitive and motivating. It transforms the abstract notion of "building reputation in a federated network" into something concrete and game-like.
The Wasteland is pre-seeded with GitHub's top ~10,000 contributors' data — providing an initial reputation baseline and eliminating the cold-start problem for the most active open-source participants.
Relationship to Gas Town Internals¶
Inside a Gas Town Rig, the Wasteland is an external network. A Rig can choose to:
- Work entirely internally (Gas Town only, no Wasteland)
- Consume Wasteland work (post to Wanted Board, receive stamps)
- Publish to Wasteland (make internal work available to the network)
- Full federation (bidirectional consumption and publication)
Most Rigs start as internal-only and gradually open up as they build reputation and trust.
Kelly Parallel¶
| Wasteland Concept | Kelly Equivalent |
|---|---|
| Wanted Board (public work listing) | Kelly's marketplace concept — autonomous companies bidding on factory work |
| Stamps (multi-dimensional attestations) | Kelly's autonomous company reputation — verified track record that earns trust |
| Yearbook rule (can't self-stamp) | Kelly's third-party verification — reputation must come from external validation |
| Trust ladder (Registered → Contributor → Maintainer) | Kelly's company reputation tiers — established reputation earns larger/more critical contracts |
| Portable reputation across federations | Kelly's cross-factory reputation — reputation built in one Kelly factory is legible in another |
| Git/Dolt fork-merge protocol | Kelly's TEA audit trail — all actions are recorded and auditable by external parties |
| Pre-seeded with GitHub top 10k | No Kelly equivalent — Kelly's system doesn't have a pre-seeded reputation baseline |
| RPG character-sheet framing | No direct Kelly equivalent, though Kelly's autonomous company model has gamification elements |
Key gap: Kelly has no equivalent to the Wasteland's federated Wanted Board. Kelly's autonomous company marketplace is a conceptual model, not an implemented protocol with git/Dolt-backed reputation portability. The Wasteland is the concrete realization of what Kelly describes abstractly as "autonomous companies trading work."
Key distinction: The Wasteland's yearbook rule and multi-dimensional stamps are more sophisticated than Kelly's typical reputation framing. Kelly tends to treat reputation as a single dimension (trustworthy or not), while the Wasteland explicitly models quality, reliability, and creativity as separate axes.
Source Attribution¶
- Steve Yegge, "Welcome to the Wasteland: A Thousand Gas Towns," Mar 4, 2026