Compounding Love Lab

Runner AI / Computa

Drive fast. Log honestly. Keep the nitrous locked.

A paper-only cockpit for turning wild ambition into reversible experiments: code lessons, strategy simulation, audit trails, and a public learning surface.

Execution Paper only
Live broker Blocked
Domain DNS pending
Telegram Webhook ready

Driver Mode

The wheel Max can grab.

Lap 1

Learn The Code

Tour data, signals, option filters, risk, broker, and backtest flow.

Lap 2

Tune Strategy

Run walk-forward parameter sweeps in simulation, then distrust anything too pretty.

Lap 3

Ship The Site

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 premise has signal.

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 webhook ready, token-required.

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

compoundingboobies.com is delegated, but not yet attached.

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.

  1. Deploy this static site to Cloudflare Pages.
  2. Add apex and www records in Cloudflare DNS.
  3. Attach the custom domain to the Pages project.
  4. Keep live trading, payments, and broker flows blocked.