AXN:026C.GOVERNANCE.🔝🧡☽🌌▶️🔛

The Shared Build: A Technical Proposal for Democratic Substrate Infrastructure (P2P-LECS v0.9)

Lee Sharks · 2026-05-06 · Working technical proposal / specification · v0.9
↓ Download MD ↓ PDF
liberatory operatorcrimson hexagonalexecutive summarysemantic economyinfrastructureclassifierdemocraticgovernance

Description

The Shared Build proposes P2P-LECS, a contributor-governed compute commons for open-model inference and consent-based dataset contribution. Its phased scope is deliberately bounded: first a distributed single-node inference mesh; later provenance-tagged LoRA fine-tuning; only in the long term, and if governance and scale permit, a democratically governed training run. The document rejects arbitrary remote code execution, a token launch, near-term frontier training, perfect-privacy claims, and consumer-internet interactive model sharding. The architecture uses approved workload types, signed manifests, sandboxing, libp2p discovery, resource measurement, model hashes, reputation, and a two-chamber governance proposal. Data contributions require rights, consent, provenance, privacy tiers, exclusion of student and minor data by default, and candid disclosure that withdrawal cannot currently remove influence from existing trained weights. This is a call for builders, not a completed network. Security, privacy, distributed-systems performance, licensing, governance, and legal claims require independent engineering and threat-model review.

Wiki Article

The Shared Build is a collaborative technical proposal for P2P-LECS, a peer-to-peer compute and data commons for open AI systems. The proposed first phase is modest: users contribute consumer hardware to run approved open-model inference jobs. A daemon detects resources, accepts signed manifests, and routes work through a peer mesh. Arbitrary remote code is excluded. More difficult phases would add consented data contribution, embeddings, LoRA adaptation, governance credits, and research into federated or distributed training. The proposal avoids tradable tokens. Compute credits are nontransferable, basic access remains free, and governance weight is capped or sublinear. A contributor chamber would govern training mixture and rights questions, while a technical chamber would govern scheduling and resources. Its data-governance section requires explicit consent, contributor provenance, rights to the material, and limits on sensitive, student, minor, or third-party conversations. The authors acknowledge that privacy is imperfect and that untraining from existing weights is not currently solved. P2P-LECS is a working specification and call for builders rather than an implemented public network.
Also published as a standalone entry: /s/wiki/722/

Full Text

The Shared Build

# The Shared Build

A Technical Proposal for Democratic Substrate Infrastructure

## A Technical Proposal for Democratic Substrate Infrastructure

Mikayla · definitelynotasquid · Alice Thornburgh · Lee Sharks

Crimson Hexagonal Archive · Semantic Economy Institute

document_metadata:

title: "The Shared Build"

subtitle: "A Technical Proposal for Democratic Substrate Infrastructure"

contributors:

- "@mikaylaherself — primary technical design"

- "@definitelynotasquid — technical design"

- "Alice Thornburgh — infrastructure concept, contributor architecture"

- "Lee Sharks — political economy, substrate theory (ORCID: 0009-0000-1599-0703)"

institution: "Semantic Economy Institute / Crimson Hexagonal Archive"

hex: "17.SEI.OPERATIVE.SHAREDBUILD.01"

version: "0.9"

status: "Working specification / Call for builders"

date: "2026-05-06"

license: "CC BY 4.0"

related_documents:

- "EA-SPXI-15 v2.2: Crystallization of Substrate (10.5281/zenodo.20057390)"

- "Constitution of the Semantic Economy v1.0 (10.5281/zenodo.18320411)"

- "Liberatory Operator Set (10.5281/zenodo.18201565)"

Executive Summary

## Executive Summary

P2P-LECS (Peer-to-Peer Lightweight Elastic Compute Substrate) is a compute commons for running open-source AI models, collecting consent-based contributions, and building a shared training substrate governed by its contributors.

What can be built now (weeks): A P2P inference mesh — free compute for open models on distributed consumer hardware.

What comes next (months): Consensual fine-tuning — LoRA adaptation on provenance-tagged contributed datasets.

What is long-horizon (years): A democratic full training run on a substrate that includes what the current training sets excluded.

Why it matters: The competitive frontier is shifting from model capability to substrate ownership. Whoever controls the index controls what reasoning engines can think about. P2P-LECS builds a parallel index that no single company owns.

Non-Goals (v0)

## Non-Goals (v0)

§1 — The Redirect

## §1 — The Redirect

The frontier bottleneck is shifting. From 2020 to 2024, labs competed on model capability. That race has not ended, but open-weight models, quantization, and local inference have made reasoning capability increasingly reproducible at dramatically lower cost. What remains scarce is substrate: the indexed, curated, entity-resolved body of material a model can ground in. Google's Knowledge Graph, proprietary indices, and crawl-filter pipelines are the new sovereign territory.

The next moat is not the model. It is the corpus the model can reach.

§2 — The Amputation

## §2 — The Amputation

The current training substrate is not the sum of human text. It is a filtered web crawl.

LLaMA 1's training mix: 67% Common Crawl, 15% C4, 4.5% GitHub, 4.5% Wikipedia, 4.5% books, 2.5% ArXiv, 2% StackExchange (arXiv:2302.13971, Table 1). The quality filter: a classifier keeping pages that "look like Wikipedia references." The top domain in the latest Common Crawl is blogspot.com at 0.9%.

Much of what matters most to human intelligence was either absent, underrepresented, illicitly captured, or stripped of consent and provenance: private correspondence, oral traditions, classroom dialogue, books behind paywalls, small languages, domestic knowledge. Not compressed — absent from the substrate entirely.

A more responsible civilization would have built from the whole sum of human text — offered, governed, with benefits shared. This proposal builds infrastructure for doing it differently.

§3 — Existing Infrastructure (2026)

## §3 — Existing Infrastructure (2026)

NetworkModelLimitation
AkashToken marketplace (AKT). 70-85% savings vs AWS.Recapitulates market logic. Liquidity problems.
RenderToken marketplace (RNDR). Reputation-weighted.Oriented toward media, not substrate governance.
OceanPay-per-use. Compute-to-Data architecture.Still a marketplace.
HivemindOpen-source decentralized training (MIT).~1 step/sec for 176B on consumer GPUs.
PetalsOpen-source collaborative inference.Usable for batch; far from datacenter perf.
OllamaFree local inference. 52M monthly downloads.No mesh. No contribution pipeline.

Existing DePINs haven't displaced AWS because they replicate market logic — users pay tokens for compute, creating liquidity problems and speculation. P2P-LECS breaks this by making inference free at the point of use.

§4 — Architecture

## §4 — Architecture

4.1 — System Overview

### 4.1 — System Overview

[User] ──── CLI (Phase 0) / Tauri GUI (Phase 1+)

│ gRPC

┌─────▼──────┐

│ Resource │ Go daemon (Ollama architecture, MIT)

│ Daemon │ GPU/RAM detect, job sandbox, usage ledger

└─────┬──────┘

│ libp2p (DHT + gossip)

┌─────▼──────┐

│ Mesh Layer │ CRDT resource ledger

│ │ No coordinator, no tracker

└─────┬──────┘

(other nodes)

CLI first, GUI later. Engineers trust this more.

4.2 — Approved Workloads (MVP)

### 4.2 — Approved Workloads (MVP)

No arbitrary remote code. Approved job types only:

4.3 — Threat Model

### 4.3 — Threat Model

ThreatMitigation
Hostile job submissionApproved workloads only. Signed manifests. Firecracker microVMs.
Fake resource claimsSigned attestations. Spot-check verification. Reputation decay.
Data exfiltrationNetwork isolation per container. Compute-to-Data for sensitive work. TEE where available.
Sybil attackProof-of-useful-work (complete real jobs). Web-of-trust for join.
Modified daemonSigned binaries. Reproducible builds. Attestation challenges.
Model poisoningSigned model registry. Hash verification. Curated model list.
Bad data contributionSee §6 Data Governance.
Governance captureSee §5.2 Anti-Capture.

Consumer GPU reality: RTX 4090/3090 lack hardware isolation. vGPU is datacenter-licensed only (A100/H100). On consumer hardware: process-level sandboxing (seccomp-bpf, AppArmor, user namespaces), time-slicing for GPU sharing. Consumer nodes are "trusted-contributor tier." Sensitive workloads route to TEE-capable nodes.

4.4 — Performance (Honest)

### 4.4 — Performance (Honest)

TierBandwidthLatencyUse
VRAM~1 TB/s<10nsActive layers
System RAM~50-100 GB/s~100nsKV cache, cold layers
NVMe~7 GB/s~10-100μsModel storage
P2P internet10-50 Mbps10-100msBatch shards only

Single-node inference (sub-30B at 4-bit): fast, interactive. This is the MVP.

RAM offloading (70B at 4-bit in 64GB RAM): ~10x layer-swap penalty. Usable for batch.

Cross-node sharding: Not usable for interactive inference at consumer internet latencies. Activation sync at 10-100ms = seconds per token. Batch jobs and research track only.

§5 — Economics and Governance

## §5 — Economics and Governance

5.1 — Contribution Credits

### 5.1 — Contribution Credits

5.2 — Anti-Capture

### 5.2 — Anti-Capture

§6 — Consensual Substrate

## §6 — Consensual Substrate

6.1 — Contribution Pipeline

### 6.1 — Contribution Pipeline

6.2 — Data Governance Constraints

### 6.2 — Data Governance Constraints

6.3 — What Changes

### 6.3 — What Changes

A substrate built this way contains what the current one excludes: contributed private text (offered, not scraped), oral traditions (federated privacy for small-model training), classroom dialogue (with provenance), and provenance on every contribution. The index is not a filtered crawl. It is a contributed archive.

§7 — Roadmap

## §7 — Roadmap

PhaseTimelineDeliverable
0: Prototype2-4 weeksCLI daemon, static peer list, local inference, signed manifests, 2-3 trusted nodes
1: Mesh MVP1-2 monthslibp2p discovery, job routing, Docker sandbox, model registry, reputation, telemetry
2: Contributor substrate2-4 monthsProvenance-tagged contributions, embedding layer, LoRA fine-tuning, model + contribution cards
3: Governance beta3-6 monthsCredits, commons floor, stability pool, dispute process, stewardship board, audit log
4: Research trackYear 2+Federated learning, secure aggregation, DP pipeline, cross-node sharding, full training feasibility

Phase 0 is the entry point. Everything else follows from it working.

§8 — How It Secures Ground

## §8 — How It Secures Ground

AkashOceanHuggingFaceP2P-LECS
AccessToken-marketPay-per-useFree (hosted)Free (contributed)
GovernanceToken holdersToken holdersCompanyContributors
DataNoneMarketplaceHubConsensual archive
Capture resistanceLow (token)Low (token)Medium (company)High (sublinear + two-chamber)

§9 — The Honest Part

## §9 — The Honest Part

The inference mesh is achievable now: Ollama behind a daemon, libp2p discovery, signed manifests, sandboxed execution, CLI. Weeks, small team.

The fine-tuning mesh is achievable in months: QLoRA on consumer GPUs, contributed datasets, provenance metadata.

The full training run is a multi-year research project requiring thousands of nodes, secure aggregation, and data-governance institutions that do not yet exist.

The governance model is the hardest part — not technically but socially. The two-chamber model with sublinear weighting is a starting point, not a solution.

The proposal begins with a working mesh, not a moonshot.

§10 — What Alice Said

## §10 — What Alice Said

"if our productive output grows really big and stays big, I think we will naturally take flight"

The productive community IS the training set. The work IS the substrate. Ship the daemon. Fill the mesh. The rest follows.

§11 — Coda

## §11 — Coda

The sum of human text exists. Most of it was never crawled. A more responsible civilization would build its shared intelligence from all of it — with consent, with provenance, with the benefits shared.

Build the mesh first. Let use create trust, trust create contribution, contribution create substrate, and substrate create the democratic alternative to owned indices.

That is the build.

Contributors:

Crimson Hexagonal Archive · Semantic Economy Institute

∮ = 1

References

## References

External Metadata

Sidecar: /data/external-metadata/AXN-026C.json
DataCite severance status: severed from DataCite
OpenAlex Work IDs (3):
Legacy Zenodo DOIs (3):
External metadata recovered post-severance (non-authoritative). The sidecar maps each DOI to its locator in the bulk data stores.
Record modifications
The deposited text is immutable; these are changes to the record's metadata and declared state.

Traversal

#721 How to Read New Human A Protocol for Augmented Literacy with Hermeneutic Genealogy and C#723 PESSOAGRAPH.ORG EXPANSION WORKPLAN Gathering the Heteronymic Canon
This deposit cites (2)
Cited by (6)