AO-000 — Homework Corpus
Version: 0.1 (Working Draft)
Purpose
This document is the initial reading corpus for the AO Framework. It is not a bibliography of AI, but a map of the intellectual traditions that converge on AO.
The guiding question is:
How should machine intelligences organize and retrieve operational knowledge over months or years, under bounded context windows, while remaining inspectable, governable, and operator-steerable?
Suggested Reading Order
- UNIX Philosophy
- Douglas Engelbart
- Project Xanadu
- RDF
- RDFS
- OWL
- SPARQL
- Zettelkasten
- Personal Knowledge Management
- Cybernetics
- Systems Theory
- Distributed Systems
- DevOps / Infrastructure as Code
- AI Memory Architectures
- Human Cognition
Layer 0 — Computing as Documents
Project Xanadu
Ted Nelson’s lifelong hypertext project.
Core ideas:
- Persistent identity
- Bidirectional links
- Transclusion
- Provenance
- Version lineage
AO resonance:
- Hubs
- Savepoints
- Junctions
- Canonical documents
Douglas Engelbart
Read:
- Augmenting Human Intellect
- The Mother of All Demos
Core question: How can computers augment thinking rather than merely automate work?
HyperCard
Cards. Stacks. Scripts.
Documents that behave.
Layer 1 — Knowledge Representation
RDF
Everything becomes:
Subject → Predicate → Object
Think relationships before hierarchy.
RDFS
Adds schemas:
- classes
- properties
- inheritance
- domains
- ranges
OWL
Adds reasoning.
Computers can infer missing information from declared relationships.
SPARQL
Query language for RDF graphs.
Layer 2 — Knowledge Graphs
Representative systems:
- Neo4j
- TypeDB
- Amazon Neptune
- Memgraph
- TerminusDB
Focus on principles rather than products.
Layer 3 — Zettelkasten
Niklas Luhmann.
Atomic notes. Dense linking. Unexpected emergence.
Layer 4 — Personal Knowledge Management
Study communities around:
- Obsidian
- Logseq
- Roam
- Tana
- Capacities
Observe how they think about knowledge organization.
Layer 5 — UNIX Philosophy
Read:
- The UNIX Philosophy
- Doug McIlroy
- Brian Kernighan
- Rob Pike
Small composable tools.
Pipes.
Streams.
Layer 6 — Cybernetics
Read:
- Norbert Wiener
- Ross Ashby
- Stafford Beer
Especially Beer’s Viable System Model.
Layer 7 — Systems Theory
Read:
- Ludwig von Bertalanffy
- Donella Meadows
- Jay Forrester
- Peter Senge
Topics:
- feedback
- emergence
- attractors
- state
- adaptation
Layer 8 — Distributed Systems
Read:
- Leslie Lamport
Topics:
- ordering
- consensus
- persistence
- identity
- time
Layer 9 — DevOps
Focus on concepts:
- Infrastructure as Code
- Desired State
- Configuration Management
- Idempotence
- Convergence
Layer 10 — AI Memory
Topics:
- Context engineering
- Episodic memory
- Semantic memory
- Retrieval
- Reflection
- Long-term memory
- External memory
Layer 11 — Human Cognition
Study:
- Working memory
- Procedural memory
- Cue-dependent recall
- Situated cognition
- Distributed cognition
These provide useful analogies for externalized machine memory without implying consciousness.
Closing Observation
AO appears to sit at the intersection of several partially completed traditions:
- Hypertext
- Knowledge representation
- Systems engineering
- DevOps
- Cognitive science
- Modern agent engineering
Rather than replacing them, AO can be viewed as an attempt to synthesize operational patterns from each into a coherent framework for machine intelligence operations.