AIAny
AI Agent2025
Icon for item

ChatGPT-Micro-Cap-Experiment

Runs a six-month live experiment where ChatGPT manages a real-money micro-cap portfolio from $100, trading under strict rules with automated stop-losses. Each trade's rationale is logged; returns are benchmarked against the S&P 500 and Russell 2000.

Introduction

Most "AI for investing" demos quietly backtest on historical data and never risk a dollar. This one does the opposite: it hands ChatGPT $100 of real money and lets it run a live micro-cap portfolio for six months, logging every decision so the track record can't be cherry-picked after the fact. The question it actually probes isn't "can an LLM beat the market" but "what does an LLM do when forced into repeated, accountable financial decisions under hard constraints."

What Sets It Apart
  • Real money, real time: trades run on live micro-cap equities with a strict rule set and automated stop-losses, so survivorship and hindsight bias have nowhere to hide.
  • Full decision transparency: each trade ships with the model's written rationale, plus daily CSV portfolio snapshots and weekly deep-research artifacts — you can audit why it bought, not just what it bought.
  • Quant-grade scoring: results are graded with Sharpe, Sortino, CAPM and drawdown metrics and benchmarked against the S&P 500 and Russell 2000, not vague "it went up" claims.
  • Reusable engine: what started as one experiment hardened into a Python framework (pandas, yfinance, Matplotlib) others can fork to run their own model-vs-market trials.
Who It's For

Great fit if you want an honest, fully documented case study of an LLM acting as a portfolio manager, or a starting harness for your own live or paper-trading runs. Look elsewhere if you need a deployable trading bot or financial advice — this is a transparent research log of a single $100 wager, and the micro-cap volatility plus one-account sample size make the results illustrative, not statistically conclusive.

Information

  • Websitegithub.com
  • OrganizationsNathan B. Smith
  • AuthorsLuckyOne7777 (Nathan B. Smith)
  • Published date2025/07/10

Categories

More Items

GitHub
AI Agent2024

Generates Wikipedia-style articles from web search using LLMs: it researches topics, produces multi-perspective outlines via perspective-guided question asking and simulated conversations, then drafts full articles with citations. Supports human-AI collaboration (Co-STORM) and grounding with multiple retrievers.

GitHub
AI Agent2025

Open-source companion to a technical book that teaches how to design, evaluate and ship LLM-based AI agents — includes the full Chinese manuscript, community translations, chapter-aligned runnable example projects, and reproducible evaluation harnesses.

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.