Build an Agent Harness: 4 Inputs That Get AI Agents Into Production
Only 11% of organizations have an AI agent running in production. The gap is not engineering — it is four inputs nobody wrote down before the build started. Here is the checklist, and what each input becomes inside the system.
TL;DR

An agent harness is everything in an agent that is not the model — prompt construction, tools, memory, permission boundaries, validators, and the loop that decides whether any of it worked. Part 1 argued the scarce half of forward deployment is the strategist seat. This is what that seat actually hands over.
Why agents stall at the pilot
Deloitte's Tech Trends 2026 puts 38% of organizations piloting and 11% in production. Gartner still expects 40%+ of agentic projects cancelled by 2027. Every named blocker is something a strategist decides, not something an engineer builds.
The model is the cheapest part of the system. The expensive part is deciding what it is allowed to do, and what would count as it working.
The 4 inputs that decide it
None of these are background documents. Journey mapping was always a measurement discipline wearing a design costume — you were documenting where value leaked and which decision at which moment would have changed it. Those are exactly the decisions an agent has to encode.
In a regulated build each one also becomes a control: audit trails on the runtime, NIST AI RMF or FDA and MLR governance over the tool list and corpus, human approval before anything irreversible. The escalation rule stops being a design preference and becomes the thing an auditor asks to see.
The proof: the harness moved the number
Microsoft's AgenticRAG paper held the model constant and changed only how the system was allowed to look for evidence — a retrieval-strategy decision, made upstream, by whoever defined what "relevant" means for the business. It also hit 92% answer correctness on FinanceBench, within two points of being handed the right evidence outright.
For a Fortune 500 manufacturer we encoded a lead scientist's relevance rules before a single pipeline stage was written. For a pharma AI Center of Excellence, the claims and governance layer came first and the agents were built inside it. Same sequence both times.
Do this next
Stuck between a pilot and production? Get in touch — we write the inputs first, then build the system that satisfies them.
This is Part 2 of The Forward Deployed Strategist, a four-part series. Next: the economics — who staffs this seat, what it costs, and why the pricing model that built the agency business does not survive contact with agentic delivery.
Powered by Enso Labs
Frequently Asked Questions
What is an agent harness?
Everything in an agent that is not the model — prompt construction, tools, memory and state, permission boundaries, validators, and the evaluation loop. It is the software layer that turns a stateless model into a system that can run a task end to end. Practitioners group it into three tiers: Runtime, Capabilities, and Assurance.
Why do most AI agent pilots fail to reach production?
Not because the model is weak. Deloitte's Tech Trends 2026 finds 38% of organizations piloting agents and only 11% running one in production. Leaders name evaluation gaps (64%), governance friction (57%), and model reliability (51%) as the blockers — all three are harness problems, and all three trace back to inputs nobody defined before the build started.
How does a strategy deliverable become part of an agent?
Directly and one-to-one. The brief becomes the system prompt and the permission boundary. The journey map becomes the tool allowlist and the escalation gate. The measurement plan becomes the eval harness and its golden-set CI gates. The segmentation becomes the retrieval strategy and its recall target. Same craft, executable form.
What does Enso Labs do before building an agent?
Enso Labs writes the inputs first — the outcome the agent serves, the actions it may take unattended, the point it must escalate to a human, and the metric that will prove it worked. Only then does the build start. Get in touch at https://ensolabs.ai/contact.
Want to scope an engagement around this?