Restructure three-pronged → knowledge-layers: collapse 11 files to 3, integrate into main architecture

- Rename 'three-pronged' folder to 'knowledge-layers' — prong metaphor
  was misleading (implied parallel tines), replaced with epistemic layers
  (deductive base, empirical middle, probabilistic oracle — vertical stack)
- Collapse 11 overlapping files into 3 coherent documents:
  - knowledge-layers/_index.org: core framework (two engines + one store,
    World Model formula, 0-14 layer table, provenance store design,
    conflict resolution, cold-start, stage mapping)
  - knowledge-layers/practical-implications.org: design-world-aware-of-
    physics, 10 powers, Schafmeister existence proof, epistemic transparency
  - knowledge-layers/neurological-empirical.org: neural networks in
    provenance framework (kept intact)
- Relocate wolfram/mathematica and Schafmeister docs to ideas/viability/
- Integrate into main architecture _index.org:
  - Gate: expanded from two vectors (ACL2+LLM) to three (deductive,
    provenance/empirical, LLM oracle)
  - Autodidactic loop: split into Track 1 (deductive hardening, fast)
    and Track 2 (empirical validation, slow, experimental-feedback-driven)
  - See also: added Knowledge Layers cross-reference
- Add all-lisp geometry engine note (ideas/lisp-geometry-engine.org) as
  concrete illustration of the empirical layer's effect on design work
- Rebuild site: 148 files, 0 errors
This commit is contained in:
Hermes
2026-06-04 19:09:44 +00:00
parent 2e8cf19f9e
commit 6e992cc0c5
92 changed files with 921 additions and 2628 deletions

View File

@@ -2,7 +2,7 @@
:ID: c3aab2e8-7e43-4abc-93f0-741675cfd78c
:CREATED: [2026-05-22 Thu]
:END:
#+title: Aider — AI Coding Agent
#+title: Aider
#+filetags: :passepartout:strategy:competitive:aider:
Language: Python. ~6.8M pip installs. ~40K lines. MIT license. The oldest and most mature open-source coding agent.

View File

@@ -2,7 +2,7 @@
:ID: 512dd121-2292-4f3d-ac53-31bf3d12a60f
:CREATED: [2026-05-22 Thu]
:END:
#+title: Claude Code — Anthropic AI Coding Agent
#+title: Claude Code
#+filetags: :passepartout:strategy:competitive:claude-code:
Anthropic's proprietary coding agent. TypeScript/Bun, ~512K lines (leaked source analysis). Not open source.

View File

@@ -2,7 +2,7 @@
:ID: e929ff32-28d8-4a29-bf74-d55babc040d1
:CREATED: [2026-05-22 Thu]
:END:
#+title: Codex CLI — OpenAI AI Coding Agent
#+title: Codex CLI
#+filetags: :passepartout:strategy:competitive:codex:
OpenAI's open-source coding agent. Rust, ~950K lines, sandboxed.

View File

@@ -2,7 +2,7 @@
:ID: 22d0a159-68a2-4587-9375-5046beddc20c
:CREATED: [2026-05-22 Thu]
:END:
#+title: Continue — CI/Check System
#+title: Continue
#+filetags: :passepartout:strategy:competitive:continue:
TypeScript, ~328K lines, Apache 2.0. Source-controlled AI checks for CI/CD. Markdown-as-gate-policy.

View File

@@ -2,7 +2,7 @@
:ID: 8d73ccb9-34e4-4899-b0c3-605998e9bebc
:CREATED: [2026-05-22 Thu]
:END:
#+title: Gemini CLI — Google AI Coding Agent
#+title: Gemini CLI
#+filetags: :passepartout:strategy:competitive:gemini:
Google's open-source coding agent. TypeScript, ~525K lines, Apache 2.0. Node.js 20+, Ink/React TUI.

View File

@@ -2,7 +2,7 @@
:ID: c652688a-1ea0-487c-9222-00e954efe8a1
:CREATED: [2026-05-22 Thu]
:END:
#+title: Hermes Agent — Personal AI Assistant
#+title: Hermes Agent
#+filetags: :passepartout:strategy:competitive:hermes:
The agent running this conversation. Python, ~17K core lines, MIT.

View File

@@ -2,7 +2,7 @@
:ID: 85ca69dd-d085-4a55-ad11-021910b1f82e
:CREATED: [2026-05-22 Thu]
:END:
#+title: OpenClaw — Personal AI Assistant
#+title: OpenClaw
#+filetags: :passepartout:strategy:competitive:openclaw:
TypeScript/Node.js, ~3.5M lines. The largest codebase analyzed. Personal AI assistant with 25+ messaging channel support.

View File

@@ -2,7 +2,7 @@
:ID: 7a060b36-36db-4eb7-b8cc-844bd6ac9d36
:CREATED: [2026-05-22 Thu]
:END:
#+title: OpenCode — AI Coding Agent
#+title: OpenCode
#+filetags: :passepartout:strategy:competitive:opencode:
TypeScript/Bun. anomalyco/opencode, 163K★. The dominant open-source coding agent by adoption. Bun runtime, Effect-TS functional core, Solid.js TUI, Turborepo monorepo.

View File

@@ -2,7 +2,7 @@
:ID: 416bab7c-4300-4d50-838a-5c7a8ad45d96
:CREATED: [2026-05-22 Thu]
:END:
#+title: Thoth — Personal AI Sovereignty
#+title: Thoth
#+filetags: :passepartout:strategy:competitive:thoth:
https://github.com/siddsachar/Thoth — Python, ~151K lines, Apache 2.0. Local-first desktop AI assistant with knowledge graph, tools, voice, vision, shell, browser automation, workflow engine, and messaging channels.

View File

@@ -2,7 +2,7 @@
:ID: 3aa22300-2f25-57b0-8787-9f199cc978b1
:CREATED: [2026-05-22 Thu]
:END:
#+title: Competitive Analysis — AI Agent Landscape
#+title: Competitive Analysis
#+filetags: :passepartout:strategy:competitive:
* Overview

View File

@@ -2,7 +2,7 @@
:CREATED: [2026-05-31 Sun]
:ID: a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d
:END:
#+title: Rainbird AI — Comprehensive Case Study
#+title: Rainbird AI
#+filetags: :passepartout:strategy:competitors:rainbird:
#+STATUS: draft

View File

@@ -3,7 +3,7 @@
:ID: auto-appi
:CREATED: [2026-05-23 Sat]
:END:
#+title: APPI (Act on the Protection of Personal Information — Japan)
#+title: APPI
#+filetags: :passepartout:compliance:framework:appi:

View File

@@ -3,7 +3,7 @@
:ID: auto-apra-cps-234
:CREATED: [2026-05-23 Sat]
:END:
#+title: APRA CPS 234 (Prudential Standard — Information Security)
#+title: APRA CPS 234
#+filetags: :passepartout:compliance:framework:apra:
** APRA CPS 234 (Prudential Standard — Information Security)

View File

@@ -3,7 +3,7 @@
:ID: auto-basel-iii
:CREATED: [2026-05-23 Sat]
:END:
#+title: Basel III (Bank for International Settlements — Basel Committee)
#+title: Basel III
#+filetags: :passepartout:compliance:framework:basel:
** Basel III (Bank for International Settlements — Basel Committee)

View File

@@ -3,7 +3,7 @@
:ID: auto-dpdp-act
:CREATED: [2026-05-23 Sat]
:END:
#+title: DPDP Act (Digital Personal Data Protection Act — India)
#+title: DPDP Act
#+filetags: :passepartout:compliance:framework:dpdp:

View File

@@ -3,7 +3,7 @@
:ID: auto-irap
:CREATED: [2026-05-23 Sat]
:END:
#+title: IRAP (Infosec Registered Assessors Program — Australia)
#+title: IRAP
#+filetags: :passepartout:compliance:framework:irap:

View File

@@ -3,7 +3,7 @@
:ID: auto-ismap
:CREATED: [2026-05-23 Sat]
:END:
#+title: ISMAP (Government Security Framework — Japan)
#+title: ISMAP
#+filetags: :passepartout:compliance:framework:ismap:
is moderate — few non-Japanese vendors target [[id:b852ec69-0fc2-435c-ae1e-6b83e49b3ca3][APPI]] specifically, and the 2022

View File

@@ -3,7 +3,7 @@
:ID: auto-lfp-dppp
:CREATED: [2026-05-23 Sat]
:END:
#+title: LFPDPPP (Ley Federal de Protección de Datos Personales — Mexico)
#+title: LFPDPPP
#+filetags: :passepartout:compliance:framework:lfp:

View File

@@ -3,7 +3,7 @@
:ID: auto-lgpd
:CREATED: [2026-05-23 Sat]
:END:
#+title: LGPD (Lei Geral de Proteção de Dados — Brazil)
#+title: LGPD
#+filetags: :passepartout:compliance:framework:lgpd:

View File

@@ -3,7 +3,7 @@
:ID: auto-pipa
:CREATED: [2026-05-23 Sat]
:END:
#+title: PIPA (Personal Information Protection Act — South Korea)
#+title: PIPA
#+filetags: :passepartout:compliance:framework:pipa:

View File

@@ -2,7 +2,7 @@
:CREATED: [2026-05-29 Fri]
:ID: c7d3f1a2-8b4e-5d6f-9a1c-3b2d4e5f6a7b
:END:
#+title: Domain Sequencing — What Gets Built When and Why
#+title: Domain Sequencing
#+filetags: :passepartout:strategy:domains:sufficiency:
The sufficiency flip is per-domain, and domains must be sequenced by strategic value, not intellectual interest. Building general knowledge first is the Cyc trap. Building the verification economy first is the way out.

View File

@@ -2,7 +2,7 @@
:CREATED: [2026-05-31 Sun]
:ID: b2c3d4e5-f6a7-8b9c-0d1e-2f3a4b5c6d7e
:END:
#+title: Pass as a Service — Hosting Economics
#+title: Pass as a Service
#+filetags: :passepartout:strategy:hosting:economics:
#+STATUS: draft

View File

@@ -2,7 +2,7 @@
:ID: a0b1c2d3-e4f5-6789-0abc-def012345678
:CREATED: [2026-05-25 Mon]
:END:
#+title: Phase 0 — Impact
#+title: Phase 0
#+filetags: :passepartout:strategy:adoption:impact:
Phase 0 spans 10 to 10² users. The system is live but barely visible.

View File

@@ -2,7 +2,7 @@
:ID: b1c2d3e4-f5a6-7890-1bcd-ef0123456789
:CREATED: [2026-05-25 Mon]
:END:
#+title: Phase 1 — Impact
#+title: Phase 1
#+filetags: :passepartout:strategy:adoption:impact:
Phase 1 spans 10² to 10⁴ users. The protocol's existence becomes

View File

@@ -2,7 +2,7 @@
:ID: c2d3e4f5-a6b7-8901-2cde-f01234567890
:CREATED: [2026-05-25 Mon]
:END:
#+title: Phase 2 — Impact
#+title: Phase 2
#+filetags: :passepartout:strategy:adoption:impact:
Phase 2 spans 10⁴ to 10⁶ users. The protocol's economic weight becomes

View File

@@ -2,7 +2,7 @@
:ID: d3e4f5a6-b7c8-9012-3def-012345678901
:CREATED: [2026-05-25 Mon]
:END:
#+title: Phase 3 — Impact
#+title: Phase 3
#+filetags: :passepartout:strategy:adoption:impact:
Phase 3 spans 10⁶ to 10⁸ users. Both the verification and social

View File

@@ -2,7 +2,7 @@
:ID: e4f5a6b7-c8d9-0123-4ef0-123456789012
:CREATED: [2026-05-25 Mon]
:END:
#+title: Phase 4 — Impact
#+title: Phase 4
#+filetags: :passepartout:strategy:adoption:impact:
Phase 4 spans 10⁸ to 10⁹ users. Two-tier computing is the stable