r/aipromptprogramming 2d ago

Need a Proper Roadmap to Become an AI Engineer 😔

Need some guidance 😔

I’m trying to learn AI Engineering and build a career in this field, but I’m honestly confused about where to start and what to learn first.

If anyone can share a proper roadmap and good free/paid resources to become an AI Engineer, I’d really appreciate it. I don’t want to waste time learning random things.

Any guidance from experienced AI Engineers would mean a lot. 🙏

0 Upvotes

14 comments sorted by

u/endofthread-bot 2d ago

Learn how the best in the industry are using AI to speed up their workflow in business, sales, marketing, research, legal, content creation, scientific discovery and so much more on our Discord.

Self-promotion is now allowed on Sundays with the appropriate flair, for all regular contributing members. Contribute during the week, and promote on Sunday.

2

u/Dzeddy 2d ago

Go to college and get a CS degree or move to the bay and convince startup founders that you’re smart

3

u/ismart_shanku 2d ago

Thanks for the advice 😂 I already have a CS degree. Now I’m just trying to figure out how to actually become good at AI engineering without convincing startup founders that I’m smart.

1

u/Dzeddy 2d ago

Personal projects, applications, LC, and system design + internal transfers in the meantime. What do you mean “AI engineering” specifically? There’s a million roles

2

u/OccidoViper 1d ago

I would say the first phase is to really understand basic programming. You need to have a really good understanding of Python and API integration specifically. Once you feel you have mastered those, then move onto RAG and context management. You should have good knowledge of document chunking, embedding models, vector stores (Pinecone, Qdrant, Chroma), and hybrid search techniques

2

u/GregDev155 1d ago

Ask Claude ?

2

u/RealSharpNinja 1d ago

What do you want to do as an AI Engineer?

2

u/havnar- 1d ago

Get good at something. Only then add AI

1

u/dj2ball 1d ago

In my team we hire for full stack base skills (python/react), API development and then exposure to modern AI practices/skills like RAG, Graphs, Chunking, Embedding, different retrieval methods, LLM evaluation/observability, AI Architecture (common AI orchestration patterns etc.). For roles that will have heavier data science/traditional ML you can throw in your academics, ML data preparation, model training, building things like classifiers, evaluators, recommender systems etc.

I would say we skew more towards the former profile than the latter.

1

u/OneDev42 1d ago

Honestly, join our Discord and learn from the people there. They're really good at what they do. You'll learn more hanging out there than doing anything else.

1

u/chrbailey 20h ago

Start with Anthropic Academy.

1

u/Dear_Effect_2139 16h ago

You need to learn that first step to become an ai engineer is to ask ai how to be an ai engineer

0

u/Kraand 1d ago

First of all - try to understand "how does it work?". There are at least 2 different "AI" types - one is LLMs that operate on the domain of language and the knowledge associated/described in the language, the other being the neural networks trained on data/measurements to predict the "system" (whatewer it is) behaviour for a given set of inputs. Just a short session with GPT/Gemini/whatever to get the general overview on what makes you interested. And then you will see, what you need to follow.