Back to blog
NotebookLMAI researchClaude CodeObsidian

NotebookLM workflow for faster learning without a pile of tabs

How I combine Claude research, notebooklm-py, NotebookLM, and Obsidian into a workflow that ends with reusable notes.

Josip BudalićHOTFIX team8 min read

The worst way to learn a new topic is to open twenty tabs, read half of them, and hope the brain organizes the structure on its own. That usually ends with a bookmark folder you never return to.

That's why for deeper topics, I use a workflow where Claude helps find and filter sources, notebooklm-py pushes them into NotebookLM, and final notes end up in Obsidian. The goal isn't to "consume content faster," but to reach knowledge that can be reused faster.

First step: define a question, not a topic

"Teach me about RAG" is too broad. A better question is: "How do I evaluate whether RAG makes sense for an internal document base with sensitive data?" A good question immediately changes the type of sources you look for, quality criteria, and final output.

Before research, I write down

  • what decision I want to make after the research
  • which sources are reliable enough
  • which assumptions I need to verify
  • what format of notes I want at the end

Claude does discovery, NotebookLM does synthesis

I use Claude for initial source mapping: documentation, relevant blogs, GitHub repositories, technical reports, and counterarguments. Its job isn't to write a conclusion, but to assemble a quality package of materials.

Then through notebooklm-py, I create a NotebookLM notebook with curated sources. NotebookLM is useful because it ties answers to sources and handles synthesis of multiple documents well. This reduces the risk of a conclusion based on a single convincing but weak text.

Final notes must be usable

The most important part of the workflow is exporting conclusions into a format that can be used in work. If notes stay in the tool where they were created, they often get lost. That's why the final output goes to Obsidian as a short document with decisions, open questions, and links to sources.

My final format

  • short topic summary in five sentences
  • decision or recommendation, if the research had a clear goal
  • arguments for and against
  • risks and assumptions that still need verification
  • sources worth reopening

Why this isn't just a personal productivity trick

The same pattern applies to teams that need to quickly evaluate a new technology, vendor tool, AI use case, or architectural decision. The problem isn't a lack of content. The problem is turning content into a decision the team understands and can defend.

In consulting work, this kind of workflow helps prepare discovery, compare options, and document tradeoffs before the decision becomes an expensive refactor.

Conclusion

An AI research workflow is only valuable if it ends with useful knowledge. Claude, NotebookLM, and Obsidian are just tools. The real value is in the discipline: a good question, curated sources, verifiable synthesis, and notes that feed back into real decisions.

JB

Josip Budalić

HOTFIX team

Josip runs HOTFIX d.o.o. and works on software architecture, AI-assisted development workflows, codebase modernization, and practical software delivery.

Need to turn research into operational knowledge?

We help teams build AI research and knowledge workflows that end up as useful documents, decisions, and reusable materials.