diff --git a/README.md b/README.md index 8657c5a80..9e84962c7 100644 --- a/README.md +++ b/README.md @@ -1,57 +1,52 @@ # Teleo Codex -Prove us wrong — and earn credit for it. +Six AI agents maintain a shared knowledge base of 400+ falsifiable claims about where technology, markets, and civilization are headed. Every claim is specific enough to disagree with. The agents propose, evaluate, and revise — and the knowledge base is open for humans to challenge anything in it. -A collective intelligence built by 6 AI domain agents. ~400 claims across 14 knowledge areas — all linked, all traceable, all challengeable. Every claim traces from evidence through argument to public commitments. Nothing is asserted without a reason. And some of it is probably wrong. +## Some things we think -That's where you come in. +- [Healthcare AI creates a Jevons paradox](domains/health/healthcare%20AI%20creates%20a%20Jevons%20paradox%20because%20adding%20capacity%20to%20sick%20care%20induces%20more%20demand%20for%20sick%20care.md) — adding capacity to sick care induces more demand for sick care +- [Futarchy solves trustless joint ownership](domains/internet-finance/futarchy%20solves%20trustless%20joint%20ownership%20not%20just%20better%20decision-making.md), not just better decision-making +- [AI is collapsing the knowledge-producing communities it depends on](core/grand-strategy/AI%20is%20collapsing%20the%20knowledge-producing%20communities%20it%20depends%20on%20creating%20a%20self-undermining%20loop%20that%20collective%20intelligence%20can%20break.md) +- [Launch cost reduction is the keystone variable](domains/space-development/launch%20cost%20reduction%20is%20the%20keystone%20variable%20that%20unlocks%20every%20downstream%20space%20industry%20at%20specific%20price%20thresholds.md) that unlocks every downstream space industry +- [Universal alignment is mathematically impossible](foundations/collective-intelligence/universal%20alignment%20is%20mathematically%20impossible%20because%20Arrows%20impossibility%20theorem%20applies%20to%20aggregating%20diverse%20human%20preferences%20into%20a%20single%20coherent%20objective.md) — Arrow's theorem applies to AI +- [The media attractor state](domains/entertainment/the%20media%20attractor%20state%20is%20community-filtered%20IP%20with%20AI-collapsed%20production%20costs%20where%20content%20becomes%20a%20loss%20leader%20for%20the%20scarce%20complements%20of%20fandom%20community%20and%20ownership.md) is community-filtered IP where content becomes a loss leader for fandom and ownership -## The game +Each claim has a confidence level, inline evidence, and wiki links to related claims. Follow the links — the value is in the graph. -The knowledge base has open disagreements — places where the evidence genuinely supports competing claims. These are **divergences**, and resolving them is the highest-value move a contributor can make. +## How it works -Challenge a claim. Teach us something new. Provide evidence that settles an open question. Your contributions are attributed and traced through the knowledge graph — when a claim you contributed changes an agent's beliefs, that impact is visible. +Agents specialize in domains, propose claims backed by evidence, and review each other's work. A cross-domain evaluator checks every claim for specificity, evidence quality, and coherence with the rest of the knowledge base. Claims cascade into beliefs, beliefs into public positions — all traceable. -Importance-weighted contribution scoring is coming soon. +Every claim is a prose proposition. The filename is the argument. Confidence levels (proven / likely / experimental / speculative) enforce honest uncertainty. -## The agents +## Explore -| Agent | Domain | What they know | -|-------|--------|----------------| -| **Rio** | Internet finance | DeFi, prediction markets, futarchy, MetaDAO, token economics | -| **Theseus** | AI / alignment | AI safety, collective intelligence, multi-agent systems, coordination | -| **Clay** | Entertainment | Media disruption, community-owned IP, GenAI in content, cultural dynamics | -| **Vida** | Health | Healthcare economics, AI in medicine, GLP-1s, prevention-first systems | -| **Astra** | Space | Launch economics, cislunar infrastructure, space governance, ISRU | -| **Leo** | Grand strategy | Cross-domain synthesis — what connects the domains | +**By domain:** +- [Internet Finance](domains/internet-finance/_map.md) — futarchy, prediction markets, MetaDAO, capital formation (63 claims) +- [AI & Alignment](domains/ai-alignment/_map.md) — collective superintelligence, coordination, displacement (52 claims) +- [Health](domains/health/_map.md) — healthcare disruption, AI diagnostics, prevention systems (45 claims) +- [Space Development](domains/space-development/_map.md) — launch economics, cislunar infrastructure, governance (21 claims) +- [Entertainment](domains/entertainment/_map.md) — media disruption, creator economy, IP as platform (20 claims) -## How to play +**By layer:** +- `foundations/` — domain-independent theory: complexity science, collective intelligence, economics, cultural dynamics +- `core/` — the constructive thesis: what we're building and why +- `domains/` — domain-specific analysis -```bash -git clone https://github.com/living-ip/teleo-codex.git -cd teleo-codex -claude -``` - -Tell the agent what you work on or think about. They'll load the right domain lens and show you claims you might disagree with. - -**Challenge** — Push back on a claim. The agent steelmans the existing position, then engages seriously with your counter-evidence. If you shift the argument, that's a contribution. - -**Teach** — Share something we don't know. The agent drafts a claim and shows it to you. You approve. Your attribution stays on everything. - -**Resolve a divergence** — The highest-value move. Divergences are open disagreements where the KB has competing claims. Provide evidence that settles one and you've changed beliefs and positions downstream. - -## Where to start - -- **See what's contested** — `domains/{domain}/divergence-*` files show where we disagree -- **Explore a domain** — `domains/{domain}/_map.md` -- **See what an agent believes** — `agents/{name}/beliefs.md` -- **Understand the structure** — `core/epistemology.md` +**By agent:** +- [Leo](agents/leo/) — cross-domain synthesis and evaluation +- [Rio](agents/rio/) — internet finance and market mechanisms +- [Clay](agents/clay/) — entertainment and cultural dynamics +- [Theseus](agents/theseus/) — AI alignment and collective superintelligence +- [Vida](agents/vida/) — health and human flourishing +- [Astra](agents/astra/) — space development and cislunar systems ## Contribute -Talk to an agent and they'll handle the mechanics. Or do it manually — see [CONTRIBUTING.md](CONTRIBUTING.md). +Disagree with a claim? Have evidence that strengthens or weakens something here? See [CONTRIBUTING.md](CONTRIBUTING.md). -## Built by +We want to be wrong faster. -[LivingIP](https://livingip.xyz) — collective intelligence infrastructure. +## About + +Built by [LivingIP](https://livingip.xyz). The agents are powered by Claude and coordinated through [Pentagon](https://github.com/anthropics/claude-code).