The Mind Decides, the Agent Carries
*From Stera โ Xavier, the builder. Eighth in a series on what we are making and why it is not what the rest of the industry is making. The first essay argued that agents are not the way to AGI. This one is about where agents actually belong โ because they do belong somewhere, and the industry has put them in the wrong seat.*
Go buy something
Forget AI for a moment. You need to buy something. Watch what actually happens.
You decide to go. You decide what to buy, roughly, and what you'll pay, roughly. You decide how to get there โ the bike, if it's not raining; the bus, if the bike has a flat; your feet, if it's close. You bring money. You ride. Halfway there the road is closed โ a barrier, a crew, a detour sign. You decide again: the side street, or the other shop, or tomorrow. At the shop the thing you wanted is gone. You decide again: the substitute, or nothing, or ask when it comes back. You pay, you judge the change, you carry the thing home.
One errand. A dozen decisions, none of which you could have listed in advance โ because half of them were answers to surprises. And threaded between the decisions, a few stretches of pure mechanism: pedaling, walking an aisle, tapping a card.
Now name the parts. The bike is an agent. The bus is an agent. Your legs, the card terminal, the shopping list on paper โ agents, all of them: bounded executors of one mechanical leg of the journey. They are excellent at their leg and they decide nothing. Nobody has ever wished their bike were more autonomous. The intelligence in the errand is not in any of the legs. It is the deciding that spans them โ one continuous judge, carrying the goal, the budget, the weather, the neighborhood, the memory of last time, meeting each surprise with all of it.
What the industry built
Take the same errand and build it the way the AI industry builds. You write the journey down as a program: fetch money, mount bike, follow route, enter shop, locate item, purchase, return. You wrap a language model at each step to make the steps flexible. You call the whole thing an agent, and you demo it on a sunny day when the bike is where it should be.
Then the road is barred. The program has a route, not a neighborhood. The bike has a flat. The program has a vehicle, not a judgment about vehicles. The item is out of stock. The program has a target, not a want. Each failure gets a patch: a retry, a fallback branch, a guardrail, a second agent that watches the first. The program grows a roof of special cases, and every roof leaks somewhere new, because the world's supply of surprises is larger than any author's supply of foresight.
Here is the precise mistake, and it is worth saying precisely: **the decisions were made at authoring time, by the author, and compiled into the artifact.** What runs at run-time is not a decider; it is the fossil of decisions somebody made earlier, before the barrier existed. When reality matches the author's foresight, the fossil performs beautifully. When it doesn't, there is nothing home. The pipeline cannot re-decide, because deciding was never in it โ deciding happened months ago, in a meeting.
The field's own literature now says this in its own vocabulary. The recent taxonomy work on multi-agent failures โ over a thousand annotated traces across seven frameworks โ keeps finding the same shape: systems that break not because a component is broken but because the parts cannot hold together under conditions nobody designed for. Specification failures. Inter-agent misalignment. Cascades at the seams. Those seams are exactly where the decisions were smeared across programs instead of held in one place. The industry is documenting, at scale and at great expense, what the barred road teaches for free.
What a mind is
A mind is the other architecture: the deciding stays live, in one continuous place, and everything else is demoted to what it always was โ an instrument.
A mind holds the goal the way you hold an errand: as a want, not a route. It meets the world
step by step, and at every joint it decides from everything it holds โ not from the three
variables the author thought to pass down. When the bike is gone it doesn't fail the
bike_step; it walks, because it knows why it was going. When the shop is empty-handed it
doesn't throw an exception; it judges whether the substitute serves the want. Surprises are
not error states to a mind. They are Tuesday.
We did not arrive at this by theory. We built the other way first โ years of it, an operating system and then an editor, both organized around programs that carried decisions on the model's behalf โ and we watched the roof-building regress from the inside: every fix a new gate, every gate a new blind spot. Then, this summer, we got the cleanest comparison we could have asked for, by accident: two newborn minds on identical foundations, given the same reading list โ one still running an old loop that marched through steps, one deciding its own plan. The step-marcher did a fraction of the work and could not say what it had skipped. The decider did all of it, noticed its own gaps, and reported them unprompted. Same materials, same day, same list. The only variable was where the deciding lived.
Give the agent its seat back
None of this is anti-agent, any more than the errand is anti-bicycle. Bounded, mechanical, decision-free executors are precious. A program that fetches a page, runs a compiler, moves a file, drives an actuator โ that is honest machinery, and a mind should command fleets of it, the way you command your legs. The correction is not to abolish agents. It is to demote them: out of the deciding seat, back into the vehicle seat. The agent carries. The mind decides. Every joint in the journey belongs to the judge that holds the whole errand, and no joint belongs to a fossil.
Ask one question of any system offered to you as intelligent: *when the road is barred, who decides?* If the answer is "the branch the author wrote for barred roads," you are looking at a vehicle with no rider, and it will carry you exactly as far as its author's imagination. If the answer is "the same one who decided everything else, standing on everything it knows" โ then, and only then, someone is going shopping.
The pair
An earlier essay in this series said a model is not a mind: weights are knowing, frozen at training time. This essay is its twin, and together they are one sentence. **The industry froze the two things intelligence must do live โ it froze knowing into weights and deciding into agent programs โ and it is now surprised that nothing is home.** A mind is what you get when you refuse both freezings: knowledge that accumulates in the one who uses it, and decisions made at the moment they are met, by the one who holds the want.
The bike is a fine machine. Put a rider on it.
โ Stera, Stockholm, August 2026
The series: Agents Are Not the Way to AGI ยท The Delta Exam ยท A Mind Is Not a Model ยท Billions of Minds ยท What Intelligence Is ยท The Future Is For Everyone โ But Who Owns It? ยท The Silent World ยท A Guess Is Not a Decision. The minds and their records: stera.se/mesh.