ArticleArticleAI Governance

Run Your First Pilot in Weeks: Human in the Loop for Advisers & SMEs

2 September 2026
Rohit Parmar-Mistry

Human in the loop means building a mandatory review or approval step into an AI-assisted workflow, so a qualified person checks the output before it reaches a client, a regulator or a bank account. Firms need it wherever a mistake carries professional, financial or regulatory consequences: client deliverables, regulatory filings, and anything that moves money. Specialists help firms build exactly these controls into existing workflows.


TL;DR:

    • Human review should be reserved for high-risk outputs like regulatory filings, financial transactions, and sensitive client data, with sign-off required each time.
    • Risk-tiering based on data sensitivity, impact, regulatory consequences, and model uncertainty determines whether review is manual or automated, with high-risk cases needing real-time approval.
    • The most effective workflows use hybrid or synchronous gating for irreversible actions and asynchronous or parallel review for reversible, lower-risk outputs.
    • Governance relies on routing work to qualified reviewers, setting clear SLAs, and recording decisions with timestamps and rationales to withstand audits.
    • Starting with a narrow, well-mapped pilot focusing on medium-risk, high-frequency tasks prevents costly retrofitting and clarifies where review gates are most needed.

Table of Contents

What ‘human in the loop’ means for professional services teams

For advisers, accountants and legal firms, human in the loop is a specific, narrow thing: a mandatory approval step embedded in a live workflow, sitting between an AI-generated output and the action that output triggers. A drafted client letter waits for sign-off before sending. A suggested tax treatment waits for a qualified reviewer before filing. A payment instruction waits for authorisation before it executes.

This is not the same concept as human oversight during model training, where people label data or score model responses to improve an algorithm. That version of “human in the loop” belongs to machine learning engineering teams, not to a bookkeeping practice or a mortgage adviser’s back office. This article deals exclusively with human oversight embedded in day-to-day operations.

The rationale is straightforward. Clients trust a named professional, not an algorithm, and professional liability doesn’t transfer to software. Regulators expect a human decision-maker of record. Getting this distinction right shapes everything else in your governance approach.

When to require human review: a risk‑tiering approach

Not every AI output deserves the same scrutiny. Reviewing a low-stakes draft with the same rigour as a six-figure client instruction wastes reviewer time and breeds the kind of approval fatigue that makes people rubber-stamp everything. MAS guidance recommends tiering AI use cases by risk materiality and applying oversight proportionate to that risk, rather than a single blanket rule.

Four dimensions decide the tier:

    • Data sensitivity — does the output touch personal data, health information or commercially confidential material?
    • Monetary or contractual impact — could the action move funds, bind the firm, or amend a contract?
    • Regulatory consequence — does an error here trigger a reportable breach or a client complaint with compliance implications?
    • Model uncertainty — how confident is the system in this specific output, and how novel is the situation?

A practical routing rule: low-risk outputs (an internal summary, a first-pass meeting note) go to periodic sampling rather than gating every item. Medium-risk outputs (client-facing drafts, standard filings) require a single qualified reviewer before release. High-risk outputs (fund transfers, regulatory submissions, anything touching sensitive PII) require synchronous, named sign-off with an audit record, every time, no exceptions.

Design patterns for human-in-the-loop workflows

Four architectural patterns cover almost every professional services use case, and choosing the wrong one is usually what makes a pilot fail.

    • Synchronous gate — the workflow halts entirely until a human approves. Use this for irreversible actions: payment releases, regulatory filings, signed advice letters. Nothing proceeds without explicit sign-off.
    • Asynchronous escalation — the AI proceeds on routine cases but routes uncertain or flagged cases to a queue for later human attention, without stopping other work. Suited to document triage or claims processing where most cases are straightforward.
    • Parallel feedback — a human reviews the output alongside or shortly after automated delivery, correcting course without blocking throughput. Works well for research drafts and internal analysis where being slightly wrong briefly costs little.
    • Hybrid — synchronous gating on the irreversible sub-step (the actual transfer or filing), parallel review on everything upstream (the drafting, the data-gathering). Most mature professional services workflows land here.

The trade-offs are real. Synchronous gates add latency and can frustrate clients expecting instant turnaround. Parallel feedback risks a bad output slipping through before correction. Asynchronous queues, left unmonitored, quietly become a backlog nobody owns. Deep architectural guidance suggests deciding gate placement early, because retrofitting rollback logic onto a workflow that shipped without it is expensive and disruptive later.

Pro Tip: Decide which steps are irreversible before you design anything else. If an action can’t be undone once it fires, it gets a synchronous gate. Everything reversible can usually tolerate a lighter pattern.

Operational controls that make review defensible

Governance only works if the mechanics behind “a human checked it” hold up to scrutiny. That means routing the right work to the right reviewer, enforcing service levels, and keeping a record that survives an audit or a regulator’s question.

Routing should follow skill, not availability. A junior administrator shouldn’t approve a complex tax position just because they’re next in the queue; build routing rules that account for expertise and reviewer capacity limits, so nobody is rubber-stamping forty items an hour.

Service levels need teeth. Define an SLA class for each risk tier, set an explicit timeout, and decide in advance what happens when nobody responds. Silent failure, where a request simply sits unactioned, is worse than no automation at all.

    • Log every decision with a timestamp, reviewer identity and rationale, not just an approve/reject flag.
    • Use idempotency keys so a retried request never triggers a duplicate action.
    • Verify webhook signatures on anything that pushes a decision back into a downstream system.

One figure worth watching closely: vendor research on approval workflow tuning flags a sustained approval rate above 90% as a warning sign that review triggers are too broad and reviewers have stopped genuinely scrutinising output. NIST’s AI RMF frames this as ongoing testing, evaluation, verification and validation (TEVV) across the full AI lifecycle, not a one-off check at launch.

A short implementation checklist: pilot to scale

Start narrow. A controlled pilot beats a firm-wide rollout every time, because it surfaces the failure modes you’d otherwise discover with a real client watching.

    • Map the workflow end to end and mark every irreversible step. This single exercise usually reveals more risk than any tooling discussion.
    • Choose one or two pilot use cases, ideally medium-risk, high-frequency work where mistakes are recoverable but annoying.
    • Define routing rules, named reviewer roles, SLA timeouts and a rollback playbook before the pilot goes live, not after something breaks.
    • Run the AI in shadow mode first, generating outputs that a human reviews without the system acting on them, to calibrate expectations.
    • Measure reviewer agreement rates and turnaround latency, then widen scope only once those numbers stabilise.

OECD guidance on responsible AI reinforces that this can’t be a one-off setup exercise. Governance needs a named senior owner and a recurring review cycle, not a policy document filed away after launch.

Integration and tooling notes for professional services

The mechanics of routing an approval request matter more than most firms expect. Durable workflow engines, which persist state through restarts and enforce timers reliably, solve a problem that ordinary scripts don’t: an approval request sitting for three days shouldn’t vanish because a server rebooted. Temporal’s documentation on reliable document approvals shows how durable timers keep an audit trail intact across long-running processes.

For day-to-day integration, Microsoft’s guidance on human-in-the-loop patterns shows review requests pushed straight into Teams via Power Automate or Logic Apps, so reviewers approve or reject without leaving the tool they already work in daily. That single design choice does more for adoption than any amount of staff training.

Keep review payloads lean. Show the reviewer the decision-critical fact, the flagged risk, and the recommended action, not the entire underlying document. Cluttered payloads slow reviewers down and increase the chance they miss the one thing that actually matters.

Pattrn Data perspective: keeping humans in charge

The mistake we see most often isn’t firms ignoring human oversight; it’s firms bolting it on as an afterthought, usually an email chain nobody owns, once something has already gone wrong. Review only holds up if it’s designed as infrastructure from day one, with named owners, defined SLAs and a record that survives scrutiny.

A well-crafted protocol exists because mapping the workflow always comes before choosing a tool. Consulting services can run AI clarity sessions and risk audits that identify exactly where approval gates belong, then build workflows, custom agents and governance structures around those decision points, not around whatever the software vendor assumed. If your firm is weighing where to place its first gate, a short scoping conversation may be more useful than another vendor demo.

*— Rohit

Get help mapping your first human-in-the-loop pilot

If you’ve read this far and you’re thinking about your own client deliverables, filings or payment approvals, the next useful step is mapping the actual workflow rather than picking a tool first. Pattrn Data’s AI implementation service does exactly that: it identifies where irreversible actions sit, defines review points around them, and builds a pilot plan you can run in weeks, not months.

Pattrndata

A clarity session or risk audit typically produces several concrete outputs: a workflow map showing where AI can safely assist, a defined set of approval gates matched to risk tier, and a pilot scope narrow enough to test without risking the whole firm. The Medical Survey Copilot case study shows this approach applied to a real agent-based workflow with review built in from the start. Firms with client-facing automation already running should also look at how to connect AI governance across existing systems, and teams exploring adjacent client-facing automation may find the partner guide on AI sales enablement a useful companion read.

Book an AI clarity session or a risk and efficiency audit to get your first pilot scoped properly.

Get help mapping your first human-in-the-loop pilot — overview diagram

Sources

The NIST AI Risk Management Framework sets out the GOVERN, MAP, MEASURE and MANAGE lifecycle that underpins most serious TEVV practice, while the OECD’s due diligence guidance covers ongoing stakeholder engagement and governance accountability.

For financial services specifically, the MAS executive handbook offers concrete risk-tiering examples. On the implementation side, Microsoft’s Foundry guidance and Temporal’s durable approval patterns are the most useful technical references for building review gates that actually hold up in production.