All writing

Category edition · 6 articles

AI Engineering

Working with coding agents in earnest: context, tooling, delegation, and the guardrails that hold when the model does not.

From the archive

All AI Engineering articles

6 filed

Boluwaji Joshua AdedigbaAI Engineering

AI Engineering

Claude Code in practice · Part 6

A skill is a loading strategy with some knowledge attached

A skill that is always in context is a memory file with extra steps. The engineering is in the description field and in everything you keep out of SKILL.md.

9 min readRead article
Boluwaji Joshua AdedigbaAI Engineering

AI Engineering

Claude Code in practice · Part 5

Sub-agents are a context decision

Delegating does not make the model smarter. It buys a clean context window and charges you visibility, and every good use of a sub-agent follows from that.

10 min readRead article
Boluwaji Joshua AdedigbaAI Engineering

AI Engineering

Claude Code in practice · Part 4

Hooks run whether the model agrees or not

A CLAUDE.md rule is a request. A hook is shell the harness runs regardless, which makes it the only place to put a rule you cannot afford to have ignored.

10 min readRead article
Boluwaji Joshua AdedigbaAI Engineering

AI Engineering

Claude Code in practice · Part 3

MCP servers are capabilities, not knowledge

A server gives Claude something new to do, not something new to know. Which is why adding one never fixes a model that keeps forgetting your conventions.

10 min readRead article
Boluwaji Joshua AdedigbaAI Engineering

AI Engineering

Claude Code in practice · Part 2

Custom commands for work that repeats

A slash command is a prompt you got tired of retyping. What changes when it becomes a file is that it can be reviewed, shared, and wrong in only one place.

9 min readRead article
Boluwaji Joshua AdedigbaAI Engineering

AI Engineering

Claude Code in practice · Part 1

Context is the budget

Claude Code spends a fixed slice of the window before you type a word. Most sessions that go badly are budget failures, not model failures.

10 min readRead article