Use AI as a Tutor to Augment Learning While Maintaining Critical Thinking
Job to be done: Augment learning with AI as a tutor while maintaining critical thinking
🇳🇬 Ways to use this in Nigeria
Ideas to get you started, adapt to your situation.
- Student
Understand difficult JAMB Biology topics like photosynthesis by asking ChatGPT for simplified explanations and then fact-checking its claims.
- Entrepreneur
Learn the basics of SEO by asking ChatGPT to explain key terms and strategies, then critically compare different approaches for your startup's website.
- 9-5 employee
Generate boilerplate Python code to automate data entry from a CSV into an Excel sheet, then critically refine it with AI's help for your office task.
What you’ll get
You will learn to use AI as a personalized tutor to help you understand complex concepts and generate basic code structures. This approach helps you deepen your learning by actively engaging with the AI’s responses, ensuring you maintain and even improve your critical thinking skills.
Tools you need
- ChatGPT (freemium) - A conversational AI model that can explain concepts, generate code, and answer questions.
Steps
-
Ask for an explanation of a difficult concept: If you’re struggling with a topic, ask the AI to explain it in simpler terms. Be specific about what you don’t understand.
Explain the concept of [difficult concept] in a way that a beginner can understand. I am having trouble grasping [specific aspect you don't understand].You should receive a simplified explanation tailored to your query.
-
Request boilerplate code: For repetitive coding tasks, ask the AI to generate the basic structure.
Generate boilerplate code for a [type of program/script, e.g., Python script to read a CSV file].You should get a starting code template that you can then build upon yourself.
-
Fact-check AI-generated information: Never take AI output at face value. Ask follow-up questions to verify its accuracy.
Can you provide the source or evidence for the claim that [specific piece of information AI provided]?You should receive a response that either provides sources or acknowledges limitations.
-
Ask for deeper clarification: To ensure understanding and critical engagement, probe the AI’s reasoning.
Why is [specific part of the explanation or code] done this way? What are other ways this could be approached?You should get a more detailed explanation of the rationale and alternative methods.
-
Compare and contrast different approaches: Encourage the AI to explore various perspectives or solutions.
Compare and contrast the approach of [method A] with [method B] for [specific task or concept]. What are the pros and cons of each?You should receive a comparative analysis highlighting the differences and trade-offs.
Original source
This workflow is inspired by a discussion on Hacker News where user “mintsuku” shared their approach to using AI as a learning aid. The original post, “How to use AI to augment learning without losing critical thinking skills?”, discusses personal strategies for integrating AI into daily learning while mitigating concerns about over-reliance and the potential impact on critical thinking.
Notes & variations
- Free Tier Viability: ChatGPT’s free tier is sufficient for these text-based interactions. Data usage is minimal.
- Common Pitfall: A common mistake is to accept AI-generated information without questioning it. Always follow up with verification and deeper probing questions to ensure you are truly learning and not just passively receiving answers.
- Tip for Better Results: Be as specific as possible in your prompts. Instead of asking “Explain AI,” ask “Explain the concept of neural networks in AI for a high school student, focusing on how they learn from data.”