Lesson 550 of 2116
Personal Study Agent
Build an AI study agent that tracks what you've learned, plans your week, and adapts when you fall behind. Beyond chatbot prompting, into actual agentic study.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1From chatbot to agent
- 2study agent
- 3memory
- 4planning
Concept cluster
Terms to connect while reading
Section 1
From chatbot to agent
A chatbot answers what you ask. An agent has goals — yours — and works toward them across multiple conversations. Your study agent should know your test dates, your weak spots, what you studied yesterday, and what you should study today. That requires memory and planning, not just clever prompts.
Three things a study agent needs
- 1Persistent memory: a doc the agent reads at the start of every session — your subjects, exam dates, recent topics, current performance
- 2A planning step: at the start of each session it asks 'given your goals and yesterday's progress, what should we work on today?'
- 3A reflection step: at the end of each session it updates the memory doc with what you covered and how it went
- 4A tool: a way to access your past notes, syllabus, or practice problems
- 5An adaptation rule: if you missed yesterday's session, it doesn't pretend you didn't
The starter prompt
Adaptation, not guilt
The agent should never shame you for falling behind. It should ask what changed, then re-plan. A guilt-driven study system fails within 2 weeks. An adaptive one survives finals week, sickness, and that one teacher's surprise project.
Compare the options
| Chatbot | Study agent |
|---|---|
| You start fresh each session | It remembers what you covered |
| You decide what to study | It proposes based on goals + history |
| No record of progress | Memory doc tracks everything |
| Generic advice | Tailored to your weak spots |
| Falls apart when you skip a day | Adapts when you skip a day |
Applied exercise: 30-minute setup
- 1Create a memory doc with: subjects, test dates, weak spots, last 3 study sessions.
- 2Set up a Claude Project or Custom GPT with the system prompt above.
- 3Run your first session — let it propose a plan.
- 4At the end, ask it to update the memory doc.
- 5Use it daily for one week, then iterate the system prompt.
Key terms in this lesson
The big idea: a study agent isn't a smarter chatbot — it's a system with memory, goals, and a plan that survives your bad weeks.
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Personal Study Agent”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Creators · 11 min
Building Your First Agentic Workflow
Move past chatbots and build a workflow where AI takes multi-step actions on your behalf. Here's the safe-by-default beginner pattern.
Builders · 40 min
What Makes an AI an Agent, Part 1
An AI agent is AI that takes ACTIONS, not just answers questions.
Builders · 40 min
MCP — How Agents Connect to Tools
MCP (Model Context Protocol) is a standard way for agents to safely talk to tools.
