My 2 cents: Qwen3-8B for technical analysis is lightweight for complex multi-timeframe pattern recognition. It may hallucinate indicator interpretations LLMs are bad at numbers: Stop-loss and target prices generated by LLM reasoning often suffer from anchoring bias (e.g., rounding to psych levels) and may not respect actual volatility distributions "Deep" vs "fast" routing: the system assumes these are distinct, but there's no validation that "deep" actually produces better decisions. No feedback loop measuring whether deep reasoning beats fast reasoning No backtesting loop: The "Outcome scorer" runs daily but there's no indication it feeds back into model weights or agent prompts. It's just logging Answer from MathRevolutionary825 on reddit.com
🌐
Reddit
reddit.com › r/algotrading › what do you think about this agent set up
r/algotrading on Reddit: what do you think about this agent set up
April 25, 2026 -

I have some background in Python and AI engineering, some slight background in finance (UC berkeley executive education classes). AI engineering is more of my gig right now. I'm currently rag training and paper trading an open source system. "chunks" are the books and data i have used to train the system. I'm still building, I've only been on paper trade for 4 days, fixed a few bugs in the research phase last week.

For those of you building AI agent trading systems from scratch. What has worked? what has not worked? Just curious if i'm putting too much time, and energy into the wrong direction. If you're curious about the models i'm using, please ask; however they were chosen to run on my hardware, and i might try a few others as time goes on. Does anyone have better luck with C++, and Rust?

Edit: I made a new post with an updated high level overview.

🌐
Reddit
reddit.com › r/ai_agents › this isn’t just an ai trader — it’s a full hedge fund made of ai agents, and somehow… they execute trades better than humans.
r/AI_Agents on Reddit: This isn’t just an AI trader — it’s a full hedge fund made of AI agents, and somehow… they execute trades better than humans.
June 13, 2025 -

Most AI tools today?

🧠 “Summarize this.”

💬 “Answer that.”

But someone quietly built an agent system that doesn’t just assist

it thinks, argues, plans, and acts.

It’s called TradingAgents by Tauric Research.

And here’s what’s crazy:

It breaks trading down into roles, like a real hedge fund.

Market Analyst Agent scans prices, news, macro trends

Research Agent reads whitepapers, Twitter threads, reports

Sentiment Agent gauges social mood from Reddit/X

Bull vs Bear Agents argue for and against moves

Trader Agent listens, makes the call

Risk Manager Agent sets guardrails

→ Then it all gets executed in real time.

Not a fancy prompt chain.

Not another wrapper.

This is modular AI — with memory, roles, and goals.

And yeah, it runs with real trades.

Real stakes.

No human in the loop.

Why it matters?

This isn’t just about finance.

This is a glimpse at AI teams in action.

Now imagine this for:

✅ Support → triage agent, draft agent, review agent

✅ Marketing → ideation agent, content agent, performance agent

✅ Product ops → blocker agent, action agent, deploy agent

No bloated dashboards.

No busywork.

Just outcomes.

🌐
Reddit
reddit.com › r/algotrading › using ai to screen stocks
r/algotrading on Reddit: Using AI to screen stocks
August 25, 2025 -

Have you guys used AI based tools where you can type your questions in natural language and get stocks? Like "Find me all large cap companies whose margins fall when oil prices go up". What has your experience been with such natural language screeners? or does the existing screeners such as one by yahoo finance and so on suffice? I have always felt like the manual screeners are inadequate to screen stocks based on more qualitative criteria's. Like say finding companies with significant revenue segment from AI, companies susceptible to copper prices or dependence on China and so on?

🌐
Reddit
reddit.com › user › huygia_trng
Im0dZssd (u/huygia_trng) - Reddit
November 30, 2025 - It's the best for developers for now because of their large document and paper accounts. However, the delay makes it not a good option for scalping or day trading. I implement it with TradingAgents by Tauric Research to build a web UI version one, which is specified for Alpaca traders.
🌐
Reddit
reddit.com › r/algotrading › open-sourced an agentic research pipeline that (mostly) works
r/algotrading on Reddit: Open-sourced an agentic research pipeline that (mostly) works
December 12, 2025 -

Many LLM trading bots die the moment you leave the US.

I built the opposite: a multi-agent system that screens small/mid-cap international value stocks (focusing on ones that are looking like they'll transition to growth). Motivation is personal worries over AI bubbles, US deficits and instability, and a desire to diversify more. The screener, in effect, incarnates my worries.

Hoping others try it out and help me refine it (link below).

Design:

  • Bull/bear debate + validator agents (not just single prompts)

  • Per-ticker memory isolation (vastly reduced cross-contamination)

  • Fallback chain for the free/cheap data sources that randomly 404

  • LangGraph + structured outputs + proper test suite

This is not an execution bot or a backtester. It's a research engine for evaluation tranches of ex-US equities (usually compiled into a screenable list, manually, using another AI).

MIT license, contribution-friendly, decent tests: https://github.com/rgoerwit/ai-investment-agent

Longer war-story (what broke and what worked):
https://medium.datadriveninvestor.com/building-an-open-source-agentic-ai-equity-research-tool-172783ed6961

I'd really like to know whether anyone else is looking for ways to identify and evaluate ex-US small and mid-cap GARP equities (ones that don't trigger PFIC reporting, aren't available via sponsored ADRs, and haven't been fully "discovered" by US analysts).

🌐
Medium
medium.com › coding-nexus › i-gave-10000-to-my-ai-hedge-fund-team-to-book-me-some-profits-69f41b06fab9
I Gave $10,000 to My AI Hedge Fund Team To Book Me Some Profits | by Minervee | Coding Nexus | Medium
November 1, 2025 - If you’ve ever dreamed of cloning a Wall Street team without the corner-office drama, buckle up. The best way to invest $1000 is going public.
Find elsewhere
🌐
Medium
medium.com › hikmah-techstack › building-trading-bots-that-think-like-a-trading-firm-unpacking-the-tradingagents-paper-f975ae5b42df
Building Trading Bots That Think Like a Trading Firm: Unpacking the TradingAgents Paper | by Arshad Ansari | Hikmah Techstack
October 13, 2025 - The paper’s code is open source: github.com/TauricResearch/TradingAgents ... Replace toy analysts with real ones: — Fundamental: Pull from Yahoo Finance, SEC Edgar, Bloomberg API — Technical: Use TA-Lib, pandas-ta, or vectorbt — News: Scrape with BeautifulSoup, Scrapy, or use paid feeds — Sentiment: Use FinBERT, Twitter API, Reddit ...
🌐
GitHub
github.com › TauricResearch › TradingAgents › issues › 86
Reddit data for social media information · Issue #86 · TauricResearch/TradingAgents
July 3, 2025 - thanks for release this great framework, I find there is no code for collecting reddit data for sentimental analyst or news analyst, it directly reads data from a local path which assume that the o...
Author   TauricResearch
🌐
GitHub
github.com › tauricresearch › tradingagents
GitHub - TauricResearch/TradingAgents: TradingAgents: Multi-Agents LLM Financial Trading Framework · GitHub
June 3, 2026 - Sentiment Analyst: Aggregates news headlines, StockTwits, and Reddit chatter into a single sentiment read to gauge short-term market mood. News Analyst: Monitors global news and macroeconomic indicators, interpreting the impact of events on market conditions. Technical Analyst: Utilizes technical indicators (like MACD and RSI) to detect trading patterns and forecast price movements. Comprises both bullish and bearish researchers who critically assess the insights provided by the Analyst Team.
Starred by 92.3K users
Forked by 17.8K users
Languages   Python 99.9% | Dockerfile 0.1%
🌐
X
x.com › TauricResearch
Tauric Research (@TauricResearch) / Posts / X
February 24, 2025 - Tauric Research · @TauricResearch · Advancing Trading Intelligence: Follow @ https://github.com/TauricResearch for latest releases · United Statestauric.ai · Joined February 2025 · 1 Following · 830 Followers · @TauricResearch hasn’t posted · When they do, their posts will show up here.
🌐
arXiv
arxiv.org › abs › 2509.11420
[2509.11420] Trading-R1: Financial Trading with LLM Reasoning via Reinforcement Learning
September 14, 2025 - Trading-R1 aligns reasoning with trading principles through supervised fine-tuning and reinforcement learning with a three-stage easy-to-hard curriculum. Training uses Tauric-TR1-DB, a 100k-sample corpus spanning 18 months, 14 equities, and five heterogeneous financial data sources.
🌐
GitConnected
levelup.gitconnected.com › tradingagents-automating-investment-success-with-tradingagents-add3049da273
TradingAgents: Automating Investment Success with TradingAgents | by AI TutorMaster | Level Up Coding
June 16, 2025 - TradingAgents: Automating Investment Success with TradingAgents How Specialized AI Agents Collaborate to Optimize Financial Trading Performance “An investment in knowledge pays the best …
🌐
X
x.com › pyquantnews › status › 1960324195167985899
AI Agents LLM Financial Trading Framework
August 26, 2025 - AI Agents LLM Financial Trading Framework: Tauric Research. A multi-agent trading framework that mirrors the dynamics of real-world trading firms. Totally open source on GitHub: https://t.co/bEmGNHeSUS
🌐
Reddit
reddit.com › r/algotrading › i just released my new open-source trading system using multi-agent ai approach
r/algotrading on Reddit: I just released my new open-source trading system using multi-agent AI approach
September 12, 2025 -

I want to share my new open-source project, which I've been working on as part of my research. I previously posted about another open source project here that received huge success (see here), so I decided to share this one with you as well.

This concept follows a similar approach, but it utilizes a multi-agent system with LangGraph for agent orchestration. The system includes four agents:

  • Data Collection Agent - gathers data from multiple sources

  • Technical Analysis Agent - performs classical technical indicator calculations

  • News Intelligence Agent - based on the PrimoGPT idea, creates seven custom NLP features

  • Portfolio Manager Agent - takes everything into account and makes recommendations

I built the entire system to be easily extensible, whether adding new agents, new tools, or changing prompts.

Everything is open source with very simple instructions on how to run it, so you can easily test it and see the results.

GitHub repository: https://github.com/ivebotunac/PrimoAgent/

I know there will be both good and bad comments, but with this project, I wanted to give the community an idea and example of how such multi-agent AI systems can be used to help with financial analysis. This is intended exclusively for educational purposes.

If you find any bugs or have ideas on how to improve the system, feel free to contribute to the project.

Thanks, everyone, for the support!