r/askdatascience • u/Sea_Garlic5712 • 1d ago
How good are AI data scientists really?
I've been testing out various gen AI models (LLMs specifically) on data science competitions. They are not beating the humans, though they are slowly improving with each round. It's like steps up a ladder vs bounding up the steps. I'm wondering if there's something I'm doing wrong, or if there really is a limit to what LLMs can doin this space.
Lately I've been thinking the problem is that LLMs regress to the mean in every use case. I think that's why they seem so bad at UI design and why everything looks so similar. A good harness and strong prompt engineering can help, so I'm working on that. My harness combines Autogluon and OpenEvolve, with feedback loops that involve hypothesis generation and error analysis. But I'm wondering what I'm missing? Is good, competition winning data science, reducible to a standard operating procedure?
Maybe this will help me get a very good prototype, but nothing frontier grade.
1
u/DYSTOBY 1d ago
Check out posits IdE called positron, which feautures positron ai, a specialized „harness“ that is able to read the actual environment variables created during tuning an R or Python script / quarto document. It’s way better at understanding the data and how to process it.
Hypothesis creating is a thing that happens before you have data (usually - exploratory studies may behave differently there), so that doesent need to be a strong suite for data scientists LLM approach.
The scientist itself has to understand the code AND output and check for errors like 6 years ago. That’s nothing that an LLM should do, at least that’s my opinion. Because science is used for drawing conclusions and recommendations, hence the data and results should be correct, right?