The mechanism: agent-work memory, not user memory
Brain's core design choice is what it chooses to remember. Most AI memory systems store facts about you — your name, preferences, recurring instructions. Brain instead records what the agent did: which connectors were used, which sources turned out valid, what the user corrected, and which attempts hit dead ends [1]. Each finished Computer task plugs into a context graph, and at intervals (Perplexity describes an overnight cadence) Brain reviews that graph and synthesizes it into a personal LLM wiki that automatically loads into the agent sandbox before the next run [3]. The stored knowledge is organized by topic and surfaced as a navigable 3D map of connections — an Obsidian-style graph — with retrieval happening only when a task needs it [4]. Critically, every memory entry links back to the session, file, or source it came from, which is what gives the system its traceability claim [2]. The practical upshot is a stateful agent that resumes a project with prior decisions and validated sources already in hand instead of re-deriving them from a cold prompt.



