Back to Podcast Digest
AI Engineer39m

Turn 10,994 Notes Into Memory - Paul Iusztin, Decoding AI & Louis-François Bouchard, Towards AI

TL;DR

  • Personal knowledge at scale: Paul has 5,000+ notes in Obsidian, 5,000+ in Readwise, growing by 250 files per month, and couldn't find relevant notes when starting new projects.

  • File-based over vector databases: They deliberately chose plain markdown files and a simple index.yaml over vector databases for inspectability, simplicity, and human-friendliness.

  • Three-layer architecture: Raw files (immutable sources), wiki derivatives (LLM-generated concepts, comparisons, entities), and an index that ties everything together through references.

  • Wiki that evolves with use: Every question leaves a trace. New concept files, notes, and comparisons are created automatically as you interact with the system.

  • Deep research algorithm: An orchestrator generates questions, multiple agents search across your second brain plus the public web, results are ranked by relevance, and everything is synthesized into the wiki.

  • Built for AI engineers: The repo includes Claude Code plugins and skills you can customize. One prompt added YouTube transcript support in seconds.

The Breakdown

Paul Iusztin and Louis-François Bouchard built a personal AI research OS that transforms 10,000+ scattered notes into a living, queryable wiki. The system uses a file-based architecture that avoids vector databases while enabling deep research across Obsidian, Readwise, GitHub, and the public web.

Was This Useful?

Share