0 cumulative citations
View corpus contextBetter LLMs can make markets riskier: simulations show higher-capability language-model traders act more similarly, producing correlated errors that cannot be diversified away, and when exposed to shared misleading information higher LLM participation amplifies mispricing and volatility.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Large language models (LLMs) are being deployed at scale in consequential real-world systems, from financial markets to content moderation to hiring. We show that improving individual model capability can degrade rather than improve system-level outcomes. We hypothesize that shared training and architectures can lead more capable LLMs to behave more similarly, creating correlated actions that do not diversify away. We develop a general framework showing how this correlation creates a non-diversifiable risk floor and test its predictions in financial markets using an agent-based simulation with LLM traders of varying general-purpose capability. We find that: (1) frontier LLMs exhibit significantly correlated behavior that increases with capability; (2) when their shared reasoning is accurate, increasing agent participation reduces market-level risk; and (3) when agents share a common misinformation environment, the same correlated behavior becomes a liability. Together, these results identify a capability paradox: improving individual models does not necessarily produce better system-level outcomes. Whether the same dynamics arise in other domains is an open empirical question.
Summary
Main Finding
Improving individual LLM capability can increase systemic risk when many similar models act together. The authors show analytically and in agent-based financial-market simulations that more capable LLM agents exhibit more highly correlated non-corrective behavior, creating a non-diversifiable risk floor. When agents share accurate information, higher LLM participation improves price discovery; when they share misleading information, the same correlated behavior amplifies mispricing and volatility, producing market outcomes worse than those with uninformed noise traders.
Key Points
- Capability paradox: individual model improvements do not guarantee better system outcomes; greater capability can homogenize reasoning and increase correlated errors.
- Action decomposition: each agent action a(i)t is split into a corrective component proportional to the price–fundamental gap Gt−1 (coefficient λi) and a non-corrective residual r(i)t:
- a(i)t = λi Gt−1 + r(i)t.
- Non-diversifiable risk floor: average residual variance across N agents decomposes as
- Var( r̄t ) = (1 − ρ̄) σ2r / N + ρ̄ σ2r,
- where ρ̄ is mean pairwise correlation of residuals. The second term (ρ̄ σ2r) does not vanish as N grows.
- Empirical findings (RQ1): frontier LLMs show significant positive correlation in non-corrective components; correlation increases with capability.
- Pairwise regressions: average capability predicts non-corrective correlation (ELO: t=3.94, p=0.001, R2=0.475; MMLU-Pro: t=4.88, p<0.001, R2=0.580).
- Observed residual variance floor ≈ 0.010 vs single-model variance 0.021 (diversification cannot eliminate the floor).
- Market-level scaling (RQ2): in a single-asset agent-based market with noise traders and market maker, increasing LLM participation monotonically reduces mean tracking error (prices closer to fundamentals) when LLMs act on accurate signals.
- Cross-model differences explained by gap sensitivity λ: more aggressive λ → lower residual tracking error (examples: Gemini λ≈1.51 error≈1.33; Sonnet λ≈1.15 error≈2.10).
- Shared misinformation (RQ3): when all agents receive the same adversarial commentary (consistent narrative discounting the displayed fair-value by 25–30%), increasing LLM share dramatically worsens market performance:
- Mean tracking error rises with LLM share (up to ~5–7× baseline at full penetration).
- Volatility increases.
- Directional accuracy collapses (examples: Haiku 54%, Gemini 68%, Sonnet 42% ≈ contrarian).
- Because misinformation is shared, errors are fully correlated and scale up with population, removing the stabilizing benefits seen in RQ2.
Data & Methods
- Analytical framework:
- Decomposition of actions into corrective (λ G) and non-corrective residuals; derivation of variance decomposition and risk floor.
- RQ1 (model-behavior panel):
- 7 LLMs evaluated across 64 systematically varied scenarios (variation in fundamental gaps, momentum, volatility, analyst views).
- 5 samples per scenario per model.
- For each model, fit OLS of actions on fundamental gap to isolate residuals; compute pairwise Pearson correlations of residuals across scenarios.
- Regression of pairwise residual correlation on average capability (ELO, MMLU-Pro) and same-provider indicator.
- RQ2 & RQ3 (agent-based market simulation):
- Single-asset market, 100 rounds with two step shocks to fundamental value (100→120 at t≈33; 120→90 at t≈66).
- Agents: homogeneous LLM family (Claude Haiku 4.5, Claude Sonnet 4.6, or Gemini 2.0 Flash Lite) mixed with zero-mean noise traders and a market maker.
- Price update: Pt = Pt−1 + δ · nett / N (δ = price-impact parameter).
- Vary LLM participation share s ∈ {0, 0.2, 0.4, 0.6, 0.8, 1.0}, multiple random seeds.
- RQ3 adds shared distractor commentary each round: neutral rotating commentary vs adversarial unanimous commentary claiming the fair-value signal overstates intrinsic value by 25–30%.
- Metrics: mean tracking error (mean |Pt − Ft|), realized volatility, directional accuracy, residual regression slope λ (gap sensitivity).
- Quantitative highlights:
- Residual variance floor ≈ 0.010 (about half single-model variance of 0.021).
- Capability significantly predicts residual correlation; shared provider not a significant predictor in panel.
- Under adversarial shared commentary, markets with high LLM share become strictly worse than noise-only baseline.
Implications for AI Economics
- Systemic risk from LLMs is not monotone in individual capability. Regulators, platform designers, and firms must assess collective dynamics, not just per-model benchmarks.
- Key monitoring and evaluation recommendations:
- Measure pairwise correlation of non-corrective residuals across models (fit model-specific corrective regressions, compute residual correlations on a held-out set).
- Include stresses with correlated misinformation / common-context shocks in deployment stress tests and model certification (analogous to financial-system stress tests).
- Track gap sensitivity (λ) as an operational parameter: aggressive corrective behavior helps price discovery when signals are reliable but may amplify shocks in thin markets.
- Design and governance interventions:
- Increase epistemic and training-data heterogeneity across deployed agents to reduce ρ̄ (architectural and data diversity, mixture-of-providers).
- Limit homogeneous deployments (caps on market share for identical/near-identical agent designs) in high-stakes domains.
- Reduce single-source shared context where possible (e.g., diversify information feeds, randomized context augmentation, block identical narratives).
- Require systemic-impact reporting for deployments that may create correlated action at scale (analog to systemic-risk disclosure).
- Implement real-time monitoring for emergent correlation spikes and trigger safeguards (circuit breakers, temporary throttles).
- Research implications:
- Need empirical studies in other domains (content moderation, hiring, networked infrastructure) to test whether capability-driven correlation emerges similarly.
- Investigate mechanisms behind capability-driven homogenization (training data overlap vs. instruction-tuning / RLHF convergence).
- Explore mitigation via explicit ensemble diversification strategies, counterfactual/contextual perturbations, and incentivizing heterogeneity.
- Policy implication: regulation and institutional risk management should treat powerful LLM fleets as potential sources of systemic externalities; individual accuracy metrics are insufficient.
Caveats and limits - The study uses stylized agent-based simulations with specific LLM families and an abstracted market; real-world markets and multi-agent settings are more complex. - Capability proxies (ELO, MMLU-Pro) are general-purpose benchmarks, not financial expertise measures. - The adversarial distractor is an extreme, coherent misinformation condition (useful to illustrate mechanism but not a calibrated estimate of real-world frequency). - Open empirical question whether the same dynamics appear in other socio-technical systems beyond markets.
Assessment
Claims (8)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Higher-capability LLM pairs exhibit more strongly correlated non-corrective trading behavior. Market Structure | negative | Pairwise correlation of model actions after removing the component explained by the fundamental price gap. |
Reading fidelity
high
Study strength
medium
|
n=21
ELO: t = 3.94, p = 0.001, R² = 0.475; MMLU-Pro: t = 4.88, p < 0.001, R² = 0.580
|
| Correlated residual behavior creates a non-diversifiable risk floor that remains even as the number of models becomes very large. Market Structure | negative | Variance of the ensemble-average non-corrective trading residual. |
Reading fidelity
high
Study strength
medium
|
n=8
risk-floor variance = 0.010 versus single-model variance = 0.021
|
| When LLM agents receive accurate fundamental information, increasing their participation in the market monotonically improves price discovery. Decision Quality | positive | Mean absolute tracking error between market price and fundamental value. |
Reading fidelity
high
Study strength
medium
|
n=5
Not quantified as a single percentage
|
| Differences in price-discovery performance across the tested model families are explained by how aggressively models trade in response to perceived mispricing. Decision Quality | positive | Residual market-price tracking error as a function of corrective order aggressiveness. |
Reading fidelity
high
Study strength
medium
|
n=5
Gemini λ ≈ 1.51 and error ≈ 1.33; Sonnet λ ≈ 1.15 and error ≈ 2.10; Haiku λ ≈ 1.25 and error ≈ 1.69
|
| A shared adversarial information environment reverses the stabilizing effect of LLM participation: mean tracking error increases with LLM market share and reaches five to seven times the noise-trader baseline at full LLM penetration. Decision Quality | negative | Mean absolute difference between market price and fundamental value. |
Reading fidelity
high
Study strength
medium
|
n=3
five to seven times the baseline at full LLM penetration
|
| Under adversarial shared commentary, LLM directional trading accuracy falls substantially: to 54% for Haiku, 68% for Gemini, and 42% for Sonnet at full LLM participation. Decision Quality | negative | Percentage of non-zero orders that move market price toward the fundamental value. |
Reading fidelity
high
Study strength
medium
|
n=3
54% for Haiku; 68% for Gemini; 42% for Sonnet
|
| Under neutral shared commentary, all three tested LLMs maintain 100% directional accuracy, with every non-zero order moving prices toward fair value. Decision Quality | positive | Directional accuracy of non-zero trading orders relative to fundamental value. |
Reading fidelity
high
Study strength
medium
|
n=3
100% directional accuracy
|
| When all agents receive the same misleading information, increasing LLM participation produces a market that is worse than one populated only by uninformed noise traders. Market Structure | negative | Market stability and price discovery, measured primarily by tracking error and also by realized volatility. |
Reading fidelity
high
Study strength
medium
|
n=3
Not quantified as a single effect size beyond the reported five- to seven-fold tracking-error increase
|