01
Framework
Hybrid triad — traditional automation + LLM + human. Scorecard for picking the right tool.
A Reading of the CFA Institute Series
Practical GenAI for investment professionals, triangulated against the regulator and academic record.
01 · Setup · Why this series
02 · The Series at a Glance
01
Hybrid triad — traditional automation + LLM + human. Scorecard for picking the right tool.
02
Open vs closed source. Finance-tuned (FinLLM, FinGPT) vs general-purpose (GPT-class). Benchmarks.
03
End-to-end pipeline on Apple / Amazon / Microsoft proxy statements. Hard numbers on what works.
04
Five workflow patterns + three case studies. When to deploy an agent, when to stick with a workflow.
03 · Where the Series Aligns
Deterministic, auditable paths beat autonomous direction for anything client money touches.
High-stakes outputs route through a person. No exceptions in the regulated workflow.
Not an edge case, a design constraint. Every production pattern in the series is shaped by it.
Retrieval grounds the model in source documents. The pretrained-only path is the wrong path.
04 · Taxonomy
Workflows
Predefined paths
"Systems where LLMs and tools are orchestrated through predefined code paths." Anthropic — Building Effective Agents, Dec 2024
Agents
Autonomous direction
"Systems where LLMs dynamically direct their own processes and tool usage, maintaining control over how they accomplish tasks." Anthropic — ibid.
05 · Workflow Patterns
06 · The RAG Case Study
62%
Multi-company, multi-variable extraction
Structured markdown + metadata. LLM-judge accuracy.
55%
Quantitative-data accuracy
Numbers degrade fastest. 11-point gap behind qualitative.
32%
Same task — naive chunking
Document structure ignored. The 30-point cost.
Reading the row — dimmed cell marks the baseline (what you get without document structuring). The 30-point gap from 62% to 32% is the headline.
07 · Adoption · Triangulated
McKinsey · State of AI 2024
~58% of financial institutions attribute revenue growth to AI. Trading and personalized client interaction are the named beneficiaries.
IMF · Bo Li speech, Sept 2024
"Large language models … are now enabling investors to process very large amounts of unstructured, often text-based, data."
Goldman · Top of Mind #129
Spend is real (~$1T projected). Payoff is uncertain.
08 · The Capex Hedge
$1trillion
Projected AI capex
Goldman Sachs Research projection — the number that gets quoted. The skepticism inside the same report gets quoted less.
"Tech giants and beyond are set to spend over $1 trillion on AI capex in coming years … We're skeptical that current GenAI capability justifies the projected capex."
Jim Covello — Head of Global Equity Research, Goldman Sachs
"Limited US economic upside from AI over the next decade."
Daron Acemoglu — MIT (same Goldman piece)
09 · Bottom Line
The framework is sound
Hybrid (traditional + LLM + human), workflows first, agents on a leash. Use it as the structural backbone of any GenAI-in-finance conversation.
Anchor each claim in the primary source
Anthropic on taxonomy, IMF on regulator tone, Goldman on capex, FSB on system risk, McKinsey on adoption. CFA is the finance-specific translator, not the originator.
Use the RAG numbers honestly
62% / 55% / 32% — current state, improving. Document structure delivers a 30-point gain. Math needs tools.
Foreground the capex question
Industry consensus on benefit is not yet industry consensus on payoff.
Appendix · Operator Team
Six sub-sections covering system-level risk, the autonomy-timeline tension, the tooling stack, math + tool-use, and source inventory.
A1 · System-Level Risk
CFA frames risk firm-level — hallucination, bias, compliance. The macroprudential bodies frame risk system-level. For an asset-management audience the system frame matters as much as the firm frame.
Foundation-model concentration
A small number of providers backs most production GenAI. A provider outage or model behavior change propagates to every downstream user simultaneously.
Model-driven herding
When many funds run the same foundation model with similar prompts on similar data, output correlation goes up. Correlated outputs produce correlated trades. Correlated trades thin liquidity in stress.
Third-party dependency
AI capability sits behind API contracts that few users have negotiating leverage over. Outsourcing inference is also outsourcing operational risk.
A2 · Autonomy Timeline Tension
CFA · Installment 4 (Pisaneschi)
"Agentic AI is on track to influence every part of modern organizations."
"Today's agents are the least capable we'll ever use."
IMF · Bo Li, September 2024
"The much larger jump from AI-generated model inputs to very sophisticated autonomous AI-driven financial agents still seems far off."
Reading
CFA's tone, especially in Installment 4, runs more enthusiastic about near-term agentic deployment than the IMF's September 2024 view. Both can be right — agentic workflows (which CFA mostly describes) are deployable today; autonomous financial agents (what IMF sees as far off) are not the same thing. The briefing should not let the rhetorical overlap collapse the distinction.
A3 · CFA vs Peer Sources
| Topic | CFA framing | Peer source | Reading |
|---|---|---|---|
| Adoption | Nvidia 55% "exploring" | McKinsey ~58% revenue-attribution; IMF productivity language | Swap vendor stat for McKinsey + IMF |
| Capex | $1T cited neutrally | Goldman (own source) is skeptical | Foreground skepticism |
| Autonomy timeline | "On track to influence every part …" | IMF: autonomous agents "far off" | Distinguish agentic workflows (now) from autonomous agents (later) |
| Risk frame | Firm-level (hallucination, compliance) | BIS / FSB add system-level (concentration, herding, third-party) | Add system-level frame |
| YC startup stat | CFA-original (73% agentic) | Not independently replicated by hermes | Flag as CFA-original; do not lead with it |
A4 · The Tooling Stack
The RAG case-study stack from Installment 3:
Mistral OCR → structured markdown
Chroma
OpenAI
GPT-4o-mini
DEF 14A proxy statements
CFA-Institute-RPC/The-Automation-Ahead — the Python is the actual asset
Reading
Mid-2025 default-modern. Nothing exotic. The 30-point structured-vs-naive gap is the lesson — not the model choice.
A5 · Math Hallucination + Tool-Use
The bug
99.7864%
LLM-returned. Last two digits hallucinated.
The correct answer
99.7854%
Same calculation with a Python tool. Traceable to the underlying number.
The reading
An LLM without a calculator is doing token-pattern arithmetic. It will get the order of magnitude right and the last digits wrong. This is not a model failure — it is a category error about what the model is.
The fix
Give the agent a Python tool.
The principle
Tools close capability gaps. Arithmetic → calculator. Database → SQL. Web fetch → browser. The "agent" pattern is mostly tool-use plus a loop.
A6 · Source Inventory + Next-Pass Options
| Source | Type | Used for |
|---|---|---|
| CFA Institute — Automation Ahead | Industry body | Series under review |
| Anthropic — Building Effective Agents | Engineering essay | Taxonomy + 5 workflow patterns |
| IMF — Bo Li (Sept 6 2024) + GFSR Ch 3 | Regulator | Risk + autonomy timeline |
| Goldman Sachs — Top of Mind #129 | Sell-side research | Capex skepticism |
| FSB — Financial Stability Implications of AI | Regulator | System-level risk |
| McKinsey — State of AI 2024 | Consultancy | Adoption stat |
| BIS — IFC Bulletin 67 + Bulletin 100 annex | Regulator | System-risk corroboration |
| ECB — FSR Special (May 2024) | Regulator | EU stability lens |