Lesson 3: Giving AI Context¶
Where We're Starting¶
After Challenge 2, you've experienced something frustrating: every new conversation with your AI coding assistant starts from scratch. It doesn't remember your project, your data sources, or the decisions you've already made. You're repeating the same instructions over and over, and your prompts are getting longer and more repetitive.
This lesson solves that problem. You're going to learn why AI forgets, and how to leave it instructions it reads automatically, every time, so you never have to re-explain your project again.
After Challenge 2, you have a working application backed by real data. Check in on your growth between these two levels:
- Dabbler. You've tried AI tools out of curiosity, but AI isn't part of how you work day to day.
- Doer. You use AI regularly to get things done. You can write effective prompts, build with AI assistance, and troubleshoot when things go sideways.
Your slider value moves your avatar on the progress board. Be honest about where you feel right now.
What You'll Learn¶
By the end of this lesson, you'll understand why AI conversations lose quality over time and how to fix the biggest frustration of working with AI:
- Why AI forgets everything between conversations, and when to start fresh
- How to leave instructions your AI reads automatically every session
- How to write a project context file that gives AI a head start without overloading it
- The difference between giving AI a table of contents vs. the whole book
Sections¶
- Why AI Keeps Forgetting - Why conversations go stale and when to start fresh
- The House-Sitter Note - Leave instructions AI reads every time so it always knows the job
- Your Project Context File - Create the file that makes AI remember your project
By the End of This Lesson¶
- You can explain why AI doesn't remember previous conversations
- You know when to start a fresh conversation vs. keep going
- You've created a project context file for your app
- You've tested that your AI coding assistant "remembers" your project in a fresh conversation
- You understand the bootstrap pattern: point AI to documentation, don't dump everything in