This is the page I send people who ask which article to read first. It skips the chronology and groups a small set of recommendations by what you want to learn.

Best LLM architecture articles

I would begin with the large comparison and keep the gallery open as a visual reference. The other pieces zoom in on attention, DeepSeek, and the workflow I use to read model code and configuration files.

See all LLM articles →

Best from-scratch implementation articles

If you learn best by coding, start with self-attention or the KV cache. The remaining articles apply the same approach to tokenization, Qwen3, low-rank adaptation, and LLM evaluation.

See all LLM articles →

Best reasoning model articles

The overview is the easiest entry point. From there, the two scaling articles cover what happens at inference time, while the reinforcement-learning piece focuses on how reasoning models are trained.

Best practical PyTorch articles

These are hands-on pieces for learning PyTorch or debugging an inefficient training setup. The one-hour tutorial is the best starting point if you have not used the library before.

See all PyTorch articles →

Best beginner-friendly articles

These need less background than the implementation articles above. I would pick the reading list for LLM fundamentals, the development overview for the training pipeline, or the coding-agent article for a more applied entry point.