A large language model, on its own, can only talk. It cannot open your files, send an email, update your CRM, run a report, or remember what it did yesterday. A harness is the software wrapped around the model that gives it those abilities and keeps it on task. The model is the brain; the harness is the body — hands, memory, and the discipline to keep working until the job is done.
The one idea worth keeping
Most people shop for a model— “should we use GPT or Claude?” That is the wrong question. The same model inside two different harnesses produces very different results. When LangChain changed only the harness around their coding agent — same model — its score on a standard task jumped from 52.8% to 66.5%. The scaffolding around the model moved the result as much as a model upgrade would.
It is not just for coding
Harnesses run far more than software. The same pattern — a model plus tools plus a loop plus guardrails — runs real business work, for every kind of small business:
- — Front office: an agent that answers inbound, books the job, and logs the call to your CRM.
- — Back office: reading invoices and receipts, prepping reconciliation, generating the weekly report.
- — Sales: researching a lead, drafting the follow-up, updating the pipeline.
- — Software: fixing a bug, writing tests, reviewing a change.
Tools you may have heard of map onto this neatly: Claude Code is a harness for software work; Lindy builds “AI employees” for the inbox, CRM, and calls; Hermes is a self-hosted assistant that learns your business over time; and Paperclip coordinates a whole team of agents like a company. We will sort out exactly what each one is in Tier 2.
The five words, in one line each
- — Model — the brain. Predicts text; knows nothing about your business by itself.
- — Scaffolding — what you hand the model before it starts: its instructions, its tools, its format.
- — Harness — the body at runtime: runs the tools, manages memory, enforces guardrails.
- — Orchestrator — the manager: decides what runs next and coordinates several agents.
- — Runner — the dashboard: lets you launch and watch agents working.
If you only remember one thing: you do not deploy a model, you deploy a harness — and its quality, not the logo on the model, decides what you get.