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.
- It retrieves the governing policy. Not from its training memory, from your documents. The agent runs retrieval-augmented generation (RAG) over the institution's policy manual, procedures, and the relevant regulatory guidance, and it quotes the exact passages that govern the flagged decision, with citations. This distinction matters more in banking than anywhere else: an agent that recalls policy will eventually hallucinate policy. An agent that retrieves and quotes it can be checked in one click.
- It reconstructs the decision. The applicant's full signal history: what was checked, what came back, which thresholds applied, and in what order.
- It compares. Similar applicants, base rates, how often this pattern appears across the population, and whether it is new this week or has been quietly present for months.
- It drafts the finding. What fired, what the policy says, what the evidence shows, and what a reviewer should look at first, with every claim linked to a quoted policy passage or a logged data point.
- It routes the finding to a human review queue. And it stops.
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
- Federal Reserve SR 11-7, Guidance on Model Risk Management: federalreserve.gov