ARCH: Clean Core Refactor & Terminology Alignment

This commit is contained in:
2026-04-13 09:03:42 -04:00
parent 8ee1c0c4df
commit b6b39472da
16 changed files with 163 additions and 78 deletions

View File

@@ -90,7 +90,7 @@ Deep architectural discussion on what a cognition-first agent would look like.
Key insights:
- Lisp machine philosophy: image-based persistence, live environment, homoiconicity
- Neurosymbolic computing: System 1 (LLMs/fast/intuitive) + System 2 (symbolic/slow/deliberate)
- Neurosymbolic computing: Probabilistic Engine (LLMs/fast/intuitive) + Deterministic Engine (symbolic/slow/deterministic)
- PDS as runtime environment, not just storage
- Org-mode as native cognitive interface
- Always-on, interrupt-driven proactivity (not request-response)