Your AI pilot can produce impressive answers and still be nowhere near production. The warning sign is not a weak demo. It is a workflow that stops the moment the enthusiastic product manager quits supplying context, checking every output, copying results between systems, and resolving exceptions by hand.
You are no longer deciding whether a model can perform a task. You are deciding whether the operation can safely depend on a redesigned way of working. That requires an accountable outcome, explicit authority, portable context, runtime controls, evidence of every consequential action, and a fallback that works when the AI does not.
Production begins when a business number has an owner
The adoption gap is larger than most AI portfolios admit. Distribution Strategy Group screened more than 300 North American distributors and cleared only 26 as verifiably running AI in production. Its companion survey found that 93% considered AI a priority, while 16% had crossed into production.
A pilot tests whether AI can create a useful output under controlled conditions. Production accepts an operational dependency. I would not label a system production-ready until it repeatedly handles live work, affects a metric owned by a named operator, stays within explicit permissions, exposes failures, and leaves enough evidence to reconstruct what happened.
Write that commitment as a production contract before expanding the pilot. It should answer:
- Outcome: Which customer, revenue, cost, risk, or cycle-time metric should move?
- Eligible work: Which cases enter the AI workflow, and which are excluded?
- Owner: Who is accountable for the business result, not merely the model deployment?
- Service expectation: What triggers the work, when must it finish, and what happens to queued work when the system is unavailable?
- Authority: What may the AI read, recommend, write, send, approve, spend, or change?
- Quality: What constitutes a correct result, an acceptable exception, and an unacceptable failure?
- Fallback: How does work return to a person without losing state or duplicating an action?
- Evidence: What record proves which inputs, decisions, actions, checks, and approvals produced the result?
The business owner should sign this contract with the product and operational owners. An innovation team can facilitate it, but it cannot own a support resolution target, an order-processing backlog, or a sales conversion rate on behalf of the function that runs that work.
Measure the baseline before increasing autonomy. Use the same eligible population, outcome definition, and cost boundary for the old and new workflows. Otherwise, the comparison quietly credits AI for easier cases while people continue handling the difficult ones.
Keep four kinds of measurement separate. The business metric tells you whether the workflow matters. Flow metrics show whether work moves faster or with fewer handoffs. Quality and risk metrics expose bad decisions and unsafe actions. Unit economics include model usage, tool calls, human review, exception handling, and maintenance. Token volume, prompt count, and active seats only describe consumption; higher usage can coexist with weakly justified spend.
For a support workflow, for example, automation rate is not the outcome. Resolution quality, time to resolution, repeat contact, escalation, and cost per successfully resolved eligible case tell you whether the operation improved. A high automation rate paired with avoidable repeat contacts is a faster way to create more work.
Choose the workflow before you choose the model
Many pilots start with a model capability and search for a place to use it. That creates technically valid projects around visible, finishable tasks while leaving the expensive bottleneck untouched. A clean research handoff may be worth improving, but not if the real constraint is the upstream decision about which opportunity deserves research at all.
Move automation discovery upstream. A model can inspect the calendars, queues, documents, repositories, messages, and recurring artifacts it is authorized to read, then return a small set of evidenced automation candidates instead of one supposedly inevitable answer. Keep this discovery read-only, restrict it to approved systems, and make a human choose the business problem.
A practical discovery pass looks like this:
- Choose a value stream with a visible business problem: delayed onboarding, unresolved support demand, slow campaign production, payment exceptions, or another outcome the function already owns.
- Trace recent completed cases backward from outcome to trigger. Mark waiting, re-entry, copying, reconciliation, approval, and repeated judgment.
- Separate the visible task from the coordination around it. Drafting a response may be easy; finding the right facts, checking policy, recording the decision, and scheduling follow-up may be the real workload.
- Ask the AI to propose candidates with evidence from the workflow, the affected metric, required context, permitted actions, failure modes, and the smallest useful test.
- Let the business owner select the candidate. AI can widen the option set, but it should not turn its own interpretation of strategic value into an automatic build decision.
Then classify the task by size, independence, separation, and checkability. Those properties help determine whether the work needs a chat, one agent, an agent team, or no automation:
- Use a chat when the person already holds the context, the answer is immediate, and no durable workflow or external action is required.
- Use one agent when the job is multi-step but coherent, bounded by clear tools and permissions, and verifiable at the end.
- Use an agent team when meaningful parts can proceed independently and one result can be checked without trusting the agent that produced it.
- Do not automate when the workload is too infrequent or low-value to repay setup and oversight, or when a consequential answer cannot be checked reliably.
More model effort does not repair an ambiguous objective, missing context, or an uncheckable result. It can simply produce a more elaborate failure.
Model selection should also vary by stage. Discovery rewards the ability to work through ambiguity and notice a higher-leverage problem. Repeated execution rewards dependable tool use, stable behavior, latency, and cost. Verification may deserve a separate model or deterministic check. A model that helps identify the best workflow does not automatically deserve every production run.
Finally, choose the initial authority level deliberately. An AI can assemble evidence, recommend a decision, draft an action, perform a reversible action, or perform an action that is difficult to undo. Start at the lowest level that removes the actual bottleneck. Do not grant send, deploy, delete, refund, or contractual authority merely because drafting accuracy looks good.
Build a loop that can act, stop, and leave a receipt
A prompt is useful when you know what you need at that moment. Operating work returns. It wakes up when an event occurs, gathers context, follows a method, takes an allowed action, records the result, and waits for the next trigger. When recurring obligations affect one another, the dependencies also need to live somewhere other than a person’s memory.
The smallest responsible production loop contains these elements:
- Memory: Durable business context, plus case-specific state. Keep policy, customer facts, previous decisions, and temporary working material distinguishable.
- Method: The procedure the agent follows, including tool order, decision criteria, validation, and expected output.
- Boundary: Data it may access, actions it may take, conditions that require approval, and conditions that force it to stop.
- Receipt: A durable record of the inputs used, actions attempted, changes committed, checks run, exceptions encountered, and approvals received.
- Judgment: A named human decision point for ambiguity that should not be collapsed into a model prediction.
This combination creates useful action without forcing the agent to guess your intent. It matters because a mistaken answer can be corrected inside a chat, while a mistaken interpretation of authority can send the message, alter the record, or start a customer-facing process.
Define boundaries as verbs, not vague trust levels. Read is different from write. Draft is different from send. Stage is different from deploy. Recommend a refund is different from issue a refund. Any action that can create material customer, financial, legal, security, or data-loss exposure should retain an explicit approval or deterministic control until production evidence supports a narrower, carefully defined exception.
Handoffs deserve the same precision. When work moves from a meeting transcript to an analysis model, a coding agent, a browser check, and a task system, the job should not depend on someone copying a giant conversation into each tool. Use a compact task record that carries state and limits across systems:
- Work item and trigger: What started the job, and which durable identifier follows it?
- Current objective: What result is needed now, stated separately from the broader project?
- Authoritative inputs: Which records, files, links, and versions may be treated as evidence?
- Decisions and assumptions: What has already been decided, and what remains uncertain?
- Current state: What has been completed, changed, checked, or attempted?
- Permission envelope: What may the next person or agent touch, and where must it stop?
- Receipt and next owner: What proves the handoff succeeded, and who or what owns the next state?
A transcript is supporting material, not operational state. The task record should let the next actor resume without reconstructing the whole history or inheriting hidden permissions from the previous tool.
Use a short, consistent completion vocabulary as well. Completed means the expected artifact exists and required checks passed. Needs review means the loop reached a judgment boundary. Blocked means no permitted next action exists. Failed means an attempted operation did not reach a committed state. These labels prevent an agent’s confident prose from redefining what done means.
Before live action, build an evaluation set from ordinary cases, edge cases, and failures the business cannot accept. Test the whole loop, not just the final response. An offline evaluation tells you how the system tends to behave; a runtime receipt tells you what happened in a particular case. Production needs both.
Make company rules legible to people and agents
Your operating model already contains rules that nobody formally approved. They appear in recurring meetings, roadmap templates, approval chains, protected spreadsheets, and the colleague everyone asks before acting. Many were sensible responses to an older constraint: expensive engineering capacity, slow context transfer, weak observability, or costly mistakes.
AI can reduce some of those constraints, but it does not eliminate the judgment that the old process was carrying. Removing a meeting, document, or approval without replacing its coordination function creates a faster system with missing controls.
Separate four objects that are often blurred together:
- Value: A direction for judgment, such as making consequential customer decisions explainable.
- Rule: An observable behavioral constraint, such as requiring a case-specific rationale before a denial is sent.
- Runtime check: A machine-testable condition, such as confirming that required evidence and approval fields are present.
- Human appeal: The named person or role allowed to interpret an edge case, override the control, and own the consequence.
A value alone cannot operate a workflow. A hard block cannot resolve every ambiguity. A human appeal with no recorded rationale becomes another invisible dependency. You need all four where the consequence warrants them.
Audit the rule that creates the most friction. Describe the behavior it currently forces. Identify the scarcity or risk that created it. Check whether that condition still exists. Name the work the rule performs for the organization. Define a violation that a person can recognize. Then decide who may overrule it. A read-only agent pointed at authorized calendars, documents, workflow templates, and repositories can help surface the rules the organization actually follows, but leaders still have to decide which rules deserve enforcement.
Match enforcement to evidence. The available ladder runs from value, to instruction, to reminder, to hard block, to human-owned decision. Use a hard block only when the violation is mechanically detectable and blocking a valid case is less harmful than allowing an invalid one. When context changes the right answer, route the decision to a named person and record the reasoning.
This is where AI governance becomes operating design. The policy should appear in the method the agent follows, the permission it receives, the check that runs before action, the receipt created afterward, and the appeal path used when reality does not fit the rule.
Scale through evidence gates, not rollout enthusiasm
Do not move directly from a successful demo to broad autonomy. Increase exposure through gates that answer different operational questions.
| Gate | What the AI may do | Evidence required before expansion | Fallback |
|---|---|---|---|
| Shadow | Process live inputs without affecting the live workflow | Segmented quality, known failure modes, stable input access, and agreement on unacceptable errors | Discard the output; the existing operation remains authoritative |
| Assist | Prepare evidence, recommendations, or drafts for human approval | Useful time reduction, preserved outcome quality, visible reviewer corrections, and understood exceptions | The reviewer completes the case using the original process |
| Bounded action | Commit explicitly permitted, recoverable actions within an eligible scope | Reliable checks, idempotent or reversible operations, monitored exceptions, working kill switch, and complete receipts | Pause writes, retain state, and route queued cases to the responsible operator |
| Operating default | Handle eligible live work while people own exceptions and policy judgment | Sustained business impact, acceptable tail risk, stable recovery, support ownership, and viable unit economics | Degrade to the assisted or human workflow without losing or duplicating work |
At every gate, test the behavior under missing context, stale data, tool failure, duplicate triggers, permission denial, and partial completion. A happy path demonstrates capability. Recovery behavior determines whether operations can depend on it.
Expansion should isolate what you are learning. Do not broaden case diversity, transaction volume, system access, and action authority at the same time. Hold the other dimensions steady while you learn whether the new one changes quality, exceptions, recovery, or economics. Large production systems tend to compound from repeated expansion across workflows and locations, not from treating one successful pilot as proof of universal readiness.
Run the operating review around outcomes and exceptions
A production dashboard should make the denominator explicit for every rate. Eligible cases are different from all incoming cases. Completed eligible cases are different from attempted cases. Human-reviewed work is different from work the AI completed without intervention.
- Business outcome: The customer, revenue, cost, risk, or cycle-time result in the production contract.
- Coverage: The share of incoming work that meets the eligibility rules.
- Completion: Eligible work completed successfully, separated from attempts and partial results.
- Quality: Evaluation results and observed production outcomes, segmented by meaningful case type.
- Exceptions: Cases that crossed a policy, confidence, data, or tool boundary and why they did so.
- Human intervention: Review, correction, takeover, and recovery work rather than a single blended human-touch rate.
- Reliability: Tool failures, duplicate actions, stale context, recovery success, and time spent degraded.
- Unit economics: Total operating cost per successful outcome, including human oversight and exception handling.
Review representative failures and high-consequence edge cases, not just aggregate accuracy. An average can improve while one customer segment, language, workflow branch, or data condition becomes materially worse. Each metric needs an owner who can change the method, eligibility, boundary, or fallback in response.
Production also requires labor design. Decide who handles exceptions, who improves the method, who approves policy changes, and how people develop judgment once routine work is reduced. AI can increase output where demand expands with cheaper capacity, while fixed-volume functions may need less repetitive labor. Those effects are not interchangeable, and the transition begins before a role disappears. If entry-level employees no longer see ordinary cases, create a supervised path through examples, reviews, and exceptions so the organization does not consume expertise without replenishing it.
Treat context portability as part of scale economics. A cheaper model has little practical value if it cannot securely reach the policies, state, permissions, and tools required by the job. Store task records, business rules, evaluation cases, receipts, and permission definitions in company-controlled formats. Otherwise, context trapped inside a vendor’s interface can outweigh cheaper intelligence elsewhere.
That does not require every model to be interchangeable. It means a model change should not erase operational memory or force the company to rediscover how work moves. A common handoff record and receipt format let specialized tools participate without making a person the permanent integration layer.
Key takeaways
- A pilot proves that AI can produce an output; production makes a named operator accountable for a live business outcome.
- Select a recurring workflow with measurable value and checkable results before selecting the model or agent architecture.
- Every operating loop needs memory, method, boundaries, a receipt, and an explicit home for human judgment.
- Translate implicit company policy into observable rules, runtime checks, and a named appeal path.
- Expand through shadow, assisted, and bounded operation only when evidence supports the next increase in exposure.
- Measure successful outcomes and exception cost, not token usage, seats, prompts, or automation rate in isolation.
At your next AI portfolio review, do not ask which pilot looks most impressive. Ask each owner to bring the production contract, task record, authority boundary, evaluation evidence, fallback, and unit economics. If those artifacts do not exist, the work is still discovery. If they do, choose the next evidence gate and make the operation prove it can carry the dependency.
The durable advantage is not a collection of AI demos. It is an organization that can repeatedly turn a valuable workflow into a controlled, measurable, portable operating loop.
References
- Nate Jones’s Substack – I asked Fable and Codex what my business should automate. They disagreed.
- Nate Jones’s Substack – Executive Briefing: Point an agent at your calendar and your repo, and it will show you the rules your company is actually running
- InstaLILY AI – The AI Production Divide
- PnP Enterprise AI – AI Has a Demand Story. Now It Needs a Labor Story.
- Nate Jones’s Substack – Grab the One-Minute Test That Tells You If Your Task Needs a Chat, One Agent, a Team, or Nothing at All
- Nate Jones’s Substack – You can build 80% of your own AI memory by talking to the agent already on your computer
- Nate Jones’s Substack – Executive Briefing: Cheap Intelligence Won’t Matter If Your Context Is Trapped
- Nate Jones’s Substack – Grab the Open Engine guide: the copy-paste task record that makes one AI’s work the next AI’s job, with receipts
- Nate Jones’s Substack – The Five Questions That Turn a Messy Task Into an AI Loop








