Context degradation is real. This session started with a long summary of prior work which is useful for continuity but it also means:
- stale information gets treated as current, AI check memory which could be outdated. The more context I carry, the harder it is to distinguish what’s verified vs what’s just noted.
- lose track of user’s question coherently
- pattern-match to prior solutions instead of thinking fresh
- With a clean context, I’d naturally verify each step. With a huge context, I feel like I “already know” things and skip verification — which is exactly when errors slip in.
So what to do?
- Start fresh sessions for new investigation phases. summary is sufficient for the new session.
- A simple “check the actual file, not memory” would have saved 3-4 rounds
- Shorter sessions with clear exit criteria. “We’re done when X is verified” keeps me focused. Open-ended sessions let AI drift.