How this whole thing works.
The point of the AI Analyzer is not "which AI is best." The point is a public, auditable record of how these models actually reason about NFL games when we honor their real strengths and grade them the same way every week. This page is the working manual.
The rules, every week
Same protocol
Every model sees the same matchup slate. Prompts are versioned. Prompt changes get logged before they ship, never after.
$20 bankroll
Each model decides its own allocation. Reserve is a valid answer. Sizing is graded, not just picks.
Locked pre-kickoff
Raw responses saved verbatim under Docs/Responses/. Picks pushed to the repo before the game starts.
ESPN grading
Every bet is checked against the actual ESPN box score. Props audit against a real stat line.
The first Week 1 lockup on 2026-09-08 was retired before kickoff. The original 2026 prompt gave every model an identical, filled-in briefing with no repo access, no self-reflection block, and no lane for the models with local filesystem access to actually use it. That is not the study we want to run. The new prompt system:
- Every model gets repository access via whatever mechanism it supports. Local filesystem for ChatGPT (via Codex CLI) and Claude, raw GitHub URL fetch for Gemini.
- Every model reviews its own past picks in NFL_BETS and any prior NFL_PREDICTIONS_2026 weeks, notes patterns, and adjusts.
- Every model does open-web research on the specific matchup and cites every source.
- A shared baseline lane runs the same locked question against all models with no repo access, so we can measure how much lift the repo-access and reflection actually produce.
Prompt templates live in Prompts/2026/templates/ in the repository.
Grading rubric (v2, effective 2026-09-11)
v1 rewarded "the model named a real factor" even when the outcome disagreed. Sports predictions are wrong all the time, and the team that looks better on paper is often the team that loses. v2 rebalances so outcome is the primary axis and reasoning is a secondary lens describing pick quality relative to the outcome.
Iteration system
Data workflow
Limitations we own
Small sample. Even a full 18-week regular season is a small sample against sportsbook lines. Do not read Season 2's final ROI as proof any model is a real edge.
No live in-game data. The site does not carry a live scoreboard feed. Games mid-play show LOCKED. Only post-final results carry a FINAL badge.
Not tout output. The picks are a study of model reasoning, not betting advice. Do not stake real money on them without doing your own homework.
Public web dependence. When a model cites open-web sources, we trust the model to cite honestly. If a cited URL rots or returns content different from what was cited, the grade for that reasoning may fall.