GLM-5.3-Flash Architecture Notes
The Ox Alpha LLM has been identified as GLM-5.3-Flash, a new model from Zhipu AI that introduces a hybrid attention architecture combining 34 Kimi Delta Attention layers and 11 Multi-head Latent Atten…
The Ox Alpha LLM has been identified as GLM-5.3-Flash, a new model from Zhipu AI that introduces a hybrid attention architecture combining 34 Kimi Delta Attention layers and 11 Multi-head Latent Atten…
Anthropic announced that it will watermark text outputs from its Claude models, a technique explained in a new 48-minute video lecture by Sebastian Raschka, author of 'Build a Large Language Model Fro…
Sebastian Raschka, an AI researcher and author, published a tutorial on building an AI text detector from scratch, including dataset construction, model training, local deployment, and reinforcement l…
Sebastian Raschka's book 'Build a Reasoning Model (From Scratch)' is now available on Amazon, but readers in India are advised to order directly from Manning to avoid counterfeit black-and-white copie…
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 mo…
Sebastian Raschka's 'Build a Large Language Model (From Scratch)' and Andriy Burkov's 'The Hundred-Page Language Models Book' are among five recommended books for deepening understanding of large lang…
Moonshot AI released the full weights for Kimi K3, a 2.8-trillion-parameter open-weight model that is the largest ever released, nearly triple the size of its predecessor Kimi K2. The model validates …
Kimi K3, a 2.8-trillion-parameter open-weight model from Moonshot AI, is the largest open-weight model to date, scaling up their earlier Kimi Linear architecture from 48B parameters. The architecture …
Sebastian Raschka issued a correction for Listing 6.5 in his book 'Build a Reasoning Model From Scratch', changing the line 'torch.manual_seed(0)' to 'torch.manual_seed(5)' on page 198. The change is …
A new book, 'Build a Reasoning Model (From Scratch)' (ISBN-13 9781633434677), teaches readers how to add reasoning capabilities to a pre-trained large language model through hands-on code examples, co…
Every major LLM vendor has replaced numeric thinking-token budgets with discrete effort levels, converging on a small enum instead of a number. Anthropic now rejects budget_tokens with a 400 error on …
OpenAI released the GPT-5.6 model family last week, which comes in three sizes each with roughly five or six reasoning-effort settings, according to Sebastian Raschka. The article explains how reasoni…
A developer's inbox filter reveals 26 engineering newsletters that survived a strict three-week unsubscribe rule, with AI engineering emerging as its own discipline. The list includes newer publicatio…
Giles Thomas completed building and training a GPT-2 small model from scratch using JAX, achieving a test loss of 3.418784, outperforming both his PyTorch model (3.538161) and the original GPT-2 small…
Giles Thomas built a JAX training loop for an LLM from scratch, using NNX and Optax, as part of a project to replicate GPT-2 small quality without referencing Sebastian Raschka's book. He trained a ba…
Sebastian Raschka announced the release of his new book "Build a Reasoning Model (From Scratch)", a 440-page full-color guide that teaches readers how to implement modern reasoning techniques on a Qwe…
Ian Barber argues that large language models have entered the engineering phase long familiar in recommendation systems, where performance is now part of the research loop rather than an afterthought.…
Researchers Sebastian Raschka released a curated list of LLM research papers from January to May 2026, focusing on reasoning models, reinforcement learning, and efficient inference. The list, organize…
A developer who has spent years working extensively with PyTorch has begun exploring JAX, a competing machine learning framework, and reports finding it cleaner and more mathematically pure. The autho…