Overview
The paper provides a working live platform, public code, and multi-model tests, but the evaluation is short, US-only, and omits real execution frictions like fees.
Citations0
Evidence Strength0.80
Confidence0.82
Risk Signals9
Trust Signals
Findings with numeric evidence: 5/5
Findings with evidence refs: 5/5
Results with explicit delta: 0/5
Reproducibility
Status: Partial assets available
Open source: Partial
License: MIT
At A Glance
Cost impact: 60%
Production readiness: 50%
Novelty: 70%
Why It Matters For Business
Backtests can hide LLM memorization and produce over-optimistic trading results; running live, contamination-free evaluations like DeepFund reveals real performance and risk before any capital allocation.
Who Should Care
Summary TLDR
DeepFund is an open, multi-agent framework that evaluates large language models (LLMs) by running them live on real market data to avoid 'time-travel' leakage from pretraining. The system connects LLM agents (planner, analysts, portfolio manager) to live feeds (e.g., Yahoo Finance, Alpha Vantage), records decisions, and reports standard financial metrics. In a 24-trading-day test on five tickers with nine LLMs, most models lost money; only Grok 3 produced a small positive return (CR = +1.1%). The code and prompts are public so teams can reproduce live evaluations and stress-test strategies without backtesting contamination.
Problem Statement
Existing financial LLM benchmarks rely on historical backtests that overlap with an LLM's pretraining data. That overlap lets models implicitly 'time travel' by regurgitating known future events, inflating performance. We need contamination-free, real-time evaluation to measure true trading ability.
Main Contribution
DeepFund: a live benchmarking platform that connects LLM-driven multi-agent fund workflows to real-time market data to avoid information leakage.
A multi-agent design (Financial Planner, Analyst Team, Portfolio Manager) that standardizes signals and decisions and records full provenance.
Key Findings
Most evaluated LLMs lost money in live trading.
Only Grok 3 achieved a small positive cumulative return.
Results
| Metric | Value | Baseline | Delta | Split / Dataset | Evidence | Evidence Ref |
|---|---|---|---|---|---|---|
| Grok 3 cumulative return (CR) | 1.1% | — | — | 24 trading days on AAPL/AXP/BAC/KO/CVX (Mar 17–Apr 17, 2025) | Grok 3 CR = 1.1% (Table 3) | Table 3 |
| Range of model CRs | +1.1% to -8.1% | S&P 500 CR = -6.91% | — | Same trading period and tickers | Table 3 lists CR per model; majority negative (Table 3) | Table 3 |
What To Try In 7 Days
Run DeepFund or a live pilot on a small portfolio to detect leakage and test signal pipelines.
Compare model cost vs. return using short live windows (check OpenAI family cost-efficiency findings).
Add or tighten cash-reserve and diversification rules and re-run live to measure risk control impact.
Agent Features
Memory
Planning
Tool Use
Frameworks
Is Agentic
Yes
Architectures
Collaboration
Reproducibility
Risks & Boundaries
Limitations
Evaluations cover only US stocks and five tickers; not a full market stress test (Section 7).
Simplified trading model: no transaction fees, slippage, or exchange constraints accounted for (Section 7).
When Not To Use
When you require realistic execution costs (fees, slippage) not modeled here.
When evaluating non-US markets or large-cap institutional execution without further extensions.
Failure Modes
LLM pretraining contamination still possible if live data sources or prompts leak historical events into decisions (motivates live-only tests).
High portfolio concentration and low cash reserve can cause large drawdowns during shocks (observed in DeepSeek).

