AI coding assistants have a context problem.

They can generate code, explain algorithms, refactor functions. But ask Claude or Cursor "where is authentication handled in this codebase?" and you'll get a guess at best.

The assistant doesn't actually know your code. It sees one file at a time. No persistent memory. No understanding of how...