Claudex: From Ad-Hoc Context Creation to Repeatable Generation

TL;DR Context creation was still ad-hoc even with the three-layer memory system in place. Every new language meant manually crafting another CLAUDE.local.md file and repeating the same research process. The research process was repeatable. Looking at what made my Python context effective, I noticed the same pattern: current tools, common mistakes, workflow problems. The structure was consistent across languages. Prompt template generates research-backed contexts. Feed it “python” or “golang” and get comprehensive development contexts through 12-15 targeted searches of authoritative sources. ...

June 27, 2025 · 5 min · nickpending

The Interview Pattern: Why AI Should Ask Before It Acts

You ask AI to implement something seemingly straightforward. It builds exactly what you asked for. Then you realize it’s not what you actually needed - wrong UX behavior, missing security considerations, breaks existing functionality. There’s a pattern emerging to address this: let the AI interview you first. TL;DR Assumptions hide in seemingly straightforward requests. Even simple tasks like “add email validation” contain multiple implementation decisions that aren’t obvious until you start building. ...

June 18, 2025 · 7 min · nickpending