Your Second Brain Is a Graveyard. Make It Agent Memory.

· Source: Decoding AI Magazine · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Software Development & Engineering, Robotics & Autonomous Systems · Depth: Intermediate, long

Summary

The article introduces an "AI Research OS," an LLM-maintained wiki designed to serve as an agent memory layer, addressing the limitations of traditional "second brains" and context window-bound LLM harnesses like Codex or NotebookLM. Developed by Louis-François Bouchard and the author, this system converts personal notes (e.g., 10,994 notes across Obsidian, Readwise, Notion, Google Drive) and web content into a dynamic, queryable knowledge base. The architecture evolved from static `research.md` outputs to a living LLM wiki, inspired by Andrej Karpathy's concept and Google's Open Knowledge Format. It operates without complex databases, utilizing plain files organized into `raw`, `wiki`, and `index` folders, enabling a human-inspectable knowledge graph viewable in Obsidian. The system supports progressive disclosure for querying and expands incrementally through new data ingestion, deep research rounds, or user interactions, while maintaining project-specific scope via the PARA method to preserve the integrity of the original second brain. The open-source implementation is available as a Claude Code plugin.

Key takeaway

For AI Engineers struggling with inert personal research notes, consider implementing an LLM wiki as your agent's memory layer. This approach transforms static "second brain" content into a dynamic, queryable knowledge base, enhancing agent performance for research, coding, and content creation. You should clone the open-source AI Research OS workshop to integrate your existing notes and web sources, enabling agents to access and evolve project-specific knowledge without complex database infrastructure.

Key insights

An LLM wiki acts as a dynamic agent memory, transforming static notes into a queryable, evolving knowledge base.

Principles

Method

The deep research algorithm uses an orchestrator and sub-agents for query rounds, ranking sources, and scraping top-K results. This feeds into an LLM wiki that generates entities, concepts, and comparisons.

In practice

Topics

Code references

Best for: AI Engineer, Machine Learning Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Decoding AI Magazine.