Guides
Guides
Longer-form walkthroughs. Architecture, trade-offs, production patterns.
Different mode from the Cookbook. Cookbook recipes are < 20 lines and run as-is. Guides take a full problem end-to-end — endpoint choice, verdict logic, retry strategy, what to do when something is missing.
| Guide | What you'll build |
|---|---|
| Building a prop-analysis bot | Hit /analysis/player-prop, read the card, act on it — then scan whole slates with /analysis/stat-board. |
| MLB box scores with typed stat lines | Find a contest, read batting/pitching phase measures, and step down to pitch-level play-by-play. |
| Production checklist | The ten things that bite you in production before they bite you. |