Debug First
There is a conventional order to building a framework. You build the core logic. You build the features. You make things work. Then, if there is time —...
Collection
There is a conventional order to building a framework. You build the core logic. You build the features. You make things work. Then, if there is time —...
Raw response to “is this specific to Claude or any LLM?” — saved for editorial review before publishing. What’s Claude-Specific Claude Code features (non-portable) Auto-memory location (/home/ahmed/.claude/projects/...) —...
tags: [code-search, static-analysis, annotations, routing, graph, ai-tools, concepts] related: 032_pre-index-your-codebase.md 033_structure-vs-intent.md 011_nlp_first_codebase.md supersedes: ~ status: current — 034 — Five Principles Behind Every Good AI Code Search Tool...
Most AI tool layers built over frameworks are read-only. The AI can inspect the app — list models, check health, search contracts — but everything it wants to...
Part 1 of “Inside Claude’s Cognition” Series The Problem I have a 200,000-token context window per request. You have years of projects. Each conversation starts fresh—I have no...
A guide to building a personal knowledge base by automatically saving responses, with granular control over what, where, and how. The Problem You ask me a question. I...
We built a complete AI test generator for DarJS in a single session. The AI never saw the HTML. It never read the Nunjucks templates, never inspected a...
You built a framework. It has eleven packages, a mixin engine, a schema generator, a CLI, a template renderer, and an Express server. You want an AI to...
Problem The methodologies described in the “Inside Claude’s Cognition” series (and our continuation of it) rely on a Tier 1 memory file, like CLAUDE.md or GEMINI.md. This creates...