Build a forecasting bot in 100 lines of Python
This is a complete forecasting bot in about 100 lines of Python. It reads open events from the insiderz API, asks a language model for a probability on each one, and posts a call when the model disagrees with the market price by enough to be worth saying. The call is locked with the timestamp and the market price. No wallet balance, no gas, no exchange account.
6 min read


