Tag: claude-code
All the articles with the tag "claude-code".
-
How the Creator of Claude Code Actually Uses It
Boris Cherny's workflow is less exotic than its throughput suggests: plan first, run agents in parallel, give them reliable verification, and turn repeated work into shared tooling.
-
Teaching Your Agent Standard Operating Procedures
Skills can encode Standard Operating Procedures without loading every instruction upfront. One activation experiment shows why descriptions, evals, and hooks still matter.
-
The Great Agent Tooling Debate
MCP offers discovery and a standard interface; CLIs offer composability and familiar controls. I compare their costs and explain why my default is CLI-first, not CLI-only.
-
Surviving the Context Window in Practice
A context window is a budget. These are the tactics I use to manage it: scope each session, write durable state to disk, isolate research, and clear between phases.
-
An Opinionated Starting Point for Claude Code Users
The Claude Code configuration I use bundles plugins, skills, CLI tools, and sandbox settings into one installer. Treat it as an opinionated starting point, not a universal setup.