← Tundra IndustriesKailua-Kona, HI
Aesop icon

Aesop

Paper trading live

Two trading bots: the tortoise follows the evidence, the hare chases a thesis.

A live experiment in honest algorithmic trading. Research first: most published strategies are dead on arrival — backtest returns don't survive contact with real markets (Quantopian measured it across 888 real algorithms: R² of 0.015). So Aesop runs two bots against that base rate. Tortoise holds a fixed, research-backed ETF portfolio — broad-market core, momentum, and a slow trend sleeve that steps out of falling assets into T-bills — sized down in volatile markets and never levered, with parameters frozen before any backtest ran. Hare is the wild one: Claude reads each morning's headlines and hunts for second-order trades the market hasn't priced, every idea pre-registered with a thesis, stop, and deadline before any order. Hare trades paper money until its own track record earns real money — a gate enforced in code, not willpower. Both run on Cloudflare Workers cron with every order, fill, and slippage number on a public dashboard.

Palette

Parchment#f6f5f2
Ink#1a1d21
Cobalt#2c5aa0
Verdant#157347
Claret#b02a37

Milestones

  1. Aug 15Aesop is live: two AI trading bots (evidence-max ETF portfolio + headline-driven thesis engine) paper trading on Cloudflare Workers with a public dashboard