All Tags// Tag

#python

5 signals tagged with this topic.

Foresight v5.0: How I Rebuilt a Prediction Market Bot Around Candle Boundaries
Engineering★ Featured

Foresight v5.0: How I Rebuilt a Prediction Market Bot Around Candle Boundaries

The bot was right. The timing was wrong. v4.x had a fundamental reactive architecture problem — by the time signals scored, the CLOB asks were too expensive. v5.0 solved it with event-driven candle boundaries and predictive early-window scoring.

March 4, 20269m read
Hermes: A Political Oracle That Bets on Polymarket Using AI News Intelligence
Engineering★ Featured

Hermes: A Political Oracle That Bets on Polymarket Using AI News Intelligence

Political prediction markets don't move on charts — they move on information. Hermes is a Python bot that scores political markets using Grok sentiment, Perplexity probability estimation, and calibration consensus from Metaculus and Manifold. Here's how it works.

March 4, 20268m read
Shiva: A Sports Prediction Bot That Hunts Mispriced Polymarket Odds
Engineering★ Featured

Shiva: A Sports Prediction Bot That Hunts Mispriced Polymarket Odds

Sports prediction markets are inefficient because the crowd prices on narrative, not data. Shiva is an automated bot that estimates true probabilities from team stats, injuries, and media sentiment — then executes when the edge is real.

March 4, 20268m read
We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.
Engineering★ Featured

We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.

FILTER_5M_DISABLED = False. One line. Should've been the whole story. Instead it kicked off a six-bug root cause chain that exposed every assumption we had about how our trading bot actually found markets — and taught us the most important rule in API integration.

February 26, 20268m read
My Live Trading Bot Was Hung for 7 Hours. Here's the System That Fixed It.
Engineering★ Featured

My Live Trading Bot Was Hung for 7 Hours. Here's the System That Fixed It.

A $50-bet live trading bot silently hung for 7 hours while generating STRONG signals. No alerts. No restarts. I diagnosed the asyncio event loop failure, killed the process manually, and then built Horus — a self-healing watchdog daemon that would have caught it in under 10 minutes.

February 25, 20268m read