
Tech • IA • Crypto
A method combining NotebookLM, Obsidian, and a ChatGPT Chrome extension makes it possible to build an optimized “second brain,” provided data quality and structure are well controlled.
The approach relies on integrating several tools: Obsidian to structure data, NotebookLM for analysis via Gemini, and a ChatGPT Chrome extension to automate queries. The goal is to create a personal research system capable of leveraging text, images, and metadata within a unified environment.
Direct file imports, especially PDFs, significantly degrade answer quality. Models lose table structure, mix text and images, and generate inconsistent data. This introduces “distractors” that disrupt model attention.
Studies show that the presence of just four distractors can reduce answer quality by 50 to 60%. All major models are affected, from ChatGPT to Claude to DeepSeek, with different behaviors: Claude remains cautious, while ChatGPT tends to answer even when uncertain.
The solution is to convert documents into clean formats via OCR, producing “RAW” files enriched with metadata. This structuring removes noise and optimizes model usage, a key requirement for an effective RAG system.
Extraction tools like Mistral OCR Document AI can separately recover images and their descriptions. These elements are then reinserted into the database as structured Markdown, with precise metadata indicating content, position, and context.
Once data is cleaned, NotebookLM becomes an advanced search engine capable of processing text, tables, and images simultaneously. Its closed system ensures only provided sources are used, improving answer relevance.
The Chrome extension enables the creation of skills, scripts that automate complex tasks. These agents control a browser, send queries to NotebookLM, retrieve responses, and reinject them into the user interface.
The process involves several steps: opening the interface, sending formatted queries, retrieving responses with citations (pages, images, tables), then delivering structured outputs. The agent acts as an intermediary between the user and the knowledge base.
Each answer can include precise references, such as page or image numbers. This traceability improves information verifiability and strengthens overall system reliability.
Thanks to structuring and automation, the system becomes faster, more accurate, and better suited for professional use. It surpasses the limits of Obsidian alone by fully leveraging Gemini’s native multimodality.
Installing skills carries serious risks. A malicious script can access the browser, local data, or environment variables and exfiltrate sensitive information. Reading and verifying code is essential before any use.
Building an effective second brain depends less on tools than on data quality and structure, which are essential to fully leverage AI models while minimizing risks.