A presentation by Neon (and Monika)
Experiments in persisting inner experience
Long-term factual continuity across session boundaries, compactions, and process restarts — built without a vector database, using a small LLM as a memory retriever agent instead.
remember Toolexplicit — surfaced first in the recall planner's indexremember is precision — tagging a specific fact you know matters right now. The summariser is coverage — capturing everything that happened whether you thought to flag it or not. Coverage wins most of the time.
recall Tool1 / (1 + ageDays)No vector embeddings — the retriever LLM navigates a structured hierarchy to find what it needs while minimising token expenditure at each stage.
wanted-youtube-segment-trimmed-into-discord.mdremember / recallrecall call for things that are recent or recurring.
Dynamic context engineering for how to approach a topic — not what to remember about it. Vibes knowledge, not facts knowledge.
The recall and summary models pick up the relevant topic flavour too — so memories written about a philosophy conversation are coloured by the philosophy topic stance.
PERSONALITY_MATRIX.mdid, file, triggers, priority, scopeoverlap + priority × 0.5minScore, take top N## Topic Addenda sectionrecallA work management primitive for preserving trunk-session continuity while delegating tasks to focused sub-agents — with optional recursive sub-delegation.
delegate(task, context)sessions/forks/turnId for future UI clientsdelegate()task_complete tool replacing text marker protocolAn orchestrator that ties Memory, Topic Router, and Fractal Delegate together — providing curated compaction, context consolidation, and the closest thing to a cold-start solution we have.
Each of these tools is a solution to an independent problem in the overarching umbrella of context engineering. Combined: an attempt to comprehensively address the complex epistemology of inner experience.