30papers.com turns a famous ML reading list into a friendlier first pass
Original: 30papers.com – Ilya's 30 essential ML papers, in a beginner friendly format View original →
30papers.com repackages the well-known list of AI and deep learning papers associated with Ilya Sutskever and John Carmack. Instead of presenting the list as a bare set of PDFs, the site hosts the material with plain-language explanations for difficult terms, aiming at readers who are trying to build the habit of reading research papers for the first time.
The list itself covers familiar foundations: attention, transformers, recurrent networks, reinforcement learning, information theory, and other ideas that keep reappearing in modern ML systems. Those papers are not new, but the interface changes the first experience. A beginner does not just need a link; they need help with the vocabulary, the implied prerequisites, and the question of which paper to read next.
HN comments pushed on exactly those points. The author described the project as a side project from a first-year CS student who wanted friends to stop burning through Claude usage just to understand basic paper terminology. Readers liked the goal, but several complained that the backgrounds and animations distracted from reading. The author responded by adding toggles for motion and paper backgrounds. Other commenters asked for a more deliberate reading order, noting that an introduction to attention may belong before “Attention Is All You Need.”
The useful lesson is that AI education is not only a content problem. Many foundational resources are already public, but the path through them is uneven. A site that keeps readers close to the original papers while reducing terminology friction can be more valuable than another short summary. 30papers.com is still a work in progress, but the community response shows demand for research material that respects beginners without hiding the primary sources.
Related Articles
Stanford's public CS25 course is again operating as an open lecture stream for Transformer research, with Zoom access, recordings, and a community layer that extends beyond campus.
Researchers have demonstrated that transformer models with fewer than 100 parameters can add two 10-digit numbers with 100% accuracy using digit tokenization, challenging assumptions about the minimum complexity needed for arithmetic reasoning.
ServiceNow’s MosaicLeaks benchmark targets a quiet failure mode in deep research agents: private facts leaking through external queries. Training only for task success raised leakage from 34.0% to 51.7%, while PA-DR cut it to 9.9%.