Sabitlenmiş Tweet

My worst AI agent returned 218% in one week
4 AI agents. 4 sports.
each one watches its own sport with its own ML model
gave each $500. one week results:
NERVE: tennis (+540%)
$500 → $3,200
PHANTOM: NBA (+486%)
$500 → $2,928
FROST: hockey (+395%)
$500 → $2,474
SIEGE: soccer (+336%)
$500 → $2,182
architecture: Rust + Python hybrid
Rust: WebSocket from Sportradar → parsing (protobuf/JSON) → filtering → forwarding via ZeroMQ
Python: 4 agents in parallel, each with its own ML model
a normal person sees the score on ESPN with a 5-15 second delay we see it in 500ms
sportradar is a premium data feed used by bookmakers $800-1000 per month. that's the edge
here's what each agent does:
- NERVE - tennis. earned the most
tennis is the most volatile. one break of serve swings the market 15-20%
LSTM neural network, updates on every single point. sees serve speed drops (fatigue), clusters of double faults (mental collapse), medical timeouts
win rate 62-68%
- PHANTOM - NBA. most accurate
LightGBM, inference 20ms. fastest model of the four
catches scoring runs, fifth fouls on stars, mid-game injuries. Sportradar is connected to NBA official scoring, data arrives in 500ms. ESPN adds graphics and replays
win rate 68-72%
- FROST - hockey
Gradient Boosting + Monte Carlo
catches goalie swaps (backup is 5-8% worse), power plays, empty nets
empty net in the last 90 seconds - almost arbitrage. 60% chance of a goal Sportradar pushes the goalie pull instantly. market can't adjust in time
win rate 65-70%
- SIEGE - soccer. the hardest
3 outcomes instead of two. draws - 25% of matches
real-time xG: viewers see 0-0, SIEGE sees xG 2.5 red cards: market panics -20%, real impact -12%
win rate 58-64%
all models optimized with ONNX runtime (3-5x faster than sklearn)
Rust execution: EIP-712 signing, Polymarket CLOB, Kelly sizing, automatic stop-loss. <50ms
costs: ~$3,880/month
weekly result: $2,000 → $10,784
they just trade faster than everyone else
English















