The Agent Playbook
Honest, non-hype notes on working with AI coding agents. Not “I run eight agents at once” — the opposite: what it actually takes to keep one agent useful, on budget, and inside its lane.
Start from #1 →Cost & Control
5 articlesWhy more agents is not the goal, and what runs away if nobody is watching the meter.
0111 min readYou Probably Don't Need Multi-Agents
Open almost any "how I use AI" post and you'll find an orchestra: a planner agent, a coder agent, a reviewer agent, a tester agent, all pinging each other. It looks impressive. It's also the most expensive, most fragile way to get worse results than one agent you actually taught to do the job.
0212 min readDo It As Usual: Teaching One Agent Your Whole Workflow
I can open a fresh session, type "take ticket 123 and do it as usual," and the agent runs the entire routine — assign, sprint, branch, commit, PR, pipeline. People assume that's a clever prompt. It isn't. It's months of small corrections turned into rules the agent never forgets.
0310 min readThe Token Bill Is Part of the Architecture
A story made the rounds: someone put an agent on a schedule to keep checking their environment, it got stuck in a loop one night, and instead of a couple of hours it burned through a fortune in tokens by morning. The lesson isn't "watch your usage." It's that cost is a design constraint, and most agent setups treat it as a footnote.
049 min readTest on Change, Not on a Timer
The instinct is to put the agent on a schedule: every few minutes, wake up and check the environment. That instinct is where a lot of runaway costs and pointless runs come from. An agent should be woken by a reason — a commit, a deploy, a failing check — not by a clock ticking over whether or not anything happened.
0510 min readGuardrails for a Runaway Agent
An agent is stateful, and its errors compound: one wrong step sends it down an entirely different path, and it can't tell that it's lost. Autonomy without guardrails isn't trust — it's hoping. The job isn't to make the agent never fail. It's to make sure that when it does, the blast radius is small.
Context & Judgment
5 articlesWhat an agent can see, what it can do, and when it should stop and ask instead of acting.
069 min readThe Context Is the Product
A capable model with the wrong context is still a bad agent. The useful part of an agent is not the model in isolation, but the project knowledge, rules, tools, and decisions that shape what it can see before it acts.
079 min readTools Are Part of the Agent's Intelligence
An agent cannot reason about information it cannot reach, and a vague tool description turns a precise capability into a guessing game. Tool design is not plumbing around the model. It is part of how the agent thinks.
088 min readWhen an Agent Should Ask Instead of Acting
Autonomy is not a single setting to turn up. A useful agent knows which decisions it owns, which ones it can reverse, and which moments need a human before the next step.
099 min readMemory Is Not a Bigger Context Window
A long transcript can remember everything and still help with almost nothing. Durable agent memory is the small set of current facts, decisions, and lessons that makes the next run start from a better baseline.
1010 min readEvaluation Is the Missing Loop in Agent Workflows
An agent that feels better after a prompt change may still be getting worse. Without a small set of realistic tasks, explicit expectations, and recorded failures, agent improvement is just a sequence of impressions.
Upkeep
1 articleThe part nobody schedules: keeping an agent's own rules honest as the project moves on.
