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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).