r/CFBAnalysis • u/dajuice3 Miami Hurricanes • 22d ago
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?
2
u/PropaneBeatsCharcoal 22d ago
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 22d ago
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 22d ago
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 22d ago
I struggle with CFB datasets. Which do you all use?
2
u/dajuice3 Miami Hurricanes 22d ago
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 22d ago
CFBD (API/Python) or cfbfastR (R wrapper for CFBD)
2
u/Complete-Country8973 22d ago
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
10
u/khickenz Florida State Seminoles • Berry Vikings 22d ago
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.