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

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.