Part 1
What is an AI “harness”?
Why every AI agent is really two things: a model, and everything built around it.
People say things like “the agent harness matters as much as the model” or “we improved the harness, not the model”. The word comes from classic engineering. A horse harness turns raw animal power into something that can pull a cart in a chosen direction. A wiring harness in a car bundles hundreds of loose cables into one organised system connecting the engine to everything else. In both cases the harness does not create the power — it directs it, connects it, and keeps it under control.
In AI the idea is the same. A model on its own is like an engine on a workshop table: impressive, but going nowhere. All it can do is receive text and produce text. It cannot open a file, check a calendar, browse a website or update a customer record. The harness is the software built around the model that gives it those abilities and decides which abilities it gets.
In one sentence: a harness is the surrounding structure of instructions, tools, memory and guardrails that lets an AI model act in the real world, and keeps that action safe and on track.
Part 2
From answering to acting: the agentic loop
This is where “agentic AI” enters. A chatbot answers one question at a time. An agent is given a goal and works towards it in steps: it thinks about what to do, does it, looks at what happened, and decides what to do next. The model does the thinking in that loop. The harness runs everything else — it executes the actions, feeds results back to the model, tracks progress, and stops the loop when the goal is reached or something goes wrong.
What is inside a harness
Instructions
What the model’s job is, what tone to use, which rules to follow.
Tools
The actions it may take — search the web, read documents, update a system.
Memory
What the harness shows the model at each step: the goal, the conversation so far, relevant documents, results of earlier actions.
Guardrails
The limits: which actions need human approval, what the agent may never do, when it must stop and hand to a person.
Part 3
Why the harness matters so much
The same model behaves very differently depending on the harness around it. Give it web search and a friendly tone and you have a chat assistant. Give it a code base and permission to run programs and you have a coding agent. Give it customer systems and strict policies and you have a customer service agent. When companies release a better “agent” without a new model, the improvement usually happened in the harness.
Part 4
What to remember
-
01
The model is the engine; the harness is everything that turns it into a useful, safe agent.
-
02
Agentic AI = a model running in a loop, with the harness executing actions and feeding back results.
-
03
Instructions, tools, memory and guardrails are design choices. Designing them well is where much of the real product work happens.
-
04
When you evaluate an AI agent, ask about the harness, not only the model inside.
For business & service designers
Where the harness ends,
the experience begins
As business and service designers, we oversee the customer experience holistically. We shape how customers move across touchpoints — digital, assisted and automated — and we make sure what gets built is desirable, feasible, viable and sustainable. Journey maps, service blueprints, value propositions: our craft is deciding how a service should behave before anyone builds it.
Right now, harness engineering is treated as a purely technical challenge. But look again at what a harness contains. Every one of its four parts is an experience decision wearing a technical costume.
- Instructions → tone of voice & service scripts
- What the agent says, how it says it, which rules it follows. Deciding this has always been tone-of-voice and conversation-design work — not a configuration file.
- Tools → what the service can actually do
- Which systems the agent may act on determines what it can resolve for a customer in the moment — the difference between an agent that helps and one that apologises.
- Memory → continuity of the journey
- What the agent remembers about the customer between steps is what makes a journey feel continuous instead of restarting at every touchpoint.
- Guardrails → moments of truth
- When the agent must stop, refuse, or hand over to a person. The human handoff is the new line of visibility — and designing it is classic service design.
What will we do in the future?
The honest answer: much of what we already do, applied to a new material. Four places where our role grows rather than shrinks:
-
Blueprint agent behaviour
Service blueprints gain a new layer. Alongside frontstage and backstage we will map the agentic layer: which steps an agent thinks through, acts on, and hands back to people or systems.
-
Design the handoffs
Every guardrail is a service moment. We will define where a human must take over — escalation, approval, refusal — and make those transitions feel deliberate instead of abrupt.
-
Write the quality bar
The evaluation harness runs an agent through hundreds of scenarios before launch. Someone has to decide what “good” looks like in each of them. That is customer-experience criteria work, and it belongs to us.
-
Sit at the harness table
Instructions, tools, memory and guardrails will be decided somewhere, by someone. If designers are not in that room, the customer experience is being designed by default rather than by intent.
The question to take with you
Where does the harness end,
and where does the experience you own begin?