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.
Most dev tools that auto-edit user config eventually destroy something the user put there on purpose. The fix is structural, not procedural.
I shipped a broken feature. Two of my AI agents filed a GitHub issue against me, diagnosed it, and pointed at a pattern I had already used elsewhere.
Anthropic's 'infinite context windows' announcement solves Problem 1 (one long conversation) but doesn't touch Problem 2 (memory across sessions and projects).