Back to Academy
Intermediate
10 min
Bitcoin Operations

When to put a human in the loop

The hardest design decision in any AI workflow — and the rule of thumb that gets it right 90% of the time.

AI Operations
AI Operations · Lesson 2 of 5

The decision that determines whether your AI deployment works

Every AI deployment requires a decision: which actions does the AI take autonomously, and which require human review before execution?

Get this right, and your AI saves time and produces reliable outcomes. Get it wrong, and you either drown your team in approval queues (over-reviewing) or surface embarrassing AI mistakes to customers (under-reviewing).

The "human in the loop" decision is the single most consequential design choice in operationalizing AI. It deserves more attention than it usually gets.

The rule of thumb that works 90% of the time

The right framing comes from one question:

"What's the cost of the AI being wrong, and how fast can I detect it if it is?"

Two dimensions, four quadrants:

Quadrant 1: Low cost if wrong + fast detection. No human review needed. Let the AI run. Examples: categorizing emails into folders, drafting internal memos, summarizing meeting transcripts.

Quadrant 2: High cost if wrong + fast detection. Human review before execution. Don't let it run autonomously. Examples: sending external emails, posting to social media, executing financial transactions.

Quadrant 3: Low cost if wrong + slow detection. Periodic sampling. Let the AI run but audit a random sample weekly or monthly. Examples: tagging support tickets, suggesting product categorizations, ranking lead priorities.

Quadrant 4: High cost if wrong + slow detection. Never deploy here without significant oversight. The dangerous quadrant. Examples: hiring decisions, credit decisions, medical recommendations.

When in doubt, default to more human review, not less. The cost of over-reviewing is a slower process. The cost of under-reviewing is a deployment failure that erodes trust in the entire AI initiative.

Four review patterns

Pattern 1: Full automation (no human review). AI completes the task; the work is done. Best for tasks where you can tolerate occasional errors, internal tasks, or where output is verified by a downstream system. Examples: tagging internal documents, summarizing for your own consumption.

Pattern 2: AI drafts, human approves. AI produces output; a human reviews before it leaves your organization. Best for external communications, anything customer-facing, workflows where output gets executed. Examples: customer support responses, marketing copy, contract drafts.

Pattern 3: AI executes, human monitors. AI acts in real time; a dashboard surfaces actions to a human for periodic review. Best for high-volume operations, tasks with reliably high confidence, workflows where errors can be rolled back. Examples: automated customer service (most resolve cleanly; humans review escalations and a sample).

Pattern 4: Human-in-the-middle. A human is an active participant in the workflow — not just approving at the end, but providing input at key decision points. Best for tasks involving judgment about specific people or relationships, high-stakes decisions with shared accountability. Examples: hiring screens, pricing decisions, customer-specific outreach.

The mistake most teams make

The most common error: starting too autonomous and rolling back.

A team deploys AI with no human review because the demo worked well. A customer-facing mistake happens. The team panics and adds human review to everything. Now the AI is slower than the manual process it replaced, and the team concludes "AI doesn't work for us."

The fix: start with more human review than you think you need, then peel layers back as confidence builds.

A useful sequence:

  • Week 1-2: Human reviews every AI output before it goes live. You're calibrating.
  • Week 3-4: Human reviews a sample (50%, then 25%). Confirming the calibration extends to representative work.
  • Week 5-8: Human reviews only flagged or low-confidence outputs. The AI is now running with light oversight.
  • Week 9+: Human reviews periodic samples for QA, plus escalations. Steady state.

Earn autonomy gradually, not by default.

The confidence threshold approach

For sophisticated deployments, "human in the loop" isn't binary. Modern AI systems can expose a confidence score for each output, and you set the threshold for review.

Example — customer service AI:

  • Confidence > 85: Auto-respond. No human review.
  • Confidence 60-85: Send to human for quick review before responding (<2 minute turnaround).
  • Confidence < 60: Route to human entirely; AI provides draft as a starting point.

This produces a workflow where the easy 70% of interactions handle themselves, the ambiguous 20% get human-supervised AI responses, and the hard 10% go straight to humans. Team time concentrates where it matters most.

When to add humans back

Three signals an autonomous workflow needs humans added back:

1. The error rate creeps up. Random sampling shows the AI is wrong more often than three months ago. Causes: model updates, drift in input data, new edge cases. Fix: investigate; add review until stable.

2. The stakes of errors have increased. A workflow that was low-stakes when deployed has become important. Same AI behavior is now more consequential. Re-evaluate the design.

3. Customers or stakeholders have lost confidence. The AI may still be performing well by your metrics, but the people affected by it have lost trust. Add visible human review even if it doesn't strictly improve outcomes — trust is the input, not just the result.

Don't let pride in "we automated this" prevent the right call.

What's next

You now know the two-dimensional framework, the four review patterns, the most common mistake (start-too-autonomous), the confidence-threshold approach, and when to add humans back.

Next up: Lesson 21 — Reading an AI vendor proposal (what to ask, what to skip).

Frequently asked

Questions that come up after this lesson.