AI Has Changed the Way We Learn
There is a big difference between using AI to finish something and using AI to actually learn something.
If you ask an AI for the answer to every question, you may finish your homework faster, but you haven't necessarily become better at the subject.
I use AI differently.
I want it to explain difficult ideas, challenge my assumptions, find gaps in my understanding, quiz me, help me review reliable material, and then make me solve problems myself.
That turns AI from an answer generator into something much closer to a private tutor.
My learning workflow is usually:
Goal → Research → Explanation → Practice → Feedback → Review → Application
The tools below each have a different job.

1. ChatGPT — My First Choice for Learning
For general learning, ChatGPT is the tool I would start with.
The reason is simple: it can adapt the explanation to your level instead of forcing you to learn from a fixed textbook.
ChatGPT's Study Mode is designed specifically for learning. Instead of immediately giving you an answer, it can ask questions, guide your reasoning, explain concepts step by step, and check whether you actually understand the material.
If I'm learning economics, for example, I might say:
“I understand basic supply and demand, but I don't understand elasticity. Teach me like I'm a beginner. Don't give me the full answer immediately. Ask me questions, use a practical example, and test me after each section.”
Now the AI has a job beyond answering questions.
It has to teach.
That's how I recommend using it.
How I Use ChatGPT as a Tutor
I usually follow four stages.
Stage 1: Find My Level
I tell it what I already know.
“I know basic Python syntax, but I don't understand object-oriented programming.”
This prevents the AI from wasting time explaining things I already understand.
Stage 2: Learn the Concept
I ask for an explanation using a real-world example.
For technical subjects, I often ask for a simple explanation first and then a more rigorous explanation.
Stage 3: Test Myself
Instead of asking:
“What's the answer?”
I ask:
“Give me a problem and let me solve it. Don't show me the answer until I respond.”
Stage 4: Find My Weakness
After several questions, I ask:
“Based on my answers, identify the three concepts I still don't understand and give me targeted exercises.”
This is where AI becomes much more useful than a static course.
2. Gemini Notebook — Learn From Your Own Materials
For people who have large amounts of study material, I would add Gemini Notebook.
It is particularly useful when your learning material already exists in documents and other sources.
You can use materials such as:
- PDFs
- Web pages
- YouTube videos
- Audio files
- Google Docs
- Google Slides
The useful part is that you can ask questions against your own source material rather than relying entirely on a general-purpose AI's memory.
That's especially useful when you're studying for a specific course, certification, or professional exam.
Give it the actual material.
Then ask questions against that material.
3. Perplexity — Research Before You Learn
When I need to learn about something that changes frequently, I don't rely entirely on a static explanation.
This is where Perplexity can be useful.
Think of it as the research layer of the learning workflow.
For example, if I'm learning about:
- Artificial intelligence
- Technology
- Business trends
- New programming frameworks
- Current economic conditions
- New scientific developments
I want current sources before building my understanding.
Instead of asking:
“Explain AI agents.”
I might ask:
“Give me a current overview of AI agents. Separate established capabilities from experimental ones, use reliable sources where possible, and identify the three concepts a beginner should understand first.”
Then I take the useful material and move it into my learning workflow.
Research and teaching are different jobs.
That's why I don't expect one tool to do both perfectly.
4. Claude — For Deep Explanations and Difficult Concepts
Claude is another tool I like when the subject requires long-form reasoning or careful explanation.
I wouldn't use ChatGPT and Claude simply to get two versions of the same answer.
That's inefficient.
Instead, give each one a different role.
For example:
ChatGPT: Teach me the fundamentals.
Claude: Challenge my understanding and identify holes in my reasoning.
A useful prompt is:
“I'm studying this concept and I think I understand it. Here is my explanation. Act like a demanding instructor. Identify anything that is technically wrong, oversimplified, or missing. Don't rewrite it for me until you've explained the problems.”
That kind of interaction is much more valuable than asking an AI to make your explanation sound smarter.
5. Keep Your Learning Organized
One mistake I see constantly is opening a new AI conversation every time you have a question.
That creates fragmented learning.
Instead, create a dedicated learning space for each major subject.
For example:
- Python Programming
- Marketing
- Business Finance
- Artificial Intelligence
- English
- Data Analysis
Keep your notes, questions, exercises, mistakes, and summaries together.
Then AI becomes part of a continuing learning process instead of a search box you use once.
6. AI Flashcards — For Memory, Not Understanding
AI is also useful for creating flashcards.
But I want to make one distinction clear:
Flashcards are good for remembering. They are not enough for understanding.
After learning a topic, ask AI to create questions such as:
- Definition questions
- Concept comparison questions
- Application questions
- True-or-false questions
- Scenario-based questions
- “Why?” questions
For example:
“Create 20 flashcards about SQL joins. Make the first five basic, the next ten intermediate, and the final five scenario-based. Don't make the answers obvious from the wording.”
That's much better than asking AI to create 20 cards that simply repeat the textbook.
7. Use Voice to Practice What You Know
Not every learning session needs to happen in front of a screen.
For subjects that work well through conversation, voice interaction can be extremely useful.
I particularly like this for language learning and reviewing concepts.
For example:
“I'm going to explain this concept to you as if I'm teaching it. Don't interrupt me. When I'm finished, tell me what I got wrong.”
That's a surprisingly powerful exercise.
If you can't explain something clearly without looking at your notes, you probably don't understand it as well as you think.
The Most Effective AI Learning Workflow
Here's the system I would actually recommend.
Step 1: Define the Outcome
Don't say:
“I want to learn marketing.”
That's too broad.
Say:
“I want to understand digital marketing well enough to create and evaluate a basic customer acquisition strategy for a small business.”
Now you have something measurable.
Step 2: Build a Learning Map
Ask ChatGPT to break the subject into the smallest useful sequence.
For example:
- Basic terminology
- Core concepts
- How the concepts connect
- Practical examples
- Common mistakes
- Exercises
- Real-world application
Don't blindly accept the curriculum. Review it and remove anything irrelevant to your goal.
Step 3: Research the Subject
Use Perplexity or Gemini Notebook to gather reliable and current sources.
For a course, certification, or professional skill, prioritize primary sources and the actual course materials.
Step 4: Learn With an AI Tutor
Use ChatGPT Study Mode or another conversational AI to work through the material.
Ask questions.
Don't just read.
Step 5: Practice Without AI
This is the step people skip.
Close the AI.
Solve the problem yourself.
Write the explanation from memory.
Build the project.
Answer the questions.
Then bring your work back to the AI for criticism.
Step 6: Get Feedback
Ask AI to find mistakes rather than rewrite everything.
“Review my answer like a strict instructor. Identify mistakes and explain why they are mistakes. Give me hints instead of rewriting the answer.”
Step 7: Test Yourself Again
Ask for a new problem that looks different from the example you studied.
If you can solve it, you're beginning to transfer the knowledge rather than simply remembering the original example.
How I Would Use the Tools Together
I wouldn't use every AI tool on every subject.
I would build a simple division of labor:
Perplexity → Research
Gemini Notebook → Organize source material
ChatGPT → Teach and practice
Claude → Challenge and critique
Flashcards → Retain important information
Real projects and exercises → Prove that you actually learned it
That last step is the most important.
Example: Learning Python With AI
Let's say I want to learn Python from scratch.
Phase 1 — Build the Roadmap
I ask ChatGPT to create a learning plan based on my goal.
Phase 2 — Learn the Fundamentals
I use Study Mode to learn variables, data types, conditions, loops, functions, lists, dictionaries, and modules.
Phase 3 — Practice
Instead of asking AI to write programs for me, I ask it to give me increasingly difficult exercises.
Phase 4 — Debug
When my code fails, I show the error to AI and ask:
“Don't fix this immediately. Give me a hint about where I should investigate.”
Phase 5 — Build Something
I create a small real project.
Maybe a budget tracker, data analysis script, automation tool, or simple API.
Phase 6 — Review
Once the project works, I ask AI to review my code for architecture, readability, security, and unnecessary complexity.
Now the AI isn't replacing the learning process.
It's accelerating it.
Don't Make AI Your Intellectual Crutch
This is the biggest warning I would give students and professionals.
If AI always gives you the answer before you struggle with the problem, your learning will suffer.
Some frustration is productive.
When you're stuck on a difficult problem, spend some time trying to solve it before asking AI for help.
Then ask for a hint.
Try again.
Only ask for the complete explanation after you've made a genuine attempt.
That approach forces your brain to do the work.
Use AI to Find What You Don't Know
One of my favorite uses of AI is not learning new information.
It's finding the information I think I understand but actually don't.
Ask:
“Based on everything I've answered so far, what misconceptions am I likely to have?”
Or:
“Give me five questions that would expose whether I truly understand this topic.”
Those are much better questions than:
“Give me a summary.”
Summaries feel productive.
Testing yourself is productive.
AI Is Especially Useful for Personalized Learning
Traditional courses are designed for a group.
You might already understand 30 percent of a lesson, struggle with another 20 percent, and need extra practice on the remaining 50 percent.
A fixed course doesn't care.
An AI tutor can adapt.
You can tell it:
- “Go faster.”
- “Explain this like I'm completely new.”
- “Give me a harder example.”
- “Use a business example.”
- “Explain it visually.”
- “Quiz me instead of explaining.”
- “Show me where my reasoning went wrong.”
That's the real advantage of AI-assisted learning.
Not speed.
Adaptability.
My Recommended Setup by Learning Goal
| Learning Goal | Recommended Tools | Best Use |
|---|---|---|
| General learning | ChatGPT | Tutoring, explanations, practice, and feedback |
| School or college study | ChatGPT Study Mode + course materials | Step-by-step learning and exam preparation |
| Research-heavy subjects | Perplexity + Gemini Notebook | Research, sources, and document analysis |
| Learning from PDFs and notes | Gemini Notebook | Source-grounded study and summaries |
| Difficult technical subjects | ChatGPT + Claude | Explanation, reasoning, and critical review |
| Language learning | ChatGPT + voice | Conversation, correction, and practice |
| Programming | ChatGPT + coding AI | Learning concepts, debugging, and building projects |
The Setup I Would Start With
If you're new to AI-assisted learning, don't subscribe to six services immediately.
Start with ChatGPT.
Learn how to use it as a tutor rather than an answer machine.
Then add Gemini Notebook when you have substantial notes, PDFs, videos, or other source material to work through.
Add Perplexity when your learning requires current research and multiple sources.
Use Claude when you want another perspective or a more demanding critique of your reasoning.
That's enough for most people.
The bottleneck isn't the number of AI subscriptions you have.
It's whether you're actually doing the exercises.
The Rule I Use: AI Should Make You Think More
Here's the simplest test I know.
After an AI-assisted study session, ask yourself:
“Could I explain this without the AI?”
If the answer is yes, you're learning.
If the answer is no, you probably consumed information rather than learned it.
That's why I prefer AI that asks me questions, gives me problems, challenges my assumptions, and makes me explain things in my own words.
The goal isn't to finish the lesson.
The goal is to become capable without the lesson.
Final Takeaway
If I were building a serious learning system today, I wouldn't replace books, teachers, courses, or real practice with AI.
I would put AI between those resources and my own effort.
Perplexity helps me research. Gemini Notebook helps me work through source material. ChatGPT Study Mode acts as a tutor and practice partner. Claude can challenge my reasoning. Flashcards help reinforce important facts. Real exercises and projects prove whether the knowledge actually stuck.
The best learning workflow is not:
Ask AI → Get Answer → Move On.
It's:
Ask → Think → Attempt → Get Feedback → Correct → Practice → Apply.
That's how I would use AI if the goal were not simply to know more, but to actually become better at something.
AI Tools Used in This Learning Workflow
- ChatGPT — Personal tutoring, explanations, practice, quizzes, and feedback
- ChatGPT Study Mode — Step-by-step learning and knowledge checks
- Gemini Notebook — Learning from PDFs, documents, websites, videos, and other source material
- Perplexity — Current research and source discovery
- Claude — Deep explanations, critical thinking, and reasoning review
- AI Flashcard Tools — Spaced review and knowledge retention
- AI Voice — Conversational learning and verbal practice
Comments