Getting Your First Agent Live

Supervised autonomy in financial services AI agents

Matt DoughtyMatt DoughtyCEO & Co-Founder, Prefactor
5 min read
Abstract illustration: The Human-in-the-Loop Turn: Why Financial Services Stopped Betting on Autonomous Agents

Supervised autonomy has become the dominant production model for AI agents in financial services because full automation fails three converging tests: regulatory accountability, asymmetric error costs, and the need to build trust incrementally. Agents are expanding fast, but the boundaries around them are deliberate, not cautious.

The adoption picture

Agent adoption in financial services has moved faster than almost any comparable enterprise technology. 44 percent of finance teams were using agentic AI in 2026, up over 600 percent from 2025. The 50 largest banks announced more than 160 AI agent use cases in 2025 alone. Across banking and insurance, 47 percent of enterprises had at least one agent in production by April 2026, well ahead of healthcare at 18 percent and government at 14 percent.

That pace makes the design choice more striking, not less. Organisations moving this quickly are not doing so with full autonomy. 94 percent of companies keep agents on the edges for low-stakes and supervised tasks; only 6 percent fully trust an agent to handle end-to-end business processes without human review. The speed of adoption and the caution about autonomy are not in tension. They reflect the same conclusion: agents create real value inside defined boundaries, and those boundaries need to include a human.

Why full autonomy stalls in regulated environments

The case for supervised autonomy is not primarily philosophical. It is practical, and it comes from three converging pressures.

Regulatory accountability cannot be delegated to a model. Model risk management guidance, suitability rules, and emerging AI Act obligations in the EU all require a named human accountable for consequential outputs. An agent that approves a credit decision or executes a trade without human sign-off shifts that accountability into a gap that auditors and regulators will not accept. Understanding AI governance frameworks for your jurisdiction is a prerequisite, not an afterthought, when scoping agent deployments in finance.

Error propagation at scale is asymmetric. An agent processing thousands of decisions per hour makes errors at the same rate as it makes correct decisions. A human reviewing ten decisions per hour catches errors before they compound. The math favours checkpoints when the cost of a wrong decision is high, even if those checkpoints reduce throughput.

Trust compounds over time. Raymond James launched its Rai agent in January 2026 for internal decision-support, specifically framing it as Q&A across company systems with human-in-the-loop oversight. That framing is deliberate. Organisations are building the track record that justifies expanding agent authority, rather than granting authority upfront and managing the fallout.

What the architecture looks like

Supervised autonomy is not a single pattern. It is a spectrum, and the right position on it depends on the consequence of a wrong decision and the reversibility of the action.

flowchart TD
    A[Task arrives] --> B{Consequence level?}
    B -->|Low: reversible, low cost| C[Agent acts autonomously]
    B -->|Medium: bounded cost, reversible| D[Agent drafts, human reviews]
    B -->|High: irreversible or regulated| E[Agent researches, human decides]
    C --> F[Logged for audit]
    D --> G{Human approves?}
    G -->|Yes| F
    G -->|No| H[Agent revises or escalates]
    E --> I[Human action with agent output as input]
    I --> F

The decision about where to place the human gate is the architectural decision. It determines tooling choices, latency budgets, and the kind of agent observability you need to instrument.

Morgan Stanley’s June 2026 announcement illustrates the medium-stakes tier. The firm is opening its ShareWorks and Equity Edge wealth management platforms to external AI agents for stock plan administration across 3,400 client organisations by 2027. Agents access data and execute administrative tasks within the platform; the $1.2 trillion in assets under administration stays under human governance structures. The agent expands reach; the human retains authority.

The credit memo case sits toward the high-stakes end. A US bank using agents for credit risk memo creation and processing reported a 20 to 60 percent productivity increase and a 30 percent improvement in turnaround time. The agent drafts; the credit officer decides. The throughput gain is real without transferring the decision.

Distributing agents to workers, not replacing them

OpenAI’s launch of ChatGPT Work, bundled into existing Plus, Pro, Business, and Enterprise plans and integrated with tools like Slack, Gmail, Google Drive, and Salesforce, makes the same architectural bet at platform scale. The product puts agentic capability in front of white-collar workers who retain final decision authority over the outputs. The agent executes multi-step research and drafting tasks; the worker approves before anything consequential happens.

This is not a philosophical concession. It is a product decision based on where enterprise buyers are willing to deploy agents today. The 66 percent of middle-market finance leaders who consider human oversight of agentic AI to be extremely or very critical to deployment are not an obstacle to agent adoption. They are the market.

flowchart TD
    A[Worker assigns task] --> B[Agent executes steps]
    B --> C[Agent drafts output]
    C --> D{Worker reviews}
    D -->|Approved| E[Output applied]
    D -->|Revised| B
    D -->|Rejected| F[Task returned or escalated]
    E --> G[Audit trail recorded]
    F --> G

For enterprise architects, this means the agent infrastructure needs to support review workflows natively, not bolt them on. Approval queues, diff views between agent drafts and final outputs, and role-based access to override or escalate are AI governance requirements, not nice-to-haves. Tools that treat human review as an exception path will create friction that erodes adoption. Tools built around review as the default path fit the production model that regulated industries actually use.

Applying the pattern outside finance

The logic transfers wherever three conditions exist: decisions carry significant consequence, errors are expensive to reverse, and a named human is accountable to an external authority. Healthcare claims adjudication, insurance underwriting, and government benefit eligibility all qualify. The AI governance considerations for regulated industries are different in detail but identical in structure.

Bradesco’s deployment of agents for fraud prevention at scale is a useful reference for the low-to-medium tier. Fraud flagging is consequential, but the agent action (flagging for review) is not itself irreversible. A human still approves the block or the escalation. The agent handles the volume; the human handles the edge cases and the accountability.

If you are scoping an agent deployment in a regulated environment, comparing runtime governance with pre-deployment review will help you decide where your controls should sit. For teams evaluating orchestration options, multi-agent system design and agentic AI orchestration cover the coordination layer. Platforms like Prefactor are built specifically for the governance and observability layer that supervised autonomy requires.

Where to start

If your organisation is still mapping which processes are candidates for agents, and at what autonomy level, the readiness assessment will help you place each workflow on the consequence spectrum. Take the agent readiness assessment to identify where supervised autonomy creates value with manageable risk in your environment.

Matt DoughtyMatt DoughtyCEO & Co-Founder, Prefactor

Founder of Prefactor, writing on the operational reality of getting AI agents into production — evaluation, observability, governance, and the plumbing assistants never needed.

Frequently asked questions

What is a human-in-the-loop agent architecture?

It is a design in which an AI agent completes research, drafting, or data retrieval steps autonomously, but a human reviews and approves outputs before they take effect on consequential decisions. The agent handles volume; the human owns the decision.

Does human-in-the-loop oversight defeat the productivity gains from agents?

Not in practice. A US bank deploying agents for credit risk memo creation saw a 20 to 60 percent productivity increase and a 30 percent improvement in credit turnaround time, even with human review gates in place. The gains come from removing the retrieval and drafting work, not from removing the human.

Which regulations make human oversight mandatory in financial services?

No single regulation mandates human-in-the-loop universally, but SR 11-7 (model risk management), MiFID II suitability requirements, and emerging EU AI Act obligations for high-risk AI systems each create compliance pressure to keep humans accountable for consequential outputs. Your legal and compliance team should map each agent use case to the specific obligations that apply.

Can this pattern apply outside financial services?

Yes. Healthcare, insurance, and government face similar constraints: high consequence decisions, regulatory accountability, and reputational risk from errors at scale. The same architecture, defined escalation thresholds, audit trails, and role-based approval gates, transfers directly.

Stay ahead of the curve

No spam. Unsubscribe anytime. A resource by Prefactor.

Almost there — check your inbox to confirm your subscription.