Tag: agents
All the articles with the tag "agents".
-
Token Compression for Claude Code with RTK + Headroom
RTK and Headroom saved 1.5B tokens in one month. Setup guide included.
-
Documentation-Driven Migration: A Strategy for AI-Assisted Codebase Restructuring
How I used Claude to refactor a 170k-line Next.js codebase in two weeks. The doc-driven strategy, ESLint enforcement, and what I'd change next time.
-
Hook-Based Context Injection for AI Coding Agents
A three-tier system that keeps AI coding agents aligned with your project's conventions through hot memory (always loaded), cold memory (injected on demand), and runtime enforcement (blocking violations after every edit). Agent-agnostic.