Patralekh Satyam
Menu
Agentic AI in banking

The First AI Employee Your Bank Should Hire Is an Auditor

Why the safest place to start with agentic AI in banking is the job nobody staffed for: reading everything.

Patralekh Satyam14 August 20265 min readAlso on LinkedIn
In brief

Patralekh Satyam argues that a bank or credit union's first AI agent should be an internal auditor rather than a customer-facing assistant, because the audit seat needs only read-only tools and a wrong finding costs a reviewer an hour rather than a customer an outcome. He describes what the investigation agent does (retrieves and quotes governing policy, reconstructs the decision, compares against the population, drafts a cited finding, routes it to a human queue and stops), a four-rung autonomy ladder on which he builds to level three, and why the logged, versioned design is examiner-ready in the spirit of the Federal Reserve's SR 11-7. A follow-up article, The Architecture of the AI Auditor, shows the build.

Every bank and credit union I talk to is asking the same question about AI agents: what can they do? It is the wrong first question. The right first question is which job you give the first one.

The popular answer is customer-facing: a service agent, a sales assistant, an onboarding concierge. I understand the appeal, and I think it is the wrong first hire. The first AI employee your institution hires should be an internal auditor.

Not because auditing is glamorous. Because it is the one job in the building where an AI agent's two greatest strengths, unlimited reading capacity and perfect record-keeping, meet its greatest weakness, the occasional confident mistake, in a place where that weakness cannot hurt anyone.

The auditor seat is the safe seat

Think about what a customer-facing agent can do wrong: misquote a rate, promise a waiver it cannot honor, create a fair-lending problem one conversation at a time. Its errors land on customers in real time, at scale.

Now think about the auditor seat. An audit agent needs no power to approve, deny, move, or change anything. It reads. Its entire toolset can be read-only. When it is wrong, a human reviewer discards a finding, and nothing happened. The blast radius of a bad day is a wasted hour, not a consent order.

In my last piece I described an auto-audit layer that checks every onboarding decision at the first occurrence instead of sampling a few dozen files a quarter. That layer flags. The agent I am describing here takes the next step: it investigates.

What the agent actually does

When a flag fires, the agent works the case in order, the way a good junior auditor would, except across the whole population and without a backlog.

How much rope: the autonomy ladder

The question executives actually ask me is not whether to use agents. It is how much autonomy is defensible. I answer with a ladder.

Level one: the agent gathers evidence, humans do everything else. Level two: the agent drafts findings, humans approve every one. Level three: the agent recommends dispositions, humans decide. Level four: the agent closes low-risk findings on its own, and humans sample its closures.

I build to level three and stop. Not because the models cannot handle level four; some can. Because when the examiner asks who decided, "a human, on the agent's evidence" is an answer that ends the conversation, and "the agent, and we sample its work" is an answer that starts one. The ladder exists so your institution chooses its rung deliberately, in written policy, rather than drifting up one convenience at a time.

An agent you can put in front of an examiner

The rule I apply to any AI in a bank applies double to an agent: it must be able to explain itself. In this design that is not an add-on. It is a property of the architecture.

Every tool call the agent makes is logged: what it queried, what came back, and when. Its prompts and models are versioned, so you can say exactly which configuration investigated which case. Its citations resolve to real policy text. Its work product is a transcript. The agent's memory is a log, and the log is examiner-ready by construction, consistent with the spirit of the Federal Reserve's model risk management guidance, SR 11-7. There is a pleasant irony here: built this way, the AI auditor becomes the best documented employee in the building.

Why this is the right first hire

There is a second reason to start here, and it is the strategic one. Deploying the audit agent forces your institution to build the muscles every future agent will need: scoped permissions, tool allowlists, logged actions, human review queues, and model validation. You learn agent governance on a job where mistakes are free.

And when you deploy that customer-facing agent next year, you will not be deploying it into the dark. You will be deploying it into a building where your first AI employee is already watching. Your second agent gets audited by your first. That ordering is not an accident. It is the whole point.

Where this leaves you

I design and build these systems for banks and credit unions: the auto-audit layer, the investigation agent on top of it, and the governance that makes both defensible. If your institution is deciding what its first AI employee should be, my messages are open.

And for the comments: what job would you give your first AI employee, and which rung of the ladder would you let it stand on? The build itself is in the follow-up, Inside My First Digital Employee: The Architecture of the AI Auditor.

Sources