NotebookLM vs Claude Code

🌱 Claude Code is, at the time of writing, quickly becoming the tool of choice for many social media articles on AI. Many YouTube creators, article writers, etc, are claiming that Claude Code can replace many other tools.

Two YouTube creators have reached opposite conclusions about whether 🌱 NotebookLM and Claude Code should coexist or compete.

That is the suggestion of Claude's 200 Skills Destroyed My NotebookLM Workflow, which argues that NotebookLM's fixed offering of only nine Studio output types is a real limitation. His solution is to build 200+ Claude "skills" - reusable prompt templates that act like personal digital employees, each tuned to produce a specific output in a specific format.

He claims that skills beat NotebookLM in the following ways:

It is important to note, however, that skills can not currently replicate NotebookLM's citation functionality.

On the other hand, Claude Code Can't Read 300 Files. So I Put It Inside NotebookLM identifies a further limit with Claude Code - it can't handle the same number of documents as NotebookLM. As such, he designed a boundary to leverage multiple tools. His architecture has three parts:

  1. Claude Code runs in a terminal inside an Obsidian vault and orchestrates the whole workflow.
  2. A NotebookLM CLI (an unofficial, community-built tool using internal Google APIs) lets Claude Code programmatically create notebooks, upload sources, run queries, and retrieve cited results.
  3. Obsidian receives the outputs - answers with citations preserved as wikilinks that jump to exact source passages.

The workflow he demonstrates: Claude Code searches YouTube for relevant videos β†’ curates a list β†’ uploads them to a new NotebookLM notebook via the CLI β†’ asks a research question β†’ retrieves the cited answer β†’ writes it into an Obsidian dashboard, Q&A log, and per-source notes.

He claims that this approach offers the following advantages:

He notes that his own citation audit found roughly 60% strong matches, 31% partial, and 10-15% weak - so he treats citations as inspectable evidence to verify, not guaranteed truth.

However, the NotebookLM CLI is unofficial and will likely break.