Update wiki/axon.md
e5f835cf0957 harrisonqian 2026-04-12 1 file
index 5c1b12e..a0f5255 100644
@@ -21,4 +21,6 @@ axon is a personal memory and context layer that sits between your life's data a
the architecture is a structured store of personal context — not raw transcripts or files, but synthesized, indexed, and queryable facts about you. things like: "Harrison is working on orbit internship," "he knows Charlotte, who is interested in X," "he has been thinking about acoustic drone detection for 3 months." agents query axon before acting, which means they are not starting from scratch. the [[always-on-ai-assistant|always-on AI assistant]] feeds raw material into axon; [[life-search|life search]] is the human-facing query interface; the [[me-model|me model]] is the personalization layer that interprets the context. axon is the data structure between them.
-this is the most important infrastructure idea in the [[cluster-memory-and-context|memory and context]] cluster — it is not a product so much as a substrate that makes other products better. think of it as a personal knowledge graph that grows over time. the challenge is schema design: how do you represent context in a way that is flexible enough to accommodate anything but structured enough to be queryable and useful? the [[universal-data-capturer|universal data capturer]] addresses the raw ingestion problem; axon is the layer above that. also connects to [[context-window-optimizer|context window optimizer]] — once you have a rich context store, you need to be smart about what you surface to any given agent.
\ No newline at end of file
+this is the most important infrastructure idea in the [[cluster-memory-and-context|memory and context]] cluster — it is not a product so much as a substrate that makes other products better. think of it as a personal knowledge graph that grows over time. the challenge is schema design: how do you represent context in a way that is flexible enough to accommodate anything but structured enough to be queryable and useful? the [[universal-data-capturer|universal data capturer]] addresses the raw ingestion problem; axon is the layer above that.
+
+related: [[context-window-optimizer|context window optimizer]]
\ No newline at end of file