Perplexity "Brain": The Self Improving Wiki for Agents.
- Abhisek Mohapatra

- Jul 28
- 1 min read
Updated: 3 days ago
Solving the multi-session context amnesia problem with structured Markdown memory.

An uncomfortable truth about building autonomous AI agents is context windows are massive. However, agents are still hopelessly forgetful across long-term user workflows. Perplexity tackled this problem head-on by rolling out Brain, a persistent Markdown based memory architecture built into its autonomous agent framework.
Instead of stuffing raw chat histories into expensive vector stores and praying your RAG retrieval pulls the right semantic chunk, Brain operates like a living, self-updating knowledge wiki. As the agent navigates tasks, executes research, and interacts with users, it autonomously organizes, prunes, and structures insights into digestible document trees that it can reference and modify across subsequent sessions.
[Pic courtesy - Google Images.]
For AI product leads, this is a clean architectural lesson in pragmatic memory design. The future of agent UX isn't just about throwing more parameters at reasoning models; it’s about state management giving agents persistent, human readable scratchpads so they don't have to relearn your project requirements from scratch every Monday morning.



