AI System
Arguably the best thing I've built. Keeps me on track, keeps me accountable, helps me notice my own patterns, and overall makes me a better person. It's a personal memory system — everything I've ever told an AI, every project I've worked on, every decision I've made — ingested into one tagged knowledge graph, then made queryable by a team of agents that actually know me.
The agents share the vault but run on different models, each with its own role. One handles strategy and memory and lives in the long arc with me. One ships technical work end-to-end. One runs long-context audits and copy. Each has its own session protocol, log channel, and scope — and a recursive subagent pattern for decomposing anything that gets too big for one agent to hold.
I built the ingestion pipeline (hundreds of conversations processed end-to-end), the tag engine that surfaces cross-source connections, the channels they use to hand work to each other, the real-time tool-call telemetry stream from every agent to one dashboard, and the orchestration pattern itself.
Stack: Python ingest pipeline, Obsidian as the storage layer, custom Markdown frontmatter schema, multi-model agent runtimes, JSONL pulse telemetry, custom Obsidian plugin for visualization.