Skip to content

Why AI Keeps Forgetting

The Wall You Just Hit

After Run 2, you've probably noticed something frustrating. Every time you start a new conversation with your AI coding assistant, you have to re-explain everything:

  • "This is an Avalanche Field Guide for the Wasatch Range..."
  • "We're using live data from the avalanche forecast and weather services..."
  • "We want it to look like a professional safety resource..."

You've been building real features, connecting to live data, making something you're proud of — and yet every fresh conversation feels like meeting a stranger who has never seen your project before.

That's because it is.

Two Things You Already Know

In Lift 1, you learned two things about how AI works that are hitting you hard right now:

AI is stateless. It has no memory between conversations. Every new session starts completely blank — like meeting someone new who has never spoken to you before. This was manageable in chat when conversations were short. Now that you're building a real project, it's a real problem.

The context window is an oxygen tank. As you talk back and forth with AI, the conversation fills up. Eventually, AI's responses start getting fuzzy — it repeats itself, misses things you told it earlier, or gives answers that feel off. When that happens, you need to "surface for fresh air" by starting a new conversation.

But here's the catch: when you start fresh, the details fade. Some AI tools are getting better at holding onto key points or remembering things between sessions, but the specifics — the exact decisions you made, the detailed back-and-forth — those don't carry over reliably. It's like being helped by someone who remembers the broad strokes but forgets the details every time they leave the room.

Context window as an oxygen tank

When to Start Fresh

You already know the habit of saving and syncing your work (from Lift 2). Starting fresh conversations is a similar habit — here's when to do it:

Start a fresh conversation when: - AI starts repeating itself or giving less relevant answers - You've been going back and forth for a while and responses feel off - You're switching to a completely different task - You want AI to have "fresh eyes" on a problem

Don't start fresh when: - You're in the middle of building something and it's going well - AI just gave you useful information you're still working with - You're asking follow-up questions about the same thing

The good news: your work is saved in your project. Starting a fresh conversation doesn't lose what you've built — AI can always pick up where you left off by looking at what's already there. You only lose the conversation itself.

Team Activity: When Did AI Forget?

Format: Team Discussion Time: ~3 minutes

Think back to Run 2. As a team, discuss:

  1. Did you notice AI's answers getting less helpful the longer a conversation went?
  2. Did you find yourselves repeating the same instructions — explaining what the project is, what it does, what data sources you're using?
  3. Did anyone start a fresh conversation during Run 2? What happened?

Discuss: What was the most frustrating thing about AI not remembering your project?

Key Insight

AI forgetting between conversations isn't a flaw you need to work around — it's a problem with a real solution. Starting fresh keeps quality high, but the repeating-yourself problem is about to go away. The next section shows you how.