What Works vs. What Doesn't Work
What Works vs. What Doesn't Work
Do’s
- Use sequence words:
- “Do this, then that”
- Use numbered list: 1, 2, 3
The key is to directly tell the AI where the task boundaries are.
-
At the start of each session, explicitly ask it to read
CLAUDE.md,CODEX.md, orAGENTS.md. Although it says it will automatically read, my experience is that sometimes it randomly stops reading it. -
Read the “state” your code agent tells you.
- check what it says it is doing
- interrupt early if it goes off in a weird direction
- reduce error cost and token use
Don’ts
This is the hiccups that eat up your tokens.
-
Access issues. It may try again and again and burn tokens while blocked by access restrictions, by restrictions you set yourself, or by some boundary. The solution is not full access; it is to specify in
Claude.mdoragents.mdnot to retry so many times. -
Missing plugins. It may keep trying different ways to work around the missing plugin before asking whether you want to install it.