
Architecting the AI Coworker
A fluent interface can feel like a coworker. The system behind it is something else.
I began with three essays. The argument grew to 22 across five connected arcs, and I am now turning it into a book scheduled for release in late 2026.
Ask about the series
If you have a specific question, ask Peter's Profile AI. It can point you to the relevant essay or explain how the five arcs fit together.
Author's note
I have spent the past few years watching people work out how to use AI in their daily lives and businesses. The same frustration appears again and again. A fluent interface feels like a coworker, so people expect the system behind it to understand, remember and act like one. When it does not, they blame the model or themselves.
Much of the advice around AI makes this worse. It treats the model as the whole product, repeats generic prompting advice and skips the parts a team can actually design. A deployed AI product is a stack of models, context, routing, memory, tools, permissions, checks and human ownership. Change any part of that stack and you change what the system can see, remember, do and damage.
You do not need to understand transformer mathematics or backpropagation. You do need to understand what the model sees, what context it receives, what it remembers, which tools it can reach and what it is allowed to change. Models generate from statistical patterns. Fluency does not turn one into a human mind.
This matters because people are already delegating substantial work to AI. Leaders need to know what authority they are granting. Engineers need to know which controls belong around the model. People using AI in their own work need to know why the same request can produce different results and when a confident answer deserves to be checked.
I began with three essays. The argument kept expanding until it became 22, organised into five arcs. I am now refining the series, adding what I have learned since writing it and turning it into a book scheduled for release in late 2026.
The five arcs
See the Object
What is the AI coworker, really?
- 1There Is No "It"Audit asks 'who approved this?' The only honest answer: 'the stack did.'
- 2The Coworker Illusion"The AI did it" is the sentence that hides the architecture.
- 3Demo Is Not DeploymentAlphabet lost roughly $100 billion in market value after Bard gave a wrong answer in a promotional demo and Google’s AI event failed to impress investors.
- 4The Nine Layers Where Agents Break"The AI failed" is not a diagnosis. It is a way to learn nothing.
- 5The Reliability EquationSame model, change containment, expected harm per claim drops 20x. Not the model.
Trust & Authority
What makes the AI coworker trustworthy?
- 6The Model Card Won't Save YouOpenAI retired its own headline benchmark. Of the tasks it audited, 59.4% had flawed tests.
- 7The Model Cannot Mark Its Own WorkAsking the model to grade itself is a faster way to find what it already believes, not what is true.
- 8Helpful, Harmless, and WrongA model can be aligned, pass every release gate, and still leave nobody accountable.
- 9Tools Give Models HandsOnce a model has tools, a wrong answer stops being words and becomes an action.
- 10The Supply Chain You Cannot SeeInstalling an agent component is not a trust ceremony. It is an authority transfer.
Runtime Control
What happens while it is running?
- 11The Sentence That Owns the AgentThe sentence that hijacks an agent is a polite line in a document you trusted.
- 12The Cheapest Token Is the One You Never GenerateMulti-agent work can burn ~15x a single chat. Cost is an authority design.
- 13What an Agent Remembers, and Cannot ForgetA customer asks to be forgotten. Has the agent forgotten them?
- 14Agents Don't Know When To StopMost production AI failures are confident handoffs at the wrong moment.
Traceability & Accountability
What does the run leave behind?
- 15Show Me the RunThe vendor says the agent completed the task. You say: show me the run.
- 16The Dashboard Is Green. The Meaning Is Wrong.Every check went green. The citations were perfectly formatted. They cited cases that do not exist.
- 17The Three Witnesses to a RunA model says it followed policy. The action log says retrieval failed. Three witnesses, one run.
- 18When an Agent Acts, Who Acted?An agent bought the wrong shoes. The charge cleared. Who acted?
- 19Compliance Is Not a PDFA regulator asks what your agent did between two and three. The vendor sends a thumbs-up.
Operating Model
Who decides what it does next?
- 20You Cannot Benchmark a CoworkerTwo green slides say the eval passed. They measured the wrong thing.
- 21The Autonomy LadderA weaker model with payment tools is more autonomous than a frontier model with none.
- 22Stop Delegating. Start Architecting.You are not delegating to a model. You are architecting a team.