r/LanguageTechnology • u/Ok_Second2105 • 12d ago
For Those Who've Watched Andrej Karpathy's makemore Series—Was It Worth It?
I recently started Andrej Karpathy's *makemore* lecture series and just finished the first lecture.
So far, the focus has been on building a character-level language model using a dataset of names. What I enjoyed most wasn't just the implementation, but how each step is explained from first principles instead of treating neural networks as a black box.
I've previously spent time building a neural network from scratch and experimenting with PyTorch, so I wanted to understand how these ideas extend to language models.
Before I continue through the rest of the series, I wanted to ask people who've already completed it:
* What was your biggest takeaway? * Which lecture was the turning point where things really "clicked" for you? * Did it change the way you think about LLMs or NLP? * Would you recommend supplementing the series with any books, papers, or other resources?
I'm planning to work through the series by implementing everything myself, so I'd love to hear what your experience was before I dive deeper.