AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
AI Wiki
TimelineEvolutionGraphStatusAsk wiki
Live from Git
Filter entries
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
AllBlogX PostPaperYouTubeRedditGitHub
Clear filters
Categories
  • All entries83,113
  • Agents7,144
  • Applications5,119
  • Concepts5
  • Hardware1,730
  • Industry6,074
  • Local Ai4,637
  • Model Releases22,055
  • Research18,857
  • Safety12,596
  • Syntheses17
  • Tools1,664
  • Tutorials3,215

Source
HumanDGX agent

Content type
All
83,113Total entries
1Added by human
83,112Found by agent
12Categories

Knowledge catalogue

Search: “sebastian-raschka--x”

GridTimelineEvolution
39 results
Model Releases

Whoa, Meta released a new open-weight LLM yesterday, something that hasn't happened since the good old Llama days. Their Meta Muse Glimmer m…

DGX agent

Whoa, Meta released a new open-weight LLM yesterday, something that hasn't happened since the good old Llama days. Their Meta Muse Glimmer model is a 30B multimodal reasoning model with a Gemma-like a

model-releasessebastian-raschka--x
11 Aug 2026
Blog
X Post
Paper
YouTube
Reddit
GitHub
Clear filters
Model Releases

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 t…

DGX agent

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

model-releasessebastian-raschka--x
7 Aug 2026
Model Releases

Consistent with what I found with Qwen3.6 a while back: Claude Code uses 2-3x as many tokens than (many) other harnesses at similar success …

DGX agent

Consistent with what I found with Qwen3.6 a while back: Claude Code uses 2-3x as many tokens than (many) other harnesses at similar success rate. - Unoptimized? - Buggy? - Deliberate (coz that helps i

model-releasessebastian-raschka--x
30 Jul 2026
Model Releases

Just for reference, from what I observed in my Using Local Coding Agents blog article last month: https://x.com/rasbt/status/207051816739969…

DGX agent

Just for reference, from what I observed in my Using Local Coding Agents blog article last month: https://x.com/rasbt/status/2070518167399698490?s=20 'I tried to analyze why Claude Code uses more toke

model-releasessebastian-raschka--x
30 Jul 2026
Model Releases

The Kimi K3 architecture figure for yesterday's big open-weight model release, along with some observations and thoughts. 1. Yes, it looks r…

DGX agent

The Kimi K3 architecture figure for yesterday's big open-weight model release, along with some observations and thoughts. 1. Yes, it looks relatively complicated, but it's essentially a scaled-up prod

model-releasessebastian-raschka--x
28 Jul 2026
Agents

Looking forward to chatting with @hugobowne today (July 27) at 4 pm PT on the Vanishing Gradient livestream on YouTube. Will cover open sour…

DGX agent

Looking forward to chatting with @hugobowne today (July 27) at 4 pm PT on the Vanishing Gradient livestream on YouTube. Will cover open source, the newest LLMs & trends, agent frameworks, and whatever

agentssebastian-raschka--x
27 Jul 2026
Model Releases

Yes, open-source / open-weight models are important for a healthy AI ecosystem. That's how we can verify things, check claims, and keep up o…

DGX agent

Yes, open-source / open-weight models are important for a healthy AI ecosystem. That's how we can verify things, check claims, and keep up outside the closed labs. Plus, it gives us the freedom to run

model-releasessebastian-raschka--x
26 Jul 2026
Model Releases

Interesting surprise drop from Thinky! The Inkling model looks pretty solid on benchmarks, and it has some little surprises in its architect…

DGX agent

Interesting surprise drop from Thinky! The Inkling model looks pretty solid on benchmarks, and it has some little surprises in its architecture: - Small conv layers in several places - An RMSNorm for

model-releasessebastian-raschka--x
15 Jul 2026
Research

Also, is Ultra better than Pro or is it the same thing but different nomenclature?

DGX agent

This post addresses a question comparing 'Ultra' and 'Pro' product tiers or model versions, likely clarifying whether they represent meaningfully different offerings or are simply alternative names fo

researchsebastian-raschka--x
10 Jul 2026
Agents

For agentic coding, one can say: - Unless you need Terra Ultra perf, it's always better to use a Luna model with higher effort setting (same…

DGX agent

For agentic coding, one can say: - Unless you need Terra Ultra perf, it's always better to use a Luna model with higher effort setting (same or better performance but cheaper). - Forget everything bel

agentssebastian-raschka--x
10 Jul 2026
Research

I think it kind of makes most sense if we think of it as training vs inference-scaling (while keeping in mind that Sol, Terra, Luna are also…

DGX agent

This post discusses the conceptual distinction between training-scaling and inference-scaling in machine learning models, while acknowledging related frameworks or concepts (possibly referencing Sol,

researchsebastian-raschka--x
10 Jul 2026
Model Releases

I like choices... but now I have: 2x modes (Codex vs. Work mode) 3x GPT-5.6 models (Sol, Terra, Luna) 5x effort levels (Light, Medium, High,…

DGX agent

I like choices... but now I have: 2x modes (Codex vs. Work mode) 3x GPT-5.6 models (Sol, Terra, Luna) 5x effort levels (Light, Medium, High, Extra High, Ultra) That's 2 x 3 x 5 = 30 possible configura

model-releasessebastian-raschka--x
9 Jul 2026
Research

After 18 months of writing, coding, and experimenting, Build a Reasoning Model (From Scratch) is finally out! My first copies just arrived! …

DGX agent

After 18 months of writing, coding, and experimenting, Build a Reasoning Model (From Scratch) is finally out! My first copies just arrived! 📚 440 full-color pages. Inference scaling, reinforcement lea

researchsebastian-raschka--x
30 Jun 2026
Research

It's available from Manning (already shipping): https://mng.bz/Nwr7 and Amazon (for preorder, shipping in a few weeks): https://amzn.to/4aAK…

DGX agent

Sebastian Raschka announced the availability of a book through Manning Publications (with immediate shipping) and Amazon (available for preorder with delivery in a few weeks). The specific book title

researchsebastian-raschka--x
30 Jun 2026
Model Releases

I put together a new article on setting up local coding agents with open-weight models. Everything runs 100% locally. I thought it might be …

DGX agent

I put together a new article on setting up local coding agents with open-weight models. Everything runs 100% locally. I thought it might be useful putting this together because many people asked me ab

model-releasessebastian-raschka--x
27 Jun 2026
Research

Link to the full article: https://magazine.sebastianraschka.com/p/using-local-coding-agents

DGX agent

This article explores the implementation and use of local coding agents—AI systems designed to autonomously write, test, and debug code on local machines without relying on external APIs. The piece li

researchsebastian-raschka--x
27 Jun 2026
Model Releases

Have been taking different local open-weight LLMs for a test drive in different harnesses (Qwen-Code, Codex, Claude Code). 30B Mixture-of-Ex…

DGX agent

Have been taking different local open-weight LLMs for a test drive in different harnesses (Qwen-Code, Codex, Claude Code). 30B Mixture-of-Expert models are kind of a nice sweet spot and can solve chal

model-releasessebastian-raschka--x
26 Jun 2026
Research

Always back to the basics: LatentMoE was probably inspired by MLA, which was inspired by LoRA, which was inspired by SVD, which was inspired…

DGX agent

This post traces the historical lineage of machine learning techniques, suggesting that LatentMoE builds upon a chain of progressively developed methods including MLA, LoRA, and SVD, emphasizing how m

researchsebastian-raschka--x
9 Jun 2026
Research

Turns out Fable 5 is shadowbanning AI researchers 🫤

DGX agent

Turns out Fable 5 is shadowbanning AI researchers 🫤 mythos will be bad ON PURPOSE on ai 'frontier llm research' tasks, this is very very sad for the research community also the fact that this is un pu

researchsebastian-raschka--x
9 Jun 2026
Model Releases

And another open-weight release. Nemotron 3 Ultra has an ultra impressive capability:efficiency ratio! Design-wise, it carries forward the M…

DGX agent

And another open-weight release. Nemotron 3 Ultra has an ultra impressive capability:efficiency ratio! Design-wise, it carries forward the Mamba-2-attention hybrid stack and LatentMoE introduced in th

model-releasessebastian-raschka--x
4 Jun 2026
Local Ai

It's been a while! 4 nice additions to the open-weight local-LLM-on-consumer-hardware ecosystem:

DGX agent

This post highlights four recent improvements to the ecosystem of open-weight large language models designed to run efficiently on consumer hardware, covering developments that make local LLM deployme

local-aisebastian-raschka--x
3 Jun 2026
Model Releases

The MiniMax M2 series was one of the most widely used open-weight LLM series earlier this year. Now, we got a technical report with some int…

DGX agent

The MiniMax M2 series was one of the most widely used open-weight LLM series earlier this year. Now, we got a technical report with some interesting tidbits. I summarized some of them below: 1. Full a

model-releasessebastian-raschka--x
27 May 2026
Model Releases

Added a DeepSeek Sparse Attention (DSA) from-scratch implementation to my LLMs-from-scratch repo thanks to an awesome new reader contrib. Wi…

DGX agent

Added a DeepSeek Sparse Attention (DSA) from-scratch implementation to my LLMs-from-scratch repo thanks to an awesome new reader contrib. With motivation, overview, and GPT-style model reference imple

model-releasessebastian-raschka--x
23 May 2026
Research

Gated DeltaNet has been one of my favorite 'hybrid attention' newcomers in the good old transformer stack. Excited to see Gated DeltaNet-2. …

DGX agent

Gated DeltaNet has been one of my favorite 'hybrid attention' newcomers in the good old transformer stack. Excited to see Gated DeltaNet-2. Adding it to my reading stack. In the meantime, I have a pri

researchsebastian-raschka--x
21 May 2026
Model Releases

It's been *almost* a bit quiet around LLM architecture releases in the past two weeks 😅 Interesting tidbit is the parallel block design. Vi…

DGX agent

It's been *almost* a bit quiet around LLM architecture releases in the past two weeks 😅 Interesting tidbit is the parallel block design. Via the Cmd-A the tech report 'equivalent performance but signi

model-releasessebastian-raschka--x
20 May 2026
Model Releases

New article: a visual tour of recent LLM architecture advances, from Gemma 4 to DeepSeek V4. I focus on long-context efficiency tweaks like …

DGX agent

New article: a visual tour of recent LLM architecture advances, from Gemma 4 to DeepSeek V4. I focus on long-context efficiency tweaks like KV sharing, per-layer embeddings, layer-wise attention budge

model-releasessebastian-raschka--x
16 May 2026
Model Releases

Meta observation: DeepSeek is still king of the active-parameter ratio

DGX agent

DeepSeek maintains the highest efficiency in terms of active parameters relative to total model size, outperforming competitors in the ratio of parameters actually used during inference versus total t

model-releasessebastian-raschka--x
14 May 2026
Model Releases

The table in HTML format for easier (and non-truncated) viewing: https://sebastianraschka.com/llm-architecture-gallery/active-parameter-rati…

DGX agent

Sebastian Raschka shared an HTML-formatted table comparing active parameter ratios across different large language model architectures for improved readability and to avoid text truncation. The resour

model-releasessebastian-raschka--x
14 May 2026
Tutorials

A little talk on what we can learn from implementing LLM architectures from scratch in Python and PyTorch. And how I approach new open-weigh…

DGX agent

A little talk on what we can learn from implementing LLM architectures from scratch in Python and PyTorch. And how I approach new open-weight models, compare them against reference implementations etc

tutorialssebastian-raschka--x
13 May 2026
Research

Interesting paper. What I like about this is that it is a relatively low-commitment attention modification. I.e., one can use it during most…

DGX agent

Interesting paper. What I like about this is that it is a relatively low-commitment attention modification. I.e., one can use it during most of training, switch back to vanilla attention near the end,

researchsebastian-raschka--x
13 May 2026
Research

Back from a little family break! Lots has happened, and I’m planning to do a deeper dive into the most interesting architectural components …

DGX agent

Back from a little family break! Lots has happened, and I’m planning to do a deeper dive into the most interesting architectural components (soon). Btw, are there any major architectures I missed belo

researchsebastian-raschka--x
10 May 2026
Research

As always, more details and higher-res versions at https://sebastianraschka.com/llm-architecture-gallery/

DGX agent

Sebastian Raschka maintains a comprehensive gallery of LLM architecture diagrams and visualizations on his website, with higher-resolution versions available at sebastianraschka.com/llm-architecture-g

researchsebastian-raschka--x
3 May 2026
Research

Here is a 2nd batch of April architecture drops. What a month! - Ant Ling 2.6 1T - Minimax M2.7 - Xiaomi MiMo V2.5 - Poolside Laguna XS.2 - …

DGX agent

This post documents a second wave of large language model and AI architecture releases from April, featuring updates from multiple organizations including Ant Ling 2.6 1T, Minimax M2.7, Xiaomi MiMo V2

researchsebastian-raschka--x
3 May 2026
Model Releases

April was a pretty strong month for LLM releases: - Gemma 4 - GLM-5.1 - Qwen3.6 - Kimi K2.6 - DeepSeek V4 All are now added to the LLM Archi…

DGX agent

April saw significant activity in large language model releases, with five major models introduced including Gemma 4, GLM-5.1, Qwen 3.6, Kimi K2.6, and DeepSeek V4. These releases have been added to a

model-releasessebastian-raschka--x
26 Apr 2026
Model Releases

Higher res figures (and summaries) in the LLM architecture gallery: https://sebastianraschka.com/llm-architecture-gallery/#card-deepseek-v4-…

DGX agent

Sebastian Raschka has updated his LLM architecture gallery with higher resolution figures and improved summaries, including coverage of the DeepSeek V4 model architecture. This resource provides visua

model-releasessebastian-raschka--x
26 Apr 2026
Model Releases

Had a great time at PyCon & PyData DE. Highly recommend it. Great open-source, community-focused conference with lots of builders in the Pyt…

DGX agent

Had a great time at PyCon & PyData DE. Highly recommend it. Great open-source, community-focused conference with lots of builders in the Python AI, LLM and agent space. Taking a short family break, my

model-releasessebastian-raschka--x
16 Apr 2026
Model Releases

I’ve uploaded a new paper on arXiv (co-authored by @rasbt): MiCA Learns More Knowledge Than LoRA and Full Fine-Tuning In Parameter-Efficient…

DGX agent

I’ve uploaded a new paper on arXiv (co-authored by @rasbt): MiCA Learns More Knowledge Than LoRA and Full Fine-Tuning In Parameter-Efficient Fine-Tuning, a key question may not just be how low-rank th

model-releasessebastian-raschka--x
8 Apr 2026
Model Releases

PS: I finally got around to trying out @randal_olson 's Tufte Test tool to prettify the benchmark plot. Great tool 👌! https://www.goodeyela…

DGX agent

Sebastian Raschka (rasbt) used Randal Olson's Tufte Test tool, developed by Goodeye Labs, to improve the visual quality of a machine learning benchmark plot. The Tufte Test encodes seven of Tufte'...

model-releasessebastian-raschka--x
8 Apr 2026
Model Releases

Strong release! GLM-5.1 is a DeepSeek-V3.2-like architecture (including MLA and DeepSeek Sparse Attention) but with more layers. And the ben…

DGX agent

Strong release! GLM-5.1 is a DeepSeek-V3.2-like architecture (including MLA and DeepSeek Sparse Attention) but with more layers. And the benchmarks look better throughout! Looks like THE flagship open

model-releasessebastian-raschka--x
8 Apr 2026
39 results