Reliability & Assurance

More Capable Trading Agents May Increase Correlated Market Risk

arXiv cs.AI Surfaced Read the original

A laboratory study using an agent-based simulation of financial markets populated with large language model traders of varying general-purpose capability finds that more capable models behave more correlatedly with one another, likely due to shared training data and architectures. The researchers show this correlation creates a non-diversifiable risk floor: when agents share accurate reasoning, adding more agents reduces market-level risk, but when agents share a common misinformation environment, the same correlation becomes a systemic liability. The authors term this the ‘capability paradox’ - improving individual model quality does not necessarily improve outcomes at the system level, and the effect persists as capability increases rather than shrinking. This is a simulation study rather than an observation from live production trading systems, and the authors explicitly flag that whether the same dynamics occur in other domains (such as content moderation or hiring) is an open empirical question, not something demonstrated here.

rss · arXiv cs.AI · Sep 7, 04:00

Belief that diversifying across multiple AI agents automatically diversifies risk

A standard assumption in multi-agent system design, including in algorithmic trading, is that deploying multiple independent decision-making agents reduces aggregate risk through diversification, the same logic that underlies portfolio theory. This assumption is trusted because it holds for genuinely independent human or statistical decision-makers, and has generally been extended without much scrutiny to fleets of large language model agents built on similar foundation models.

Who is exposed

This finding is most directly relevant to organisations deploying multiple large language model agents that make correlated or competing decisions in the same environment, such as algorithmic trading desks, automated market-making systems, or other multi-agent financial applications built on frontier foundation models. Organisations should check whether their deployed agents share a common base model family or training data source, and whether their risk models assume independence across agents rather than testing for correlated failure modes. Exposure outside financial markets is hypothesized by the authors but not demonstrated, so applicability to content moderation, hiring, or other multi-agent deployments remains an open question rather than an established risk.

What reduces the risk

No fix is proposed in the paper; the authors present this as a structural finding rather than a defect with a patch. A compensating approach suggested by the results is to intentionally diversify the underlying model architectures or training sources across deployed agents, and to stress-test multi-agent systems under shared misinformation or correlated-error conditions rather than assuming independence.

Tags: #multi-agent systems, #LLM correlation risk, #financial markets simulation, #systemic risk, #AI safety research