Topic tag
Claude Code
7 guides in the catalogue cover this topic.
- Nº 008 Automate the step that slows you down Agents & Automation · Broad
Automating the bottleneck means finding the constraint that sets your pace and pointing Claude at it: four working rules distilled from Anthropic's own engineers.
- Nº 012 Every new repo starts with your lessons Agents & Automation · Broad
AI Firmware is a boot layer of kernel rules, installable skills, and committed memory that makes every new agent repo start senior instead of relearning old lessons.
- Nº 020 Stop hitting your token limit Practice · Practitioner
Your limit is a compute budget: tokens consumed times the model that reads them. Audit where a session spends, trim the context every chat preloads, and send grunt work to cheaper models so the budget lasts the day.
- Nº 027 Turn repeated fixes into rules Agents & Automation · Broad
When an agent hits the same problem twice, encode the fix as a lint rule, CI check, or steering-file instruction that every future session inherits.
- Nº 030 Trim the instructions your model outgrew Prompting & Context · Practitioner
Audit Claude Code instructions, preserve project requirements, and test a smaller setup against the work you already trust.
- Nº 041 Build an agent that finds your customers Agents & Automation · Practitioner
Cody Schneider builds agents that find leads and post content while nobody watches. The method: turn the human process into scripts on a schedule, and call the model only where a judgment is needed. Both of his builds, tool by tool.
- Nº 047 Audit what your agent saved to memory Agents & Automation · Practitioner
Theo let Claude Code save memories on its own, then audited them: 45 files, written three times more often than read, most never opened again. How to run the same audit on your machine, the three ways saved memories rot, the ladder that finds a better home for each lesson, and what a harness built to pass the audit looks like.