Promptea.

AI prompts for learning: tutoring, concept checks, and study guides

Prompt templates that turn AI into a patient tutor — for explaining concepts, testing understanding, building study plans, and connecting new material to what you already know.

Why AI tutoring prompts fail
  • No level specified: the model can't calibrate whether 'explain recursion' means explain it to a beginner or a senior developer.
  • No prior knowledge stated: without knowing what you already understand, the model either over-explains basics or skips foundational steps.
  • No check step: explanations with no comprehension check leave gaps — you don't know what you missed.
  • Single pass only: one explanation is rarely enough for hard concepts; prompts that invite follow-up are more effective.
  • Too broad: 'help me learn machine learning' produces a reading list; a focused topic with a specific question produces understanding.
What makes AI tutoring effective
  • State your level and what you already know — this is the single most useful signal for calibration.
  • Ask for examples first, then the principle: concrete cases are easier to reason from than abstract definitions.
  • Request a comprehension check at the end: 'Give me 2 questions to test whether I understood this correctly.'
  • Use the Feynman test prompt: ask the model to explain what you just learned as if you need to teach it to someone else — gaps become obvious.
  • If something doesn't click, describe what is confusing specifically — 'I don't understand X because Y' gets better help than 'explain again'.
  • For complex topics, ask for a concept map: 'Draw the relationships between these ideas before explaining each one.'
Templates
Calibrated concept explanation
Explain [concept] to me.

My level: [complete beginner / familiar with basics / intermediate — pick one]
What I already know: [describe in 1-2 sentences, or 'nothing yet']
Goal: [why you're learning this — e.g. 'to use it in my Python scripts' / 'for a job interview']

Instructions:
1. Start with a concrete real-world example before the formal definition.
2. Explain using analogies to [something I'm already familiar with, e.g. spreadsheets / cooking / building construction].
3. Show a simple worked example.
4. Highlight the 1-2 most common mistakes beginners make.
5. End with: 2 short questions that test whether I actually understood, not just memorized.
Opens on home with the prompt prefilled.
Open in Promptea
Study plan for a specific topic
Build a focused study plan for me.

Topic: [what you want to learn]
My current level: [beginner / some familiarity / intermediate]
Time available: [hours per week] for [number of weeks]
Goal: [what you want to be able to DO at the end — specific task, not 'understand it better']

Output format:
1. Learning path: ordered list of sub-topics (most foundational first).
2. For each sub-topic: one practice exercise I can do to confirm I understand it.
3. The 3 resources to prioritize (type only: 'video tutorial', 'hands-on project', 'official docs' — do not recommend specific paid resources).
4. Weekly milestone: what I should be able to do after each week.
5. Warning: one common mistake people make when learning this that delays progress.

Constraints:
- Keep the plan achievable in the time I specified.
- Do not pad with optional 'nice to have' topics.
- If my time is too short for the goal, say so directly and suggest a reduced scope.
Opens on home with the prompt prefilled.
Open in Promptea
FAQ
Is AI a good replacement for a human tutor?
For structured content that doesn't require hands-on feedback — concepts, worked examples, practice problems — AI tutors are genuinely useful and available at any hour. For skills that need real-time observation (public speaking, physical technique, lab work) or mentorship on career and judgment calls, a human tutor is much better. The highest-value AI tutoring use case is the thing you'd be embarrassed to ask a human 20 times: explaining the same concept differently until it clicks.
How do I know if AI explanations are accurate?
AI explanations can be wrong, especially on niche topics, cutting-edge research, or precise technical details. Cross-check key claims against official documentation or authoritative sources. Ask the model to flag its uncertainty: 'Mark anything you're not confident about.' For foundational topics in well-established fields (standard algorithms, core language features, classical physics), accuracy is generally high. For anything recent or specialized, verify before relying on it.