Notes and links about Claude Code and agentic engineering.
It’s not hard to understand the basic workings of coding agents like Claude Code:
Recreating a minimal coding agent is also informative:
Some tips on how to get the best out of Claude Code:
I try to capture as much as possible the things that work for me in my settings.
Some reviews of using Claude Code:
Generally, at this stage, it seems like coding agents are:
Junior engineers will struggle with reviewing and editing the code, while senior engineers will mostly benefit from coding agents, but sometimes waste their time by using an agent instead of writing the code themselves.
With the increased speed of writing code, our cognitive debt in understanding the code base may also increase:
A similar idea is Verification Debt, where we struggle to keep up with verifying and testing the generate code.