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.

Overchat AI is an AI platform that brings together over 150 AI tools for image, video, and text generation, helping users solve tasks though AI-powered mini-apps.

Autocomplete for everything you write on your Mac. Grey ghost text completes your sentence; Tab accepts it. Runs a local LLM — your text never leaves the machine. Up to 2× faster in Mail, Slack, Notion, anywhere. Free while early.

All-in-one AI platform with 100+ models under one subscription, including GPT, Claude, Gemini, and more.

Free 3D body visualizer that estimates your body shape and health metrics from measurements — no photo or signup required.
Free, instant online calculators across marketing, health, dev cost, construction, and more — all with reverse-solving and client-side privacy.

A premium showcase platform for discovering and upvoting top tech products launching daily.
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.