cd /news/large-language-models/llms-from-scratch-reaches-100000-git… · home topics large-language-models article
[ARTICLE · art-88530] src=sebastianraschka.com ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

LLMs From Scratch Reaches 100,000 GitHub Stars

The LLMs-from-scratch repository by Sebastian Raschka surpassed 100,000 stars on GitHub, marking a milestone for the open-source project that provides from-scratch implementations of large language models. Raschka, the author, announced the achievement and outlined plans to add new attention variants and architectures, while also working on a larger applied custom 'small' LLM project to be detailed in an upcoming Substack article.

read2 min views1 publishedAug 7, 2026
LLMs From Scratch Reaches 100,000 GitHub Stars
Image: Sebastianraschka (auto-discovered)

Just saw that the LLMs-from-scratch repository passed 100,000 stars on GitHub! This is super cool and motivating. I am really happy to see that this open-source repo has helped so many people.

Thanks also to everyone who shared ideas and opened PRs with improvements!

Of course, I plan to keep adding new material, including new attention variants and architectures (while bigger projects like RL and Reasoning From Scratch live in their separate repositories).

I am also currently working on a larger applied custom “small” LLM project. It has been keeping me super busy this month, but I will share more on that soon in an upcoming Substack mega-article! It’s my longest one yet!

If you are new to it, some of the highlights in the repo include #

Of course, the complete code path from

tokenizationandattentiontopretraining,classification, andinstruction fine-tuning, etc. All of it FROM SCRATCH, of course! (RL lives in a companion repo.) - From-scratch implementations of

Llama,Qwen,Gemma, andOlmo(smaller variants that run locally and can be plugged into the training scripts). - From-scratch implementations of attention alternatives and other architecture components, such as

GQA,MLA,sliding-window attention,Gated DeltaNet,DeepSeek Sparse Attention,cross-layer KV sharing, andmixture-of-experts - Materials on

KV caching,training performance,memory-efficient weight ,DPO,evaluation, andLoRA

So, if you don’t have any weekend plans yet, happy tinkering!

Source: website version of my Substack note.

Kimi K3 Architecture Notes Short architecture note on Kimi K3, including LatentMoE, Kimi Delta Attention, Attention Residuals, NoPE, multimodality, and inference-efficiency choices.

A Few Notable Open-Weight Models This Week Short note on the architectures of six new open-weight models, including Nanbeige 4.2, Laguna S 2.1, Motif-3-Beta, Solar Open 2, Antares 1B, and BTL-3.

Correction for Listing 6.5 in Build a Reasoning Model From Scratch Short correction note for the random seed in Listing 6.5 on page 198 of Build a Reasoning Model From Scratch.

── more in #large-language-models 4 stories · sorted by recency
── more on @sebastian raschka 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/llms-from-scratch-re…] indexed:0 read:2min 2026-08-07 ·