Ask HN: How are Data Scientist keeping themselves updated?
I have been in Data Science for 8 years now. The latest developments in deep learning and LLMs are moving at such high pace. It is getting difficult to keep myself updated with latest trends while simultaneously delivering work at my current job.
How are others managing?
12 comments
[ 4.3 ms ] story [ 41.7 ms ] threadResources: People (Karparthy, Andrew Ng), YouTube channels (AI breakdown, AI explained), websites/newsletters (The Batch!), conferences, follow Reddit (r/artificial, r/datascience), discord servers (Hugging Face, LLMOps.space), podcasts (Last Week in AI, Super Data Science Podcast).
I am in a WFH setting, so most of the conversations in the network are online. I need to have more IRL interactions with other DS's to bounce off ideas.
It seems to be at the very tail end of the hype cycle, having gone from 'the new words for programming', the big growth area / easy way to get hired that every company had to have, to... the old word for 'AI' now?
If I encounter a problem that I cannot solve sufficiently with the methods I already know, I start exploring and read material until I find something that does the job.
The other way around makes you try to apply your new and fancy method everywhere simply because you're excited about it and it's new.
There's a similar phenomenon in tech in general, when people suddenly start to adopt OOP everywhere or there's a new JavaScript framework around the corner without assessing what the benefit will be.
I'm way more productive, have to work less hard, and I'm not distracted. Sure, I don't do that fancy new thing, but at the end of the day (or earlier) I get the job done. And I'm judged on what I do, and how it brings money into the company, not how I do it.
Another benefit working mostly with a box of boring, old tools, is that it will likely still be relevant in the next 30 years. You never know how long that new popular thing will remain popular and useful. But I'm pretty sure we'll still fit datasets with linear/logistic regressions, optimize processes with linear programming, or do straightforward A/B testing for the next few decades (if not centuries or millennia).