Summary

The author presents a structured 11-step, 5-phase workflow for learning dense technical material using NotebookLM. The core idea is “triangulated sources” — uploading a video tutorial, the official documentation or book, and a practitioner’s summary article — so NotebookLM synthesizes multiple perspectives into a single queryable knowledge base. The workflow progresses from big picture orientation (infographic, mind map) through structured walkthrough (slides, optional audio) to active learning (targeted Q&A, Feynman technique) and retention (quiz, flashcards).

作者以 NotebookLM 為核心,設計出一套 11 步驟、5 階段的技術學習工作流。關鍵設計是「三角來源」:同時上傳影片教學、官方文件/書籍、及實踐者的心得文章,讓 NotebookLM 整合多種視角。流程從宏觀定向(信息圖、心智圖)到結構化閱讀(投影片、音頻),再到主動學習(問答、費曼技巧)與記憶鞏固(測驗、閃卡)。

Key Points

  • “Triangulated sources” pattern: video (practical) + documentation/book (authoritative) + article (real-world context) — each alone is insufficient; together they give theory + practice + context
  • Phase 1 (Setup): create dedicated notebook per topic to maintain focus; no cross-topic noise
  • Phase 2 (Big Picture): infographic first for motivation, then focused infographics per section as you progress
  • Phase 3 (Structure): mind map for concept hierarchy, slide deck for sequential walkthrough
  • Phase 4 (Active Learning): targeted Q&A with “Save to note” to build a personal knowledge base of well-explained answers; Feynman technique by explaining back to NotebookLM
  • Phase 5 (Retention): quiz tests relationships between concepts (not isolated facts); flashcards for terminology with spaced repetition
  • “Save to note” is underrated — it pins high-quality AI explanations with citations, preventing loss in chat history

Insights

The triangulated sources strategy is the workflow’s genuinely novel contribution. Most people upload a single document; the insight is that different content modalities resolve different ambiguities. A video tutorial explains how; documentation explains what completely; practitioner articles explain why it matters in practice — NotebookLM synthesizes across all three simultaneously.

The Feynman step (Step 9 in an 11-step workflow) is the most intellectually honest: instead of testing whether the AI understood, you test whether you understood by having the AI critique your explanation. This inverts the typical passive consumption pattern.

The workflow’s limitation is that NotebookLM is a hosted product with source count limits and no local data storage — this is the inverse of Karpathy’s local wiki approach, trading control and longevity for usability and polish.

Connections

Raw Excerpt

Docs alone are dry. Tutorials alone are shallow. Articles alone lack structure. Together? You get theory + practice + context — and NotebookLM synthesizes all three into one queryable knowledge base.