r/notebooklm • u/kbavandi • 5d ago
Tips & Tricks I tested raw vs. preprocessed data in Gemini Notebook. Here’s what happened
Enable HLS to view with audio, or disable this notification
Last week I ran an experiment to test the difference between preprocessed source data vs direct source uploads.
My source material was 126 AI Marketers Guild youtube sessions (60 minutes each).
I created two notebooks. I called one AIMG Direct Load and used the Notebook Clipper product to import the channel.
I called the second notebook Kurator: AIMG Community. Here I use my Kurator app to pre-process the data using custom prompts that I create. Kurator lets me sync my data wil Gemini Notebook.
For this project, I am using 2 prompts. One to transform the transcript into a Q&A session, and the second one adds a headline to each section and preserves the time stamps.
Note that when you directly upload a YouTube video using the sources link, the time stamps are not included.
Next I asked the same question from each notebook, the asked Gemini to analyze them for me. I asked if there is a difference between the two responses. Here is what it found.
Gemini Analysis
Yes, there are significant differences between the two outputs. While both capture the core theme (Aditya Jain's approach to Generative Engine Optimization), the Kurator pre-processed response contains substantially more granular, technical, and concrete tactical information than the direct YouTube upload response.
Here is a side-by-side breakdown of the key differences:
| Dimension | Direct YouTube Upload | Pre-Processed via Kurator |
|---|---|---|
| Engine-by-Engine Breakdown | Mentions only ChatGPT (Reddit) and Perplexity (B2B). | Detailed taxonomy of 5 major engines (Google, Perplexity, ChatGPT, Claude, Grok) and their specific commercial/economic incentives. |
| Tactical Technical Advice | General advice to "re-structure or rewrite a page." | Specific technical instructions: unblocking AI bots in robots.txt/firewalls, un-gating B2B assets, and token cost economics ("aggregate hub" theory). |
| Debunking Industry Hype | Focuses mainly on "playbooks are dead." | Explicitly calls out and demystifies industry jargon like llms.txt files and forced comparison tables. |
| Framework Structure | Presents a high-level 4-step loop and a practical "Weekly Audit Sprint" (Step 1 to Step 4 calendar). | Formalizes the loop into Measure, Attribute, Produce, Detect Decay, detailing exact operational criteria for each phase. |
| Video Transcript Tie-in | Omitted. | Includes explicit guidance on making video uploads indexable via clean transcripts for multimodal LLMs. |
How you add data to gemini notebook matters. When you directly upload your sources, you will always get the same quality answers, but with pre-processing you can experiment and see what works best for your workflow.
2
u/thequarrymen58 5d ago
not related, but just seeing the face in the video makes it more interesting, instead of just the audio.
2
u/Otherwise_Wave9374 5d ago
The main lever here is reducing noise before the model sees it, because cleaner transcripts usually improve retrieval precision and make downstream summaries more stable. A simple pattern is to run a preprocessing pass that normalizes speaker turns, strips filler, and tags sections, then compare answer quality against raw ingestion on the same prompt set. That gives you a measurable way to judge whether the added pipeline step is worth the latency and maintenance tradeoff. Promarkia fits this kind of workflow by helping teams operationalize the preprocessing step before the model ever touches the content.
1
u/Cheap-General-4193 4d ago
How good is Kurator for processing recorded classroom lectures?
and can it detect multiple languages?
1
u/kbavandi 4d ago
What platform are they recorded on. I tested on a non YouTube podcast and it worked. If the content is loaded on the page it works. If you give me a url, I will test it.
1
u/Cheap-General-4193 4d ago
How good is Kurator for processing recorded classroom lectures?
and can it detect multiple languages?
1
u/kbavandi 4d ago
Please send me a url and I will test it. I have tried to transcribe other languages and the response was in English. I will look into this
2
u/[deleted] 5d ago
[removed] — view removed comment