← Full results & methodology · 中文版 · Working paper (PDF)

We Gave 23 AIs the Same Finance Exams. Here's What Happened.

A plain-language tour of FinAgentBench — three days, ~$750 of computing credits, one identical test harness, and some results that surprised us.

The two skills

When people ask "can AI do finance research?", they're really asking about two very different skills. The first is doing the work: take a research recipe and a pile of raw market data, write the code, and get the right numbers out — what a good research assistant does. The second is judgment: read something — a news story, an analyst's essay, an earnings report — and correctly guess what happens to the stock next. That's the skill that makes money, and it's much rarer in humans too.

We tested both, separately, on data an AI cannot have memorized. That last part turns out to be the whole game — more on that below.

Finding 1: the "research assistant" job is essentially solved

We wrote five replication tasks of increasing difficulty — from "compute a momentum strategy on 20 stocks" up to "replicate the core results of a famous academic machine-learning paper, training four models along the way." Each AI got the recipe, the raw data, a terminal, and a step budget. A script — not a human, not another AI — graded every number they submitted against ground truth we computed ourselves.

On the first four tasks, essentially every model aced it — including a small open-source model that did a perfect replication for a tenth of a cent. Only the fifth task, the academic-paper-scale one, split the field: 9 of 22 models got everything right; the rest trained the machine-learning models correctly but fumbled details of the portfolio accounting.

What used to be weeks of a research assistant's time is now minutes and pennies. The cost difference between the cheapest and most expensive AI that both produce a perfect result: up to 200×.

The catch is reliability. Re-running the same task five times, most models were perfect five out of five — but a few occasionally produced a wrong number with full confidence, and about 6% of runs failed for boring infrastructure reasons (provider API quirks). If you employ an AI research assistant, you still need to check its work — which is exactly what surveys of companies deploying AI agents report.

Finding 2: beware — AIs have memorized the stock market's past

Here's the result that should change how you read every "AI predicts stocks" headline. We showed models 1,008 historical news events (2004–2024) and asked them to predict each stock's next five days. Then we ran the exact same test with the news hidden — the model saw only the ticker and the date.

The best model predicted the past better with the news hidden. Given just "Apple, March 2, 2013", it ranked what happened next with startling accuracy — because those years of market history are in its training data. It isn't reading the news; it's remembering the answer key. The same thing happened, even more strongly, with Federal Reserve announcements: one model "predicted" the market's reaction to past Fed meetings with 90% accuracy — with the Fed statement completely hidden.

Any backtest of an AI predicting markets before its training cutoff is suspect unless it includes this hidden-text control. Most published demos don't.

Finding 3: on a fair test, real judgment exists — and it just jumped

The fair test: nearly 300 investment-research essays published in April–August 2026 — after the training cutoff of the models being tested. No answer key to remember. Models read each essay and predicted the stock's next 20 trading days relative to the market.

Three things stood out. First, hide the essay and every model collapses to coin-flipping — so whatever signal exists comes from actually reading. Second, there's a real ladder: small cheap models show modest but genuine skill, big frontier models show clearly more. Third, the newest frontier generation is a step change, not a gradual improvement — one family's four previous versions all scored in a tight band, and its newest model doubled the score.

Finding 4: what you read matters more than which AI reads it

We ran the same experiment on seven kinds of financial text. The pattern is economically sensible and very consistent:

Text the AI readsPredictive valueWhy
Analysts' opinion essaysReal signalInterpretations spread slowly through markets
Famous funds' quarterly holdings disclosuresPositive (small sample)"Smart money" trades keep drifting after disclosure
Earnings press releasesNoneHard numbers are priced in within minutes
Earnings call transcriptsNoneSame — by the next day it's all in the price
Fed statementsNone beyond memoryMacro news is priced instantly
Single news headlinesBarely anyOne sentence is too thin

In short: AI adds value where information diffuses slowly — opinions, interpretations, disclosures with a lag. It adds nothing where the market has already reacted. Worse: on earnings text the models extrapolate the announcement's direction while the market mean-reverts over the following weeks — a naive AI reader would systematically buy short-term tops.

Finding 5: does it actually make money?

We turned the essay-reading predictions into simulated weekly portfolios — buy the stocks each AI was most bullish on, short the ones it was most bearish on, hold a month, subtract trading costs. Over the three months of data, all ten configurations we tried came out positive, several strongly so. The predictions also replicate: run the same model twice and its predictions correlate about 0.9. Two more details worth knowing: the models' self-reported confidence is informative (their high-confidence half is roughly twice as accurate as their low-confidence half), and their predicted magnitudes — not just directions — are approximately correctly scaled.

Three months is a very short backtest, concentrated in AI-related stocks, in one market regime. The honest claims are: the ranking skill is real and stable; the strategy simulation is consistent with it being tradable, and far from proof. To keep ourselves honest we've begun pre-registering live predictions on brand-new articles — locked into this site's public history before the outcomes exist — so future readers can check us against reality.

What it cost, and why that's the real story

Everything above — five replication exams, seven text experiments across ~1,800 labeled events, 23 models, reliability re-runs — consumed about $600 of computing credits and two days, orchestrated end-to-end by an AI agent (which also wrote this page, and got its own errors graded along the way). A comparable human-powered study — the kind with 25 authors, 306 survey respondents, and a year of calendar time — costs a six-figure budget. Both kinds of study matter. But when a question about AI capability comes up, the cost of just running the experiment has fallen roughly a thousand-fold. That changes who gets to find things out.