🧠 All Things AI
Beginner

Guided Learning

Guided Learning is a mode within Gemini that teaches instead of just answering. Rather than handing you a complete solution, it guides you through the topic step-by-step — asking probing questions, checking your understanding, and adjusting its pace to match yours. It launched in August 2025 as part of Google's student-focused AI tools.

How It Differs from Standard Gemini

In a standard Gemini conversation, asking “explain recursion” returns an explanation. In Guided Learning mode, Gemini asks what you already know about functions, walks you through the concept of a function calling itself with a simple example, then checks whether the idea clicked before moving to a harder example. The difference is pedagogical intent — Gemini is not optimising for the fastest answer but for the deepest understanding.

The mode is built on LearnLM — Google's education-focused fine-tune of Gemini 2.5, trained on principles from learning science: active recall, scaffolded instruction, spaced repetition cues, and adaptive pacing.

How to Activate It

Guided Learning does not require a separate app or setting. It is surfaced as a chip in the Gemini interface:

  • Desktop: Look for the Guided Learning chip in the prompt input area.
  • Mobile: Tap the Learn chip in the Gemini app.

Once activated, the mode persists for that conversation. You can also just ask Gemini to “teach me” or “explain this step by step and check my understanding” and it will adopt a guided approach even without the explicit chip. Available to all users — Free and paid.

Capabilities

  • Study guides from course material: Upload lecture slides, textbook chapters, or a syllabus and ask Gemini to create a structured study guide aligned to it. Gemini organises the material into topics, key concepts, and review questions.
  • Embedded media: Explanations can include helpful videos and images embedded directly in the response to illustrate concepts visually.
  • Code debugging walkthroughs: Instead of fixing your code, Gemini walks you through identifying the bug step-by-step — asking what you expect each line to do, where behaviour deviates, and guiding you to the fix yourself.
  • Google Classroom integration: Educators can share Guided Learning sessions directly to Google Classroom — useful for assigning a structured AI-assisted study module as homework.

Who Benefits Most

Guided Learning is particularly effective when the goal is genuine comprehension rather than task completion. Students studying for exams, developers learning a new language or framework, and professionals trying to understand a new domain all benefit from the Socratic, adaptive approach more than they would from a wall of explanatory text.

It is less suited for situations where you need a quick factual answer or are already expert in the topic — in those cases, standard Gemini mode is more efficient.

Checklist

  • What is the key difference between asking Gemini a question in standard mode vs Guided Learning mode?
  • What is LearnLM, and which Gemini model is it based on?
  • How do you activate Guided Learning on mobile vs desktop?
  • Can Gemini include video and images in its Guided Learning explanations?
  • How can educators integrate Guided Learning sessions with their students?