Skip to main content

Context
is a living asset

The context you build for AI is not a static document. It evolves with each iteration, market signal, and new learning.

Statement

Treating it as finished is the beginning of Context Debt. Context has its own lifecycle: it's born with the Problem Statement, grows with discovery, is refined with market validation, and matures with each iteration. Declaring it "done" is declaring that you've stopped learning.

Why it matters

Context Debt is the AI equivalent of technical debt: invisible at first, paralyzing at the end. Outdated context produces outputs that reflect a reality that no longer exists. And the worst part: the outputs seem correct because they're internally coherent, even though they're based on obsolete premises.

Context as a living asset requires governance: who updates it, when it's reviewed, what signals trigger an update, how changes are versioned.

Practical implications

  • Version your context: each significant change deserves a record of what changed and why.
  • Define update triggers: market signals, team changes, new learnings, strategic pivots.
  • Audit Context Debt: periodically review whether the context reflects the current reality of the project.
  • Assign ownership: someone must be responsible for the health of the context.
Anti-pattern: The Frozen Context

What it is. Writing the context once at the start of the project and never touching it again. The team continues using a context that reflects day-1 reality, while the project is on day 90. AI outputs are technically correct but strategically obsolete.

How to detect it. The project-context.md file has no version history beyond the initial commit. Market signals and user feedback are collected but never incorporated into the context. The team acknowledges "things have changed" but the context still reflects the original assumptions. AI outputs feel increasingly disconnected from current reality.

How to prevent it. Define update triggers: market signals, team changes, validated learnings, strategic pivots. Assign explicit ownership of context health. Schedule periodic context audits. Version every significant change with a record of what changed and why.

Connections