● Systems
Systems.
The agents and memory layer I run the rest of the work on.
01Memory System2024 → nowLLM sessions forget. Every new conversation starts cold, every tool re-asks the same five questions, and last week's context gets compacted into nothing. So I built the memory layer myself: markdown files I can read, a local index every agent calls into, and a continuity layer that lets a fresh session pick up where the last one stopped from real session notes.Memory + agents5 · agent surfaces wired inOpen →02Agent Infrastructure2024 → nowHow I run agents. The harness on top swaps out: Claude Code, Codex, Cursor, Hermes, Pi, more on the way. The system underneath stays the same. It's one shared brain: a custom skill library, safety-gated MCP forks, durable memory, and review gates, loaded into every tool. Open a different harness and the same setup is already there.Systems1 · shared operating brainOpen →


