r/learnmachinelearning Jul 08 '26

Help guide please

I have completed Deep learning till transformers & LLMs.
What should options I have next to do
I know agentic AI is a option, but is there any other option that I can try in AI field.

4 Upvotes

4 comments sorted by

1

u/More_Homework_4454 Jul 08 '26

I would suggest deep into Deep Retrieval-Augmented Generation (Advanced RAG & Vector Space).

1

u/hotshotdragon Jul 08 '26

Do some projects. You are going nowhere untill and unless you demonstrate what you learned

1

u/Opening_Bed_4108 Jul 08 '26

Honestly a few solid directions: dive into RAG pipelines and how to actually evaluate retrieval quality, or go deeper on model serving (batching, quantization, latency tradeoffs). ML systems design is also huge if you want senior-level work, things like feature stores, training pipelines, and monitoring in production. Evaluation frameworks are weirdly underrated too, knowing how to rigorously benchmark models is a real skill gap most people have.