samarpreetxd/mlbmodel ? reverse-engineered prompt
Reverse engineered prompt
Build me a daily MLB prediction and bet tracking app that uses only free public data and can run with one command each day. It should pull the latest schedule, stats, weather, umpire, and odds data, refresh the model, score today’s games, and open a simple HTML report in the browser with ranked picks, game cards, and a running record.
I want it to keep a daily ledger too, so yesterday’s picks get settled against the final scores and closing lines, and the results are tracked over time. Include stake sizing based on bankroll, a way to skip retraining if I just want faster predictions, and optional steam alerts if odds move a lot. If it makes sense, use current docs online while you build it. Make sure it can backfill history, resume if interrupted, and work without API keys by default, with an optional env file for extras.
Are you gonna build this?
make sure you review the code using coderabbit