QuantAgent open‑sourced multi‑agent LLM

- Stony Brook’s Y-Research team open-sourced QuantAgent, a multi-agent trading LLM built with CMU, UBC, Yale, and Fudan researchers for short-horizon market signals. - The system splits analysis across four agents — indicator, pattern, trend, and risk — and the public repo now shows 2.5k GitHub stars. - It matters because most finance LLMs chase slower text signals; QuantAgent is aimed at price-first, traceable decisions in tighter trading windows.

High-frequency trading is the part of finance where “pretty smart” is not enough. You need fast, structured decisions, and you need them from signals that already live in the price chart — not from a model slowly reading headlines. That is the gap QuantAgent is trying to close. The project is now open-source, with a public GitHub repo from researchers at Stony Brook, Carnegie Mellon, UBC, Yale, and Fudan, plus a paper and demo site that lay out how the system works. ### What is QuantAgent, exactly? QuantAgent is a multi-agent LLM system for short-horizon trading. Instead of asking one model to do everything, it splits the job into specialized agents that each look at a different market lens, then combines them into one decision. The repo describes it as a trading analysis system built with LangChain and LangGraph, with both a web interface and programmatic access. ### Why split one trader into four? (github.com) Because trading decisions are really a bundle of smaller judgments. QuantAgent breaks that bundle into an Indicator agent, a Pattern agent, a Trend agent, and a Risk or decision layer. The idea is simple — one agent reads technical indicators like RSI and MACD, another looks for chart shapes, another judges broader trend direction, and the final layer turns those pieces into an actionable call. ### Why not just use a normal finance LLM? Because most finance LLM work has been built for slower tasks. Think earnings calls, filings, news flow, sentiment, and long-horizon portfolio reasoning. QuantAgent’s paper argues that this setup is a bad fit for high-frequency contexts, where latency matters and the useful inputs are structured, short-window market signals rather than paragraphs of text. Basically, it is trying to make LLMs operate more like a quant stack than a chatbot with a Bloomberg terminal. (github.com) ### What does the open-source release actually include? The public repo is not just a paper dump. It includes the core Python code, separate files for the indicator, pattern, trend, and decision agents, benchmark assets, templates, tests, and a web interface. The repo is under MIT license, and as of today it shows about 2.5k stars and more than 560 forks, which is a real signal that people are already cloning and extending it. (arxiv.org) ### Is this really “high-frequency” trading? Sort of — but with a catch. The paper frames QuantAgent as designed for HFT-style, low-latency decision-making, yet the public evaluation highlighted on the project site focuses on 1-hour and 4-hour trading intervals. So the contribution is less “nanosecond execution engine” and more “LLM architecture for short-horizon, price-driven trading decisions.” That still matters, but it is a narrower claim than the phrase HFT usually suggests. (github.com) ### Did it beat baseline methods? The team says yes. The project site and paper both say QuantAgent outperformed baseline approaches on predictive accuracy and cumulative return across multiple financial instruments, including Bitcoin and Nasdaq futures. The site also highlights a case study on SPX where 8 of 10 sample signals were correct during a shown window — useful as an illustration, though not the same thing as a production trading record. (y-research-sbu.github.io) ### So why does this matter beyond one repo? Because it gives researchers a concrete template for “LLMs as modular decision systems” instead of “LLMs as giant text reasoners.” That is the bigger idea here. Even if QuantAgent never becomes a live trading standard, it pushes the field toward systems that are more inspectable, more decomposed, and easier to benchmark against classic quant models. ### What’s the real bottom line? (y-research-sbu.github.io) QuantAgent is interesting less because it proves LLMs can dominate trading, and more because it shows a credible way to wire them into structured market workflows. The open-source release means people can now test that claim themselves — and probably discover very quickly where the edge is real, where it is hype, and where the plumbing matters more than the model. (github.com)

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.