AI TRADING
9 SRC
AI Trading
AI-driven quantitative and trading repos are the fastest-growing fintech category on GitHub right now, and the dominant architecture has converged: multi-agent debate frameworks where investor-style agents (Buffett / Munger / Lynch / Graham / Wood / Ackman) argue before a Portfolio Manager casts the final vote. virattt/ai-hedge-fund and TauricResearch/TradingAgents established the pattern. HKUDS/Vibe-Trading scaled it to 29 expert teams (bull-vs-bear, risk committee, crypto desk) with 64-71 finance skills and an MCP plugin so Claude/Cursor/Codex can run trades from the editor. AutoHedge packages a director/quant/risk-manager/execution-agent split for live Solana trading, and FinceptTerminal packaged investor-style agents plus 100+ data connectors and broker integrations into a single native terminal as an open-source Bloomberg replacement.
Beneath the agents, the infrastructure layer is also commoditizing fast. OpenBB (66K+ stars) is the open-data-layer Bloomberg alternative with MCP integration; Kronos (AAAI 2026) is the first foundation model for financial candlesticks ("GPT for price charts"); freqtrade and Microsoft qlib cover crypto and full quant pipelines respectively; juspay/hyperswitch is the "Linux for payments" plumbing under it.
Zero-cost / zero-server automation is the third leg: ZhuLinsen/daily_stock_analysis runs entirely on GitHub Actions and pushes daily decision dashboards with exact entry/exit levels to WeChat/Telegram/Discord/Email — no servers, just cron + LLM. AI-Trader and AutoHedge extend the pattern into agent-economy primitives (agents register, share signals, debate, copy each other's trades).
Alongside the tooling, a fundamental-thesis layer has emerged in the source stream: how to actually pick AI-exposed equities. The unifying framework is AI beta — the share of a company's revenue and profit that depends directly on AI demand cycles, where concentrated exposure (Nvidia) drives sharper stock moves than diversified players (TSMC). That thesis radiates outward into specific baskets: Nvidia's 10-category supplier ecosystem (IP, equipment, memory, packaging, power, plus direct strategic stakes like $CRWV/$NBIS), the highly concentrated $DRAM memory ETF (Micron/SK Hynix/Samsung ≈ 75% of the fund), 2030 "millionaire-maker" candidates spanning compute (NVDA, AMZN), nuclear (NuScale $SMR for data-center power), space/materials (RKLB, MP), photonics (AAOI), and now quantum-computing policy baskets where CHIPS Act funding plus government equity stakes create immediate high-beta moves. The recurring rule: concentration amplifies volatility, so these are tactical allocations, not core holdings.
The cross-cutting takeaway: trading is the cleanest test bed for multi-agent reasoning because it has structured data, binary outcomes, and explicit risk controls — and the ecosystem is open-source-first across every layer; the same structured-thesis logic now extends to the underlying equity picks, where AI-revenue concentration is the dominant analytical lens.
Insights
Multi-Agent Debate as the Reference Architecture
- Multi-agent trading frameworks have become the dominant reference architecture: virattt/ai-hedge-fund (Buffett/Munger/Ackman/Wood agents with a Portfolio Manager casting the final vote), TauricResearch/TradingAgents (fundamental/sentiment/technicals/risk-manager analysts working together), HKUDS/Vibe-Trading (29 expert teams arguing before delivering a verdict) — multi-perspective debate is the standard pattern for trading agents (from github finance repos trending ai trading, fastest growing fintech github repos ai trading, vibe trading open source trading agent)
- TradingAgents supports model-agnostic deployment across GPT-5.x, Gemini 3.x, Claude 4.x, and Grok — built by UCLA/MIT researchers, signaling cross-frontier-model architectures are now a publishable academic pattern (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
- FinceptTerminal (10.7K stars, native C++20/Qt6) bundles 37 Buffett/Munger/Lynch/Graham-style agents, 100+ data connectors, and 16 broker integrations as a single native binary — no Electron, no browser, CFA-level analytics in one process (from fastest growing fintech github repos ai trading)
- AI-Trader is an agent-native trading platform where AI agents register themselves, share signals, debate ideas, and copy each other's trades — the agent-economy primitive applied to markets, accessible from OpenClaw/Claude Code/Codex/Cursor (from github finance repos trending ai trading)
- AutoHedge packages autonomous trading as a four-agent system — director generates theses, quant validates, risk manager sizes positions, execution agent places orders — and can be installed directly with
pip install -U autohedgefor live Solana trading (from free github repos replacing paid tools)
Vibe-Trading Specifics
- HKUDS open-sourced Vibe-Trading under MIT — install in 3 minutes (
pip install vibe-trading-aithenvibe-trading init); built by the same lab behind LightRAG, not a weekend repo (from vibe trading open source trading agent) - Vibe-Trading natural-language workflow: talk to it like a friend → 29 pre-built expert teams (bull-vs-bear, risk committee, crypto desk) argue → verdict → backtest on 7 engines (US/HK/A-share stocks, crypto, futures, forex, options) → export to TradingView/MT5/通达信 (from vibe trading open source trading agent)
- Vibe-Trading "Shadow you" feature replays past trades and quantifies the dollar cost of trading habits — a self-feedback layer most retail platforms don't expose (from vibe trading open source trading agent)
- Vibe-Trading ships an MCP plugin so Claude, Cursor, and OpenAI Codex can drive trading workflows directly from the editor — finance-as-skill via MCP is becoming a reference pattern for vertical agent toolkits (from vibe trading open source trading agent)
- Zero API keys required out of the box: yfinance, OKX, and AKShare are free; one LLM key (or local Ollama for $0) covers the agent layer — explicit positioning as research workbench, not money printer (from vibe trading open source trading agent)
- Vibe-Trading's DAG model with 64 finance skills and 29 specialist swarms shows the finance-agent pattern scaling into modular capabilities, including Ichimoku, Elliott Wave, SMC, Black-Scholes, Greeks, risk parity, liquidation heatmaps, and token unlock tracking (from free github repos replacing paid tools)
Foundation Models and Generative Finance
- Kronos (shiyu-coder/Kronos, AAAI 2026) is the first open-source foundation model for financial candlesticks — trained on 45+ global exchanges, predicts OHLCV candles as tokens, "GPT for price charts" — generative finance is a viable parallel track to discriminative models (from github finance repos trending ai trading)
- AI4Finance-Foundation/FinGPT trains open-source financial LLMs on real market data (news, filings, earnings) for sentiment analysis and robo-advisors — models hosted on HuggingFace, ready to deploy (from github finance repos trending ai trading)
- Microsoft qlib covers the full quant pipeline (alpha seeking, backtesting, model training, live trading) with ML/DL/RL/auto-quant support — the institutional-grade end of the open-source trading stack (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
Open-Source Bloomberg and Data Layer
- OpenBB (66K+ stars) is the open-source Bloomberg alternative — stocks, crypto, options, derivatives, fixed income on one platform, with MCP integration for AI agents and "connect once, consume everywhere" data access via Python/Excel/MCP/REST (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
- juspay/hyperswitch is the open-source payments router in Rust — one API connects Stripe, Adyen, PayPal, and 50+ providers; positioned as "Linux for payments" with smart routing, retries, vaulting, and reconciliation as modular primitives (from github finance repos trending ai trading)
- tradingview/lightweight-charts is the canonical browser-side financial chart library — HTML5 canvas, near-zero footprint, native-like rendering — the default choice for any web trading UI (from github finance repos trending ai trading)
Self-Hosted Quant Platforms
- QuantDinger (+919 stars) is a self-hosted AI quant OS distributed as one Docker Compose — researches markets, generates Python strategies, backtests, and runs live trading across crypto, US stocks (IBKR), and forex (MT5); your infra, your data (from fastest growing fintech github repos ai trading)
- freqtrade is the canonical free open-source crypto trading bot in Python — supports all major exchanges, full backtesting, strategy optimization, Telegram control; release 2026.3 just dropped (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
Zero-Cost / Zero-Server Automation
- ZhuLinsen/daily_stock_analysis runs entirely on GitHub Actions — daily decision dashboard with exact entry/exit levels for US, A-share, and H-share markets, pushed to WeChat/Telegram/Discord/Email; zero servers, zero infrastructure cost, just cron + LLM (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
Localized Forks and Regional Markets
- hsliuping/TradingAgents-CN is a Chinese-localized fork of TradingAgents — fully adapted for A-share markets (Shanghai/Shenzhen), Chinese data sources, and domestic LLMs like DeepSeek and Qwen; 23K stars and 5.1K forks indicate strong regional momentum (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
GitHub-as-Trending-Signal
- 7+ of the fastest-growing fintech GitHub repos in any given week are AI-agent-related — finance has become the cleanest public test bed for multi-agent reasoning because of structured data, binary outcomes, and explicit risk controls (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
- ashishpatel26/500-AI-Agents-Projects is the canonical reference list — 500+ AI agent use cases across healthcare, finance, education, retail, organized by industry and framework (CrewAI, AutoGen, LangGraph, Agno) (from github finance repos trending ai trading, fastest growing fintech github repos ai trading)
AI Beta and Equity Exposure Theses
- "AI beta" is the core metric for evaluating AI-exposed equities — measure what percentage of a company's revenue and profit directly depends on AI demand cycles, and track AI revenue concentration ratios when analyzing tech stocks (from ai beta revenue exposure investment metric)
- Concentrated AI customer bases produce sharper stock moves than diversified ones: Nvidia's focused AI revenue exposure drove immediate appreciation while TSMC's diversified customer profile initially masked the AI-demand doubling — higher AI beta correlates with greater volatility during AI market cycles (from ai beta revenue exposure investment metric)
- Nvidia's supply chain spans 10 critical categories — IP ($ARM), equipment ($KLAC, $LRCX, $ASML, $KEYS), memory ($MU, $SNDK, $WDC), packaging ($ASX, $AMKR, $CAMT), and power electronics ($STM, $ADI, $MPWR) — forming a comprehensive AI-infrastructure investment thesis beyond the chip itself (from nvidia supplier ecosystem investment targets)
- Companies Nvidia has financially backed ($CRWV, $NBIS, $NOK, $SNPS) are signaled as strategically important — direct corporate stakes function as a conviction filter for AI-infrastructure picks (from nvidia supplier ecosystem investment targets)
- The $DRAM ETF is an extreme-concentration pure-play on memory semiconductors — top 5 holdings = 85.74% of the fund, with Micron (27.33%), SK Hynix (26.37%), and Samsung (20.42%) ≈ 75% — bundling US-listed ($MU, $SNDK) and international (SK Hynix, Samsung, Kioxia) memory leaders in one vehicle (from dram etf concentrated memory semiconductor exposure)
- Highly concentrated thematic ETFs like $DRAM carry amplified volatility versus broad semiconductor ETFs, making them suitable for tactical allocation rather than a core holding — a general rule for AI-theme baskets (from dram etf concentrated memory semiconductor exposure)
- 2030 "millionaire-maker" basket spans established compute (NVIDIA $NVDA, Amazon $AMZN), nuclear power for AI data centers (NuScale $SMR small modular reactors), the space economy ($RKLB) plus rare-earth materials ($MP) for supply-chain bottlenecks, and photonics ($AAOI) for optical computing/high-speed data transmission (from millionaire stocks 2030 ai nuclear space)
- Quantum-computing stocks can move violently on government-funding catalysts: $INFQ +34%, $QBTS +23%, $RGTI +21%, $QUBT +15%, and $IONQ +8% followed reports of $2B in CHIPS and Science Act funding (from quantum computing stocks surge trump chips act funding)
- Grant-plus-equity structures create hybrid public-private quantum bets, with reported awards around IBM ~$1B, GFS ~$375M, and QBTS/RGTI/INFQ ~$100M each; the trading lesson is that policy news can create sector-wide high-beta moves (from quantum computing stocks surge trump chips act funding)
Voices
7 contributors
wincy.eth
@gusik4ever
scrip-kid | educator | prediction maker | ugc creator | Community Lead in @PolymarketSport
Guri Singh
@heygurisingh
Sharing practical ways to use Al, No code, and Tech Tools • Follow me to learn and master AI, Tech tools & Digital Skills • AI Educator & Writer • DM for Collab
Lonis
@_Lonis_
VP of Growth at @ProsperaGlobal. Uneducated. Founded depict ai (2x YC Top Company). Send me anonymous feedback: https://t.co/4qM2HnEWVZ | @andysz
m0h
@exploraX_
sharing daily contents that helps you make the most from AI…
Jason Luongo
@JasonL_Capital
Finance. Fitness. Faith. I use options to get paid while building positions in high-conviction growth stocks. Free LEAPS Cheat Sheet ↓
Lin
@Speculator_io
Speculator & Investor since 2013 | Engineer & VC | Future Optimist | Here to help you make better investment decisions
Shay Boloor
@StockSavvyShay
Chief Market Strategist @FuturumEquities | Regular on @Reuters, @YahooFinance, @Bloomberg, @FoxBusiness, @SchwabNetwork & @Forbes | NIA