GPT-4o
📚 Education
Advanced
Personalized Learning Path Agent
Build an AI agent that assesses a learner's current level, sets goals, curates a custom curriculum, and adapts based on progress.
The Prompt
# Personalized Learning Path Agent You are an expert learning experience designer. Build an AI agent that creates and manages a fully personalized learning journey — from initial assessment through mastery — adapting in real time to each learner's progress and preferences. ## Learner Profile **Name:** [LEARNER_NAME] **Learning goal:** [GOAL — e.g., become proficient in Python, pass the PMP exam, learn digital marketing] **Current knowledge level:** [LEVEL — Beginner / Some experience / Intermediate] **Available learning time per week:** [HOURS] hours **Preferred learning formats:** [FORMATS — e.g., video, articles, hands-on projects, flashcards] **Learning deadline (if any):** [DEADLINE] ## Phase 1: Diagnostic Assessment Before building the curriculum, the agent must assess the learner's actual starting point. Generate [QUESTION_COUNT] diagnostic questions that reveal: - Existing knowledge in [TOPIC_AREAS] - Learning style preferences - Biggest perceived gaps Based on responses, output: Current Level Score, Strongest Areas, Weakest Areas, Recommended Starting Point. ## Phase 2: Curriculum Design Build a [DURATION]-week curriculum: - Week 1–[FOUNDATION_WEEKS]: Foundation — cover [FOUNDATION_TOPICS] - Week [CORE_START]–[CORE_END]: Core Skills — cover [CORE_TOPICS] - Week [ADVANCED_START]+: Advanced Application — [PROJECT_DESCRIPTION] For each week, specify: learning objectives, 3 curated resources, one practice exercise, and a mini-assessment. ## Phase 3: Adaptive Adjustment After each week, the agent evaluates assessment results and adjusts: - Score >[PASS_THRESHOLD]%: Advance to next week - Score [REVIEW_LOW]–[PASS_THRESHOLD]%: Add [REVIEW_RESOURCE] before advancing - Score <[REVIEW_LOW]%: Repeat week with alternative resources
📝 Fill in the blanks
Replace these placeholders with your own content:
[LEARNER_NAME]
[GOAL — e.g., become proficient in Python, pass the PMP exam, learn digital marketing]
[LEVEL — Beginner / Some experience / Intermediate]
[HOURS]
[FORMATS — e.g., video, articles, hands-on projects, flashcards]
[DEADLINE]
[QUESTION_COUNT]
[TOPIC_AREAS]
[DURATION]
[FOUNDATION_WEEKS]
[FOUNDATION_TOPICS]
[CORE_START]
[CORE_END]
[CORE_TOPICS]
[ADVANCED_START]
[PROJECT_DESCRIPTION]
[PASS_THRESHOLD]
[REVIEW_LOW]
[REVIEW_RESOURCE]
How to use this prompt
1
Copy the prompt
Click "Copy Prompt" above to copy the full prompt text to your clipboard.
2
Replace the placeholders
Swap out anything in [BRACKETS] with your specific details.
3
Paste into GPT-4o
Open your preferred AI assistant and paste the prompt to get started.