Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Comprehensive course on large language models with from-scratch implementations and interactive documentation.
cookllm.com (powered by turbo0)
cookllm.com (powered by turbo0)
Submit your own product to reach creators and founders looking for the next tool to try.

AI-powered study app that generates personalized spaced-repetition plans from uploaded materials to boost exam prep.

Get paid while your AI coding agent thinks — sponsored lines in the status bar.

Free Calorie Deficit Calculator by GetFIT App. Calculate your daily calorie target, macros, and estimated weight loss timeline in seconds based on your goals and activity level.

AI-powered platform for drafting scientific figures, diagrams, and graphical abstracts from text, sketches, references, or paper notes.

AI infographic generator that turns text, reports, and data-heavy content into polished HTML/CSS infographics with accurate, editable text and plain-language refinement.
CookLLM is an educational platform for mastering large language models (LLMs) by building every core component from scratch, with interactive documentation and a hands-on code repository.
CookLLM is a self-paced, project-based course that teaches the full stack of LLM development—from tokenization and Transformer architecture to distributed training and post-training alignment. It takes learners through two parallel tracks: a principle deep-dive series covering six major topics (foundations, systems, scaling, data, evaluation, and alignment) and a hands-on training track where you build and train a small model (BentoLM 29M–134M parameters) end-to-end. The platform is a website (cookllm.com) created by an independent team and includes a private GitHub repository for all code.
recipes repository contains principle-focused code snippets, while bento provides a complete training pipeline for a small LLM (data download → tokenizer training → pretraining → SFT → RLHF/PPO).CookLLM is a paid product with a single Lifetime tier offered at a discounted price of $39 (originally $139). This one-time fee unlocks all current and future course content, the private GitHub repositories, and early access to beta features. A free trial is available to get started before purchasing.
Not necessarily. The earlier principle modules run on CPU. For the hands-on training track, a small GPU (e.g., NVIDIA T4 or better) is recommended but you can also train the smallest model (29M parameters) on a modern laptop CPU with patience.
The deep-dive (recipes) covers each topic with focused, isolated code snippets and interactive visualizations; the hands-on track (bento) integrates everything into a single repository where you train and align a real model from start to finish.
Yes, the platform promises lifetime free updates, including new chapters on advanced topics (e.g., Agent systems, MLLM) as they are developed.
The website is primarily in Chinese but offers an English toggle. The code and documentation are code-centric, so language barriers are minimal for technical content.