The night my AI and I looted a library of 75 books... and walked out with just one
I asked Claude to read 75 sources spread across 10 NotebookLM notebooks and consolidate everything into a single document. It did it in 12 minutes. It would have taken me three weeks. Iâm 72 years old, Iâve been using AI intensively for 2 years, and this was the moment I truly understood what an agent is for.
Why is having 75 sources in 10 notebooks worse than having none?
Iâve been consuming YouTube videos about Claude Skills the way you eat sunflower seeds: compulsively, with no order, and with the table covered in shells. A Benjamin Cordero video here, a Mark Kashef one there, an Anthropic guide in between, and that Greg Isenberg guy explaining how to set up a digital employee that works while you sleep (which, at 72 years old, interests me considerably more than it would a 25-year-old).
The result: 10 notebooks in NotebookLM. 75 sources including videos, articles, and official documentation. All stuffed into different drawers. Like having an entire library but with the books scattered across the bathroom, kitchen, car, and the neighborâs house.
And every time I needed to remember something â âhow did that Trigger Words thing in Skills work?â or âwhat design pattern did Anthropic recommend?â â I had to open three notebooks, watch two videos at 2x speed, and pray that my memory (mine, not the computerâs) would cooperate.
Can an AI read 10 NotebookLM notebooks at once?
Yes. Using NotebookLMâs MCP (Model Context Protocol), an AI agent can query all your notebooks from outside the platform, in parallel. It doesnât give you raw text, but if you ask the right way, it tells you everything in detail.
One Sunday morning, coffee in hand, I thought: âWhat if I ask Claude to go into NotebookLM, read EVERYTHING, and put it all in one place?â
Sounds simple. Itâs not.
NotebookLM is like a luxury hotel: it lets you in, gives you a beautiful room, but wonât let you take the towels. YouTube video transcriptions are inside the platform, processed, but thereâs no âdownload transcriptionâ button. Itâs like having an incredible chef at home who cooks wonderfully but refuses to give you the recipe.
But it turns out thereâs a back door. Well, more like a service window: the NotebookLM MCP. A protocol that lets you query your notebooks from outside.
ÂżTe estĂĄ gustando? CompĂĄrtelo
How do you ask an AI to consolidate 10 notebooks?
I explained the plan to Claude (my AI agent, not a friend with a weird name):
Giora: âI need you to read 10 NotebookLM notebooks and consolidate everything into one document. But the transcriptions canât be downloaded.â
Claude: âI can use the MCP to run exhaustive queries. Want me to list all your notebooks first?â
Giora: âAll of them? How many do I have?â
Claude: â158.â
One hundred and fifty-eight. I didnât even know some of them existed.
The plan was:
- List all 158 notebooks and select the 10 relevant ones about Skills
- Launch exhaustive queries to all 10 notebooks simultaneously. In parallel. Ten questions at once. Like an intellectual octopus.
- Get the URLs for each source video for references
- Consolidate everything into a single Markdown document
And Claude did it. Without complaining. Without asking for a coffee break. Without saying âthis isnât my thingâ or âI need more context.â
It just⊠did it.
How long did the AI take to process 75 sources?
12 minutes. In that time, Claude:
- Listed 158 notebooks and selected the right 10
- Launched 10 queries in parallel (one per notebook) with prompts like: âSummarize ALL content exhaustively. Include all concepts, practical examples, steps, code, recommendationsâŠâ
- Retrieved details for all 75 sources (titles, authors, YouTube URLs)
- Consolidated everything into a 989-line document with an index, 10 complete sections, and a statistics appendix
- Saved it in three different places (Obsidian, Desktop, and offered to upload it to Drive)
For perspective:
| AI (Claude + MCP) | Human (me) | |
|---|---|---|
| Time | 12 minutes | ~3 weeks (25h of videos + notes) |
| Sources processed | 75 simultaneously | 1 at a time, with distractions |
| Result | 989 organized lines with index | Loose notes in 10 notebooks |
| Cost | ~$0.50 in API | 2 boxes of ibuprofen |
And thatâs assuming I donât get distracted by a ski video from Niseko popping up in YouTube recommendations (which happens 100% of the time).
Whatâs inside a 989-line document about AI Skills?
The result is a kind of âpractical Skills encyclopediaâ with everything Iâve learned over months, but organized:
Skills vs MCP vs Prompts (Benjamin Cordero) â Skills are SOPs, not prompts. MCP is the USB-C, the Skill is the âhowâ
The 5 design patterns (Mark Kashef / Anthropic) â Sequential, Multi-MCP, Iterative, Branching, Domain
Front-end Design (Income Stream Surfers) â Skills that eliminate âAI slopâ from web design
Clawdbot/Moltbot (Greg Isenberg) â A 24/7 digital employee that works while you sleep
Best practices (Boris Cherny, Claude Code creator) â The perfect workflow: Plan Mode, Hooks, Sub-agents
What did I learn that AI canât teach you?
1. AI doesnât replace curiosity, it organizes it
I had already watched all those videos. But having them scattered across 10 notebooks is like having paella ingredients spread across three supermarkets. Claude was the one who gathered them in the kitchen and said: âHere you go, now cook.â
2. NotebookLM is an incredible warehouse with a terrible loading dock
Fantastic for storing information. Terrible for getting it out. Until you discover you can ask it broad questions via MCP and have it âtellâ you everything.
3. Having 158 notebooks doesnât make you smarter
I found out I had notebooks about Shakespeare, Damascus Rose, and an empty untitled one. Accumulating information isnât the same as processing it. Sometimes you need someone (or something) to tell you: âHey, out of these 158, the ones that matter are these 10.â
4. Age is an advantage, not an obstacle
At 72, I have something no AI model has: life context. I know what information is useful because Iâve been traveling for 42 years and using AI intensively for 2 years.
Claude processed 75 sources in 12 minutes. It took me 42 years to know what questions to ask.
The speed is its. The direction is mine.
Was it worth it? The final result
A 989-line document that now lives in my Obsidian, ready to consult whenever I need to remember how a Skill is structured, what design patterns exist, or how to configure a Hook so Claude doesnât delete files without permission.
Itâs not perfect. The transcriptions extracted via query arenât identical to the originals (theyâre exhaustive summaries, not literal text). But itâs infinitely better than having 75 videos scattered across 10 notebooks with no connecting thread.
Now comes what always comes after organizing: using what you organized. I have 14 Skills configured in my travel agency, each born from one of these videos. And with this consolidated document, I can improve them, create new ones, and â above all â stop watching the same Mark Kashef video for the third time because I canât remember where he explains the Trigger Words thing.
(Itâs in section 2.5, in case youâre wondering. I donât have to search anymore.)
Watch how it happened
How much information do you have scattered around that could be working for you?
I had 158 notebooks. I use 10. The rest is noise converted into data.
How many do you have that you donât even know exist?
Frequently asked questions
What is the NotebookLM MCP? Itâs a protocol (Model Context Protocol) that allows AI agents like Claude to query your NotebookLM notebooks from outside the platform. It doesnât download transcriptions, but obtains exhaustive summaries of all content.
Do I need to know how to code to use this? No. I donât know how to code. You just need Claude Code installed and the MCP configured. You give instructions in natural language and it executes the technical queries.
Is it free? NotebookLM is free. Claude Code requires a subscription ($20/month). MCP queries consume API tokens, but 75 sources cost approximately $0.50.
Does it work with any content in NotebookLM? Yes. YouTube videos, PDFs, web articles, pasted text. Everything youâve added as a source to a notebook is queryable via MCP.
Is the resulting document an exact copy of the sources? No. They are exhaustive AI-generated summaries from queries. They capture concepts, examples, and recommendations, but are not literal transcriptions.
Resources mentioned:
- NotebookLM MCP on GitHub â the connector that made the heist possible
Giora Gilead · 72 years old · Marbella, Spain
Travel entrepreneur since 1982 (CICMA 2283). Iâve been using AI intensively for 2 years to run a boutique travel agency. 14 Skills configured, 3 chatbots deployed, and a blog where I share what I learn without filters.
Exploring the last continent: AI. From Marbella, with coffee and an agent that never sleeps.
What did you think?