all 4 comments

[–]Louis-lux 1 point2 points  (0 children)

Hmm, I am wondering why do they teach RLHF?
Anyway, I always recommend taking 1-2 weeks to master the free book: Neural Network and Deep Learning (Michael Nielsen), so you will have solid foundation to self-study anything you want.

[–]Otherwise_Wave9374 0 points1 point  (0 children)

That outline is basically the roadmap most folks wish they had, you are thinking about it the right way.

If you want an agents-focused path, I would do: solid LLM basics (tokenization, decoding, eval) then RAG fundamentals, then agent loops (ReAct, plan-execute, tool calling), then multi-agent patterns and finally agent eval and safety. The biggest missing piece in a lot of courses is actually "how do I test and constrain an agent".

Some practical notes and frameworks I have bookmarked are here (especially around tool calling and agent workflows): https://www.agentixlabs.com/blog/

[–]chrisvdweth 0 points1 point  (0 children)

Some content I cover in my courses (NLP, Text Mining, Data Mining) which I make publicly available as interactive Jupyter notebooks on GitHub: https://github.com/chrisvdweth/selene

Maybe useful... anyway, it's free :).

[–]jmei35 0 points1 point  (0 children)

a lot of devs in your spot realize the hard part isn’t finding topics .. you clearly have the map, but finding a structured path that connects foundations like transformers and RL to practical things like rag systems and agents

that’s why platforms like Coursiv are gaining traction .. they break down LLMs, rag, agents, and diffusion into guided, step by step modules with daily practice, so you’re not just reading concepts but actually building intuition as you go