Give Claude Infinite Memory With NotebookLM

Use NotebookLM as an external memory bank so Claude starts every session with the right context.

What You'll Have

By the end of this guide, you'll have a simple memory loop for Claude.

  • NotebookLM stores your long-term project knowledge.

  • Claude receives only the relevant context for the current task.

  • Each Claude session ends with a clean memory update.

  • Future sessions start faster because you do not have to re-explain the same project every time.

Core idea: Claude is the worker. NotebookLM is the memory bank. Store source material in NotebookLM, retrieve the relevant memory, then paste that focused context into Claude.

Who This Is For

  • You use Claude, Claude Code, or Claude CoWork for ongoing work.

  • You keep repeating the same brand, project, or client context.

  • Your Claude chats get messy because every session starts from scratch.

  • You want a lightweight memory system without building a database or RAG setup.

  • You want past decisions, research, and rules to stay available across sessions.

What You'll Need

  • A Claude account.

  • A NotebookLM account.

  • One dedicated NotebookLM notebook for the project.

  • Project sources such as docs, transcripts, briefs, URLs, notes, SOPs, videos, and prior decisions.

  • A simple habit of saving session updates back into NotebookLM.

Going Further

  • Use one NotebookLM notebook per project or client.

  • Create a weekly memory update summary.

  • Keep one source called Project Source of Truth.

  • Add only reviewed and useful material.

  • Ask NotebookLM for focused retrieval before every major Claude session.

  • Ask Claude for a memory update before ending every session.

Memory Loop Prompt

I've stored the background on [your project/client] in a NotebookLM notebook. Pull only the context relevant to this specific task: [describe today's task]. Summarize just the relevant facts, decisions, and constraints from the notebook in a short brief I can paste into a fresh Claude session, so I don't have to re-explain the whole project from scratch. Flag anything in the notebook that looks outdated or contradicts more recent notes.