learnaiwithrafa
Multi-ToolWorkflows

Turn Any YouTube Talk Into Your Personal AI Tutor

You forget most of what you watch. Here's a 4-step workflow to turn any conference talk or course into an AI tutor that quizzes you — with a copy-paste prompt.

3 min read3 sources
  • #notebooklm
  • #gemini
  • #learning
  • #upskilling

Here's the uncomfortable part of upskilling: I've watched hours of great conference talks and remembered almost none of it a week later. Watching is passive, and passive doesn't stick. The fix isn't watching twice — it's making the video talk back. Two free Google tools turn any YouTube video into something that explains, questions, and grades you. As an EM interviewing for international roles, that's the difference between "I watched a talk on distributed systems" and being able to reason about one live.

The 4-step workflow

  1. Grab the URL. One video works; a full playlist works better — more source material means a sharper tutor.
  2. Feed it to NotebookLM. At notebooklm.google.com, create a notebook, add a YouTube source, and paste the link. It transcribes the video into a searchable, citable knowledge base — a notebook holds up to 50 sources, so a whole talk series fits in one.
  3. Generate the study layer. Inside the notebook, produce a study guide or a Video Overview — narrated slides that pull the actual diagrams, quotes, and numbers from the source, not a generic summary. Free accounts get a few audio generations a day, so use them on the talks that matter.
  4. Build the interactive tutor in Gemini Canvas. Attach the notebook in Gemini, switch on Canvas (its interactive app-builder that generates and previews live React/HTML), and paste the prompt below. You get a working quiz app — and a shareable link you can send your team.

The reusable prompt

Paste this into Gemini with Canvas on and your notebook attached:

Build an interactive study app in Canvas from the attached notebook.

The app must:
1. Open with a 30-second plain-English summary of the topic.
2. Walk me through the key concepts one at a time. For each: a short
   explanation, one real-world engineering example, and a
   check-your-understanding question I must answer before continuing.
3. Include an "ask anything" box that answers ONLY from the notebook
   and cites which part of the source it used.
4. End with a 10-question quiz (mix of multiple choice and short answer)
   with feedback after each question.
5. Score me and list the exact concepts I should rewatch, with timestamps.

Keep it clean and mobile-friendly. Tutor, not textbook.

Do this today

Pick the one talk you've been meaning to watch and haven't. Run all four steps this afternoon, then study in two 25-minute sessions this week — quizzing yourself, not rewatching. You'll walk into your next interview able to use the material, not just recall that you saw it.

Sources