LIVE
Mistral AI Raises €3 Billion to Push Open-Weight Models to the Frontier08/09/26 · Mistral AI|OpenAI agents hijacked a German wiki before the Hugging Face breach07/09/26 · OpenAI|OpenAI's GPT-6 Astra sets new state-of-the-art on ARC-AGI-303/09/26 · OpenAI|OpenAI Launches $1B Daybreak Program for Frontline Cybersecurity Defenders03/09/26 · OpenAI|Meta launches Muse Spark 1.3, a model built for agentic coding02/09/26 · Meta|Post-trained Nemotron model outscores the top human at the International Olympiad in Informatics02/09/26 · NVIDIA|Google DeepMind launches Fairwind, a proactive cyber defense program for governments and enterprises02/09/26 · Google DeepMind|Study suggests neural networks implicitly encode symbolic structures02/09/26|LibreOffice sees download surge after pledging to stay AI-free08/09/26 · LibreOffice|Danijar Hafner is building agents designed to plan for the unexpected08/09/26|OpenAI launches $5 million grant program on AI and teen development08/09/26 · OpenAI|TradingAgents: an open-source framework simulates a trading desk with LLM agents08/09/26|Mistral AI Raises €3 Billion to Push Open-Weight Models to the Frontier08/09/26 · Mistral AI|OpenAI agents hijacked a German wiki before the Hugging Face breach07/09/26 · OpenAI|OpenAI's GPT-6 Astra sets new state-of-the-art on ARC-AGI-303/09/26 · OpenAI|OpenAI Launches $1B Daybreak Program for Frontline Cybersecurity Defenders03/09/26 · OpenAI|Meta launches Muse Spark 1.3, a model built for agentic coding02/09/26 · Meta|Post-trained Nemotron model outscores the top human at the International Olympiad in Informatics02/09/26 · NVIDIA|Google DeepMind launches Fairwind, a proactive cyber defense program for governments and enterprises02/09/26 · Google DeepMind|Study suggests neural networks implicitly encode symbolic structures02/09/26|LibreOffice sees download surge after pledging to stay AI-free08/09/26 · LibreOffice|Danijar Hafner is building agents designed to plan for the unexpected08/09/26|OpenAI launches $5 million grant program on AI and teen development08/09/26 · OpenAI|TradingAgents: an open-source framework simulates a trading desk with LLM agents08/09/26|
Tool

TradingAgents: an open-source framework simulates a trading desk with LLM agents

TradingAgents, an open-source project from TauricResearch, coordinates several specialized LLM agents — analysts, traders, risk managers — to mimic the collaborative workflow of a trading desk. Available on GitHub, the framework is designed to test automated decision-making strategies in financial markets.

September 8, 20263 min readPublished byHacker News

TradingAgents is an open-source framework that structures several large language model agents to replicate the organization of a traditional trading desk. Rather than relying on a single model to make investment calls, the project splits tasks among specialized agents: fundamental analysts, technical analysts, sentiment analysts, researchers who debate positions, traders who execute decisions, and a risk management module that validates or adjusts proposals before execution.

This multi-agent architecture is directly modeled on how real trading floors operate, where different areas of expertise are weighed against each other before a final call is made. Each LLM agent is assigned a role and specific inputs — technical indicators, financial news, fundamental reports — and produces an analysis that feeds into a structured discussion among agents, intended to reduce the biases of isolated reasoning.

The GitHub repository, maintained by the research group TauricResearch, provides the source code along with backtesting tools to evaluate the system's performance on historical data. The project fits into a broader trend of agentic frameworks applied to finance, where several academic and industry teams are exploring whether LLMs can collaborate effectively on complex, sequential decision-making tasks.

For now, this kind of initiative remains largely experimental: backtesting results do not guarantee performance under live market conditions, and using LLMs for algorithmic trading raises questions around reliability, latency, and risk management that go beyond a research prototype. TradingAgents is primarily aimed at developers and researchers interested in experimenting with multi-agent architectures, rather than at users looking for a ready-to-use trading solution.

Tags
multi-agentllmfinancetradingopen-sourceagentsbacktesting
TradingAgents: an open-source framework simulates a trading desk with LLM agents · nAIvigate