Is there a learning path for someone who hasn't done any AI/ML ever? I asked ChatGPT, it recommended to start from linear algebra, then calculus, followed by probability and statistics. Phase 2 would be Fundamentals of ML. Phase 3 - Deep Learning and NN. And so on. I don't know how accurate these suggestions are. I'm an SDE.
It highly depends on what do you actually want.
1. Use existing models. The easiest is web services (mostly payed). Harder way is local install, still need a good computer
2. Understand how models work
3. General understanding where all this is going.
4. Being able to train or finetune existing models
4.1 Create some sort of framework for models generation
4.2 frameworks for testing, training, inference, etc..
5. Models design. They are very different depending on the domain. You will have to specialize if you want to get deeper.
6. Get AGI finally.
All things are different. Some require just following the news, some need coding skills, others more theory, philosophy. You can't have it all. If you have no relevant skill the first 4 are still withing the reach. Oh, yes. You can become ethic 'expert', that's the easiest.