Open Source · Built to Code

Survival for the
Intelligence Explosion

An open-source manual for building a Shouse — a dry, powered, autonomous node. Lower your overhead. Grow food. Run compute. Understand your own stack.

$25k
Materials-only budget for an owner-built node. It is what the parts cost, not what the project costs.
Costs vary by region, land, and permits. Always consult licensed professionals.

10 Chapters, Start to Finish

From philosophy to plumbing. Each chapter is a standalone module — build in sequence or jump to what you need.

Chapter 01

World is Getting Weird

Why build now. The intelligence explosion, economic dislocation, and the case for local resilience.

Chapter 02

Infrastructure of Crucible

Iron, GPUs, and the AI Crucible. Surplus industrial hardware as the engine of local capacity.

Chapter 03

Metal Box

Double-wide container engineering. Structural modification, insulation, and climate control basics.

Chapter 04

Robot on Roof

FarmBot + Mycodo for automated food production. Solar panel layout, rainwater integration, growing beds.

Chapter 05

Permits and Paperwork

How to work with your building department instead of around it. Title 25, zoning, and what to ask before you buy anything.

Chapter 06

Digital Walkie Talkie

Local ActivityPub and community mesh. Federated communication without cloud dependency.

Chapter 07

The $25k Build Budget

Full shopping list. Sourcing from surplus, auction, and salvage. The Scavenger Map protocol.

Chapter 08

Comments Section of Reality

Community infrastructure. Peer-to-peer technical training and the Stewardship Workshop curriculum.

Chapter 09

Technical Appendix

Engine Room deep-dive. arena.py, docker-compose, GPU orchestration, and the Integration Nexus.

Chapter 10

Digital Bucket Brigade

libp2p mesh networking. Resilient node-to-node data relay without central infrastructure.

Engine Room Components

Every layer is open-source, self-hostable, and designed to run on surplus hardware.

🌱

FarmBot

CNC precision planting, watering, and weed detection on the growing bed.

🍄

Mycodo

Environmental sensing and automation. Humidity, CO₂, temp, and light control.

🐳

Docker Compose

Containerized service orchestration. Reproducible across any x86 or ARM node.

arena.py

The AI Crucible. Orchestrates local LLM inference on surplus GPU hardware.

📡

libp2p Mesh

Peer-to-peer networking layer. Nodes find each other without DNS or central relay.

🦣

ActivityPub

Federated local social layer. Community coordination without platform lock-in.

Quickstart

Clone, compose, run. Full manual in /docs.

# 1. Clone the repository
git clone https://github.com/ctavolazzi/autoseed-systems
cd autoseed-systems

# 2. Launch containers
docker compose up -d

# 3. Run the Crucible
python3 examples/arena.py
View on GitHub Follow @JohnnyAutoseed