Anthropic just dropped 10 ready-made AI agents for finance teams. Here’s what they do, why they matter beyond Wall Street, and what every business professional can borrow from how they’re built.
Anthropic launched 10 ready-to-run AI agents for finance teams on May 5, 2026, covering everything from pitch decks to month-end close. Each one bundles instructions, data access, and helper agents into a single template you can customize. The architecture is what matters: it’s the same blueprint any team in any function can copy to build their own agents.
On May 5, 2026, Anthropic released ten ready-to-run agent templates for the most time-consuming work in financial services: building pitchbooks, screening KYC files, reviewing earnings, and closing the books at month-end. [1]
If you’ve been hearing the phrase “AI agents” thrown around for the last 18 months and quietly wondering when it would mean something concrete, this is one of the more concrete examples to date. These aren’t demos. They’re working templates that ship as plugins inside Claude Cowork, Claude Code, and as cookbooks for Claude Managed Agents. [1]
Each one is what Anthropic calls a “reference architecture.” That’s a fancy phrase for “here’s a working starting point you can copy and adjust to fit your team.” It saves the months of trial and error a finance team would otherwise spend trying to get an AI agent to behave reliably on real work.
The templates split into two groups of five. [2] Here’s what each one actually does, stripped of jargon.
If you don’t work in finance, three or four of these will sound vaguely familiar from corporate function-speak. The point isn’t to learn the templates. It’s to notice the pattern Anthropic chose: every single one of these agents replaces work that’s structured, repetitive, and partially deterministic. Not creative work. Not strategy. The grindy stuff that fills calendars and burns out senior staff.
Bloomberg called it a strategic move into one of Anthropic’s most lucrative customer segments. [3] That’s true and not very interesting. The more useful read: finance is where the pain is most measurable.
A junior banker building a pitchbook spends 40 to 60 hours on slides that are 80% template. A KYC analyst spends a third of her week clicking through documents that almost always pass. A controller’s team works through three days of weekends every month-end. There’s a lot of slack in the system, and finance teams measure their own time in basis points. When you tell a CFO an agent will save 15 hours a week per analyst, the math is automatic.
For the rest of us, the lesson is simple: AI agents land first where the work is repetitive, the cost of mistakes is bounded, and the volume is high. Look at your own function and ask which tasks check those three boxes. That’s where your version of these agents will land first.
Here’s the part you should actually screenshot and keep. Anthropic published the architecture every one of these agents uses. [2] It’s three pieces:
The instructions and domain knowledge for the task. For the pitch builder, skills include things like “how a pitchbook is structured,” “what a comparable company set looks like,” and “what the firm’s house style for slides is.” Skills are reusable text files that tell the agent how the work should be done.
You can write skills for almost any function. A marketer’s skill might be “how we write a campaign brief.” An HR director’s skill might be “how we screen senior leadership candidates.” If you can document the way good work gets done in your team, you can write a skill.
Governed access to the data the task runs on. The KYC screener has a connector to the sanctions database. The earnings reviewer has a connector to your firm’s research repository. Connectors are how an agent gets to the real systems it needs without you giving it your password and praying.
For non-finance teams, this means the agent isn’t useful until it can see the systems you live in. Salesforce, your CMS, Notion, your file share. Anthropic, OpenAI, and Microsoft all ship connector libraries now. Pick the one that talks to most of your stack. (We covered the Microsoft Copilot vs. Gemini comparison here if you’re weighing the options.)
Additional Claude models the main agent calls for sub-tasks. The pitch builder might call a subagent specifically for picking comparables. Another for doing methodology checks. The main agent stays focused on the overall task; subagents handle the parts that need their own context window or specialised behaviour.
This is the part most professionals miss. A good agent isn’t one giant prompt. It’s a small team of specialists with one orchestrator. Architecturally that mirrors how human teams already work: a senior leads the project and pulls in specialists when needed.
This is where it gets interesting. The 10 templates aren’t going to be much use to a marketing manager or an operations lead directly. But the pattern absolutely is. Here are four examples of agents you could build using the exact same recipe:
Skills: your campaign brief template, your performance benchmarks, the questions your CMO always asks at debriefs. Connectors: Google Analytics, Meta Ads Manager, your CRM. Subagents: one for creative analysis, one for media performance, one for competitive context.
You’d put a campaign URL in, get back a structured post-mortem with the things you’d usually spend a Friday afternoon assembling.
Skills: your scorecard template, the seniority level definitions, your firm’s interview rubric. Connectors: your ATS, LinkedIn (where allowed by your contract), the candidate’s portfolio. Subagents: one for a public footprint summary, one for skills mapping against the job requirements.
Skills: your project plan template, your status report format, the typical risks for the engagement type. Connectors: your time tracking, your project management tool, the client’s shared drive. Subagents: one for risk identification, one for budget burn analysis.
Skills: the standard operating procedure document, the exception handling rules. Connectors: your ticketing system, the relevant data warehouses. Subagents: one for anomaly detection, one for root cause analysis.
None of these require a developer. With Claude Cowork or ChatGPT’s custom GPTs, a non-technical person who’s done the work to write good skills documents can stand up a v1 in a week. (We covered building custom GPTs without code here.)
Three concrete moves, in order:
1. Pick one task you do every week that follows a template. Not the most strategic thing on your plate. The most repetitive thing. Status reports, candidate screens, client briefs, weekly performance recaps. Anything where you keep ending up at the same shape of output.
2. Write the skill document. One or two pages, no more. Headed sections: what the input looks like, what the output looks like, the rules a good version follows, the rules it never breaks. This is the highest-leverage two hours of work you can do this week. It’s also useful even if you never build the agent. You’ve now documented institutional knowledge.
3. Run it manually with Claude or ChatGPT first. Paste your skill document, paste a real input, see what the output looks like. Iterate on the skill until the output is consistently usable. Once you have that, you have the prompt half of an agent. Connectors and subagents come later.
Most professionals stall on step 2 because it forces you to admit that the way you do work isn’t actually written down anywhere. That’s the work. The agent is just the multiplier on top.
The bigger picture: when Anthropic publishes a recipe, it tends to become the way the industry builds for the next two years. Last year it was prompt patterns. This year it’s the skills + connectors + subagents pattern. Worth learning even if you never touch a finance template.
The templates themselves are free to access from Anthropic’s site. You’ll need a Claude account to run them, and any usage will count against your plan limits or API spending. Some connectors to enterprise data systems may require separate enterprise contracts.
For the simpler agents, no. Claude Cowork lets non-technical users install and configure agents through a UI. For deeper customisation or connecting to your own internal systems, you’ll usually want technical help.
All three are templates with instructions, but Claude’s framework formally separates skills, connectors, and subagents. That makes complex multi-step work more reliable. Custom GPTs are simpler. Microsoft’s agents are tightly bound to the Microsoft 365 stack.
The templates are tuned for finance workflows, so most non-finance teams will get more value from copying the pattern than the actual agents. The skills + connectors + subagents architecture is what’s portable.
The same risks as any AI-generated output: errors, missed context, unverified assumptions. Anthropic is explicit that humans must stay in the loop on every agent output. None of these templates are designed to operate fully autonomously on regulated work.
About this guide
This article was researched and written by Sana Mian, co-founder of Future Factors AI, based on Anthropic’s official launch announcement on May 5, 2026, coverage by Bloomberg and Finextra, and the published agent template architecture documentation. Future Factors AI trains non-technical professionals to use AI confidently in their day-to-day work.
Sources