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

  1. UNIX Philosophy
  2. Douglas Engelbart
  3. Project Xanadu
  4. RDF
  5. RDFS
  6. OWL
  7. SPARQL
  8. Zettelkasten
  9. Personal Knowledge Management
  10. Cybernetics
  11. Systems Theory
  12. Distributed Systems
  13. DevOps / Infrastructure as Code
  14. AI Memory Architectures
  15. 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.