How I Built a 36,000-Line Production Trading Bot With Claude Code
How I built and scaled Polyphemus from 4,000 to 36,000 lines with Claude Code. 5 principles + shadow-first deployment that kept 8 production bugs from losing money.
5 posts tagged with "trading"
How I built and scaled Polyphemus from 4,000 to 36,000 lines with Claude Code. 5 principles + shadow-first deployment that kept 8 production bugs from losing money.
How to build a self-tuning position sizing system that adjusts bet size based on recent performance — without overfitting or over-reacting to variance.
Build a Binance-to-Polymarket trading pipeline: real-time signal detection, deduplication, and sub-100ms order execution for momentum trading.
Learn Kelly criterion and position sizing for binary markets. Stop losing money on directional bets without a math-backed strategy.
Build a Polymarket arbitrage bot: capture price gaps between Binance and CLOB in milliseconds. Full code walkthrough from WebSocket to execution.