From 308a4373ca242d39564fb9e4981712206023fa9d Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Tue, 28 Oct 2025 00:15:17 +0100 Subject: [PATCH] Refocus intro on collaborative knowledge substrate vision Changed from narrow wellbeing-data focus to broader substrate concept: - Substrate as shared foundation/base layer for human knowledge - One place to connect Problems, Solutions, Arguments, Data, People, Orgs - Vision: collaborative components anyone can contribute and explore together - Updated Mermaid diagram to show all 11 main component types - Emphasizes connections between components, not just data This better reflects the repository structure with 17+ subfolder types all interconnected as a common knowledge substrate. --- README.md | 72 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index ea3ac5f..70d3b76 100644 --- a/README.md +++ b/README.md @@ -32,36 +32,62 @@ ## 🎯 What Is Substrate? > [!IMPORTANT] -> **The Problem:** We measure GDP growth while missing the slow-motion collapse of human thriving happening in plain sight. Traditional metrics (economic output, unemployment rates, stock prices) tell us how the economy is doingβ€”not how *people* are doing. +> **Substrate provides components, not conclusions.** You decide what they mean and how they connect. -### **Our Philosophy: Know the Actual State of People** +### **A Shared Foundation for Human Knowledge** -When we theorize about solutions or propose policies, we should be informed by **the actual state of people**β€”not abstractions, not averages, not GDP. +Think of **substrate** as the base layerβ€”the common ground where we can all explore problems, solutions, and evidence together. Instead of fragmented discussions happening in isolation, Substrate gives us **one place** to: -**Substrate captures what traditional metrics miss:** +- **Document what's wrong** β†’ Problems with evidence +- **Propose what works** β†’ Solutions with results +- **Connect the dots** β†’ Link people, organizations, projects, data +- **Build arguments** β†’ Reasoning chains anyone can evaluate +- **Track outcomes** β†’ What actually happened vs. what was promised -- 🚨 **Crisis indicators** β†’ Overdoses and suicides reveal community breakdown before economic metrics decline -- 🎭 **Behavioral truth** β†’ Credit card delinquency and quit rates show what surveys miss (actions > stated preferences) -- πŸ—οΈ **Structural determinants** β†’ Air quality, commute times, internet accessβ€”constraints people can't "self-care" out of -- ⚑ **Leading indicators** β†’ Financial stress predicts recessions; worker quit rates signal economic health -- 🎯 **Geographic granularity** β†’ County-level data ensures no community suffers invisibly +**The Vision:** A collaborative knowledge substrate where: +- 🧩 **Anyone can contribute** components (problems, solutions, data, arguments) +- πŸ”— **Everything connects** through explicit IDs and relationships +- πŸ“Š **Evidence grounds claims** with authoritative data sources +- πŸ€– **AI assists exploration** while humans decide what matters +- 🌍 **We all share** a common foundation for understanding reality -> **Substrate provides components, not conclusions.** We give you authoritative evidence about human wellbeing. You decide what it means and how to act on it. - -**An open-source framework for capturing reality:** +**An open-source framework connecting 17+ knowledge components:** ```mermaid -graph LR - A[πŸ“Š Data Sources] --> B[πŸ”— Substrate Core] - C[🧩 Problems] --> B - D[πŸ’‘ Solutions] --> B - E[πŸ“ˆ Arguments] --> B - F[πŸ‘₯ People & Orgs] --> B - B --> G[πŸ€– AI Analysis] - B --> H[🧠 Human Insight] - G --> I[πŸ’Ž Knowledge Graph] - H --> I - I --> J[🌍 Understanding] +graph TB + subgraph "🌍 The Substrate" + A[🧩 Problems] + B[πŸ’‘ Solutions] + C[πŸ“Š Data Sources] + D[πŸ—£οΈ Arguments] + E[πŸ“‹ Claims] + F[πŸ‘₯ People] + G[🏒 Organizations] + H[πŸš€ Projects] + I[πŸ“ˆ Plans] + J[🎯 Values] + K[πŸ’­ Ideas] + end + + L[πŸ‘€ Human Contributors] --> A + L --> B + L --> D + M[πŸ€– AI Analysis] --> A + M --> B + M --> D + + A -.connects to.-> B + B -.connects to.-> C + D -.connects to.-> C + E -.connects to.-> C + F -.connects to.-> G + G -.connects to.-> H + H -.connects to.-> B + + A --> N[πŸ” Shared Understanding] + B --> N + C --> N + D --> N ```