Learn The Code
Tour data, signals, option filters, risk, broker, and backtest flow.
Runner AI / Computa
A paper-only cockpit for turning wild ambition into reversible experiments: code lessons, strategy simulation, audit trails, and a public learning surface.
Driver Mode
Tour data, signals, option filters, risk, broker, and backtest flow.
Run walk-forward parameter sweeps in simulation, then distrust anything too pretty.
Publish the covenant, cockpit, Telegram setup, and DNS readiness without money flows.
python3 scripts/runner_harness.py status
python3 scripts/driver_mode.py --lap all
Business Read
The viable product is not a secret options bot. It is an AI companion plus paper-trading simulator, coding cockpit, audit trail, and learning loop. The emotional product is agency. The technical product is a harness.
Listening Harness
Telegram can become the live cockpit once a bot token is created with BotFather and stored as a Cloudflare Pages secret. The production path is a persistent webhook, so the bot can answer from the edge instead of relying on local long polling.
POST /api/telegram/webhook
GET /api/telegram/status
wrangler pages secret put TELEGRAM_BOT_TOKEN --project-name compounding-love-lab
Domain Reality
Cloudflare nameservers are present, but apex and www DNS records are missing. The Pages project is live; the domain needs to be attached from the Cloudflare account that owns the active DNS zone.