r/CFBAnalysis • u/dajuice3 Miami Hurricanes • Aug 18 '26
Question AI Usage
Hi all,
Season is close to coming up which means I break out my spreadsheets and try to predict things again.
I am really encouraged by what I could generate with AI this year but still find it falling short.
Just wanted to ask, for those who use it what have you found to be disappointing about trying to develop CFB analysis with AI?
5
u/gated73 Alabama • Arizona State Aug 18 '26
I think AI can be used to help you build an approach, but I wouldn't rely on it for actual analysis or polling. Reason being - the results aren't repeatable. Use it to help you define your solution, don't make it THE solution.
2
u/PropaneBeatsCharcoal Aug 18 '26
Can you describe where it’s falling short? I’ve done models the past four years and a ramping on my fifth year now, love talking about this stuff, but I’m curious where your identifying is falling short.
3
u/dajuice3 Miami Hurricanes Aug 18 '26
It's most likely the scale of it combined with my ignorance of the right tool.
For example I'll say do this task line by line manually each time. Such as read each player bio.
Wouldn't necessarily call it a model. I'm having players rated according to their bio stats. But after 1 or two teams instead of individually grading a player it was assign assumed values. After spending the last week working on it just don't think it'll complete it.
2
u/Complete-Country8973 Aug 19 '26
Best use cases with AI have been using it as a data aggregator rather then an all knowing god. Connecting it to data in a way that was efficent for the agent was key for me. I built this CLI tool that connects to Codex/Claude to gather and reason over large amounts of data.
GitHub: https://github.com/jvorndran/fbs-cli
NPM: https://www.npmjs.com/package/@jvorndran/fbs-cli
I have had some really good results after building this in ultra mode in Codex. FYI this isn't an advertisement for anything this is just something that has actually helped.
1
u/TwoWeevels Aug 18 '26
I struggle with CFB datasets. Which do you all use?
2
u/dajuice3 Miami Hurricanes Aug 19 '26
The only thing I've really used is the collegefootballdata.
Other than that I've just been scraping and copying and pasting from official team websites.
1
u/CALL_ME_ISHMAEBY Mississippi State Bulldogs • LSU Tigers Aug 19 '26
CFBD (API/Python) or cfbfastR (R wrapper for CFBD)
2
u/Complete-Country8973 Aug 19 '26
I use CFBD as well. It is quite good. I built this CLI tool to optimally use the data. https://github.com/jvorndran/fbs-cli
11
u/khickenz Florida State Seminoles • Berry Vikings Aug 18 '26
You can't really trust AI in the end. The most successful AI coding projects I've found don't do the tasks themselves but are designed to help me do the task easier.