The Tier-Separation Pattern in Three Projects
The same architectural move (classify content by function at write time, not filter at query time) showed up in three of my projects, three domains.
Technical notes, project documentation, and lessons learned across software, DIY, writing, and more.
The same architectural move (classify content by function at write time, not filter at query time) showed up in three of my projects, three domains.
Anthropic's 'infinite context windows' announcement solves Problem 1 (one long conversation) but doesn't touch Problem 2 (memory across sessions and projects).
The 2023 Stanford paper defined the generative agent architecture. Here's what they proposed, what I implemented, where I diverged...
Claude proposed a fix I had rejected three days earlier. The reasoning was on disk, but out of context. So I built claude-recall to close the gap.