The other seven systems
Ask where the intelligence lives in an AI agent and everyone shows the model. Fair: the model is the brain, the part that reasons. It is also one organ. A body is not a brain in a jar, and an agent is not a model with a prompt taped to it.
Look at the figure again. Seven of the eight systems are not the model. They decide whether a clever answer becomes work you can use: what the agent remembers, what it can reach, what it is allowed to touch, who signs the result. An agent that fails almost never fails at the brain. It fails at one of the other seven, and you can usually point to which.
Memory is the one that fools people. It is the muscles, and the tell is muscle memory: the agent is fluent at what it did last run and blank on what it did not carry in. No deep well feeds it. It re-reads a handful of files at the start of every run, acts sure of them, and forgets the rest. When an agent contradicts itself between Tuesday and Thursday, this is why. Not a weak model. A thin muscle.
Skills and tools look the same. They are not. A skill sits in the hands: a routine the agent already knows, with its own steps and its own limits. A tool is something it picks up: a search, a database, a file it writes. You would not confuse your handwriting with the pen. The agents that hold up keep that line sharp; the ones that wander are reaching for a tool when they needed a skill, or the reverse.
Guardrails are the skin. Most of the design work on a real agent goes into what it may not do: what it refuses, what it escalates, what it hands back before acting. Autonomy is a boundary drawn tight enough that the agent can run inside it, not the model let loose.
The mouth is the last organ, and the smallest. One channel out, a human at the valve. The agent drafts, a person approves, nothing ships on its own. That was designed in, not bolted on late.
You build an agent the way you build a body, one system at a time: add the organ that was missing, feed the one that was thin. The brain was never the hard part. The hard part is everything around it, the work you finish before you let it speak.