AI, explained
What is an AI Harness?
An AI model on its own just answers a prompt and stops. A harness is everything wrapped around it that makes it actually do work — call tools, take steps, and stay on track. The model is the brain; the harness is what lets it run your business.
The whole idea in one line
Agent = Model + Harness
If it isn’t the model, it’s the harness. Two products built on the very same model can feel completely different because their harnesses make different choices.
The building blocks
Four words, kept straight
The terms get mixed up constantly. Here they are in plain English.
Model
The LLM — Claude, GPT, DeepSeek. Text in, text out. No memory between calls, no loop. It can say it wants to use a tool, but it can’t actually run anything.
Scaffold
What the model works from: its instructions, the tools it’s told about, the format it answers in, and what it remembers across steps. It shapes how the model sees the job.
Harness
The engine that makes it run: it calls the model, executes its tool calls, decides when to stop, handles errors, and keeps it on track. The harness is what turns a chatbot into a worker.
Agent
The whole thing: a model plus everything around it that lets it act instead of just reply. It takes in information, decides what to do, does it, and repeats — in a loop.
How they nest
It’s layers, not a list
The model sits at the center. The scaffold tells it how to see the world. The harness drives it through the work. Put them together and you have an agent — the only piece your team ever actually talks to.
Agent
Harness · Scaffold
Model
The LLM doing the thinking
A few more terms
The words you’ll hear next
Tools
How an agent reaches the outside world — your database, email, files, web search, an API. One action at a time.
Skills
A packaged know-how for a whole task — not just “run this command” but “handle this job end to end.” Loaded when needed.
Sub-agents
An agent that calls another agent to own a piece of the work, then hands back the result. How big jobs get split up.
Why this matters for you
The harness is where the value lives
Everyone has access to the same models. What makes AI actually useful for your business is the harness around it — the part that knows your tools, your workflows, and your rules. That’s exactly what we build: a Custom Harness shaped to how your operation runs, so your team commands it in plain English — no training.
Vocabulary follows the emerging industry consensus on agent terminology, including Hugging Face’s agent glossary.