I’ve been reading about how in real-world AI, most of the work isn’t the cool stuff like neural nets, but actually just getting the data usable. Things like cleaning missing values, feature engineering, and framing the problem right.
Some people also said prompt engineering is the “new programming,” especially with LLMs becoming so dominant.
I came across a blog that listed 10 things you only realize after starting with AI — like how feedback loops can mess up your model after deployment, or how important it is to define your objective before even touching code.
It kinda shifted my view on what matters early on.
Is this the general consensus? Or is it still more about algorithms in practice?