explainx.ai0k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

follow on google

Add explainx.ai as a preferred source

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

mind: share how you thinkpathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerfelony benchranks

company

aboutvisionmissionteaminstructorsteach on explainxpartnershipscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR
  • Why "outrageously small" is the right framing
  • What AMX actually is, and why it matters here
  • Built by handing Claude Code "a pile of tokens"
  • What's confirmed and what to check yourself
  • Related on explainx.ai
← Back to blog

explainx / blog

Greg Diamos Built a 10K Tok/s CPU Model, and Found 3 Surprises

Small Language Models, CPU Inference, Claude Code, Edge AI, AI Efficiency

Greg Diamos used Claude Code to build a small CPU-only model for data processing at 10K tokens/sec, and published three findings about small neural nets worth revisiting. What amx-reasoning-v1 actually shows.

Sep 8, 2026·4 min read·Yash Thakker
add explainx.ai
go deep
Greg Diamos Built a 10K Tok/s CPU Model, and Found 3 Surprises

Not every notable AI story this week is about a frontier lab shipping a trillion-parameter model. Greg Diamos, who describes himself as building AI supercomputers, needed something much smaller and much faster: a CPU-only model that could process data at roughly 10,000 tokens per second with no GPU involved. His solution, built with the help of Claude Code, is amx-reasoning-v1-instruct — and he says the exercise surfaced three findings worth revisiting about "outrageously small neural nets."

TL;DR

table · 2 cols
QuestionAnswer
What did Diamos build?amx-reasoning-v1-instruct, a small CPU-only model for data processing
Target speedRoughly 10,000 tokens/sec on CPU
How was it built?Diamos gave Claude Code "a pile of tokens" to build it from scratch
Where's it published?Hugging Face — gdiamos/amx-reasoning-v1-instruct
What does "AMX" mean?Intel's Advanced Matrix Extensions — CPU instructions that accelerate matrix math
What's the headline claim?Three interesting discoveries about small neural nets, detailed in the paper
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

Why "outrageously small" is the right framing

Diamos's framing — that the field should "revisit outrageously small neural nets" — cuts against the dominant 2026 narrative of ever-larger frontier models. But it's a genuinely useful counter-question: not every task needs a model with hundreds of billions of parameters and a GPU cluster behind it. A data-processing pipeline that needs to classify, extract, or transform text at high throughput often has a much narrower capability requirement than a general-purpose chat assistant — and a small model tuned specifically for that narrower task, running on CPU hardware that's already provisioned and idle, can be the more practical engineering choice.

This is the same logic behind explainx.ai's coverage of other small, purpose-built models this year — MiniCPM5-1B's tiny-model breakthrough, the ESP32 28.9M-parameter LLM running per-layer, and PrismML's Bonsai 27B 1-bit ternary model for phones — a consistent 2026 thread of teams asking "how small can this actually be for what I need," rather than defaulting to the largest available model.

What AMX actually is, and why it matters here

AMX — Advanced Matrix Extensions — is an Intel CPU instruction set specifically designed to accelerate matrix multiplication, the core mathematical operation underlying neural network inference. Naming the model after it is a signal about the engineering approach: rather than treating CPU inference as a fallback for when a GPU isn't available, amx-reasoning-v1 is reportedly built to actively exploit CPU-level matrix acceleration hardware most inference stacks don't specifically target. That's a meaningfully different design philosophy than running a GPU-optimized model on CPU as a compatibility afterthought — it's building for the hardware you actually have, rather than the hardware you wish you had.

Built by handing Claude Code "a pile of tokens"

The build process itself is worth noting: Diamos describes giving Claude Code a large amount of compute budget and letting it build the model, rather than hand-designing the architecture himself from scratch. That's consistent with the growing pattern explainx.ai has tracked of using coding agents not just to write application code, but to conduct genuine model-architecture experimentation — OpenAI's own "research intern" milestone documented a similar shift internally, where coding agents increasingly handle substantive research tasks rather than boilerplate.

What's confirmed and what to check yourself

Diamos's post states the model made "three interesting discoveries" without detailing them in the tweet itself — the specifics are in the published paper on Hugging Face. Given that the paper is the primary source and the tweet is a teaser, anyone interested in the actual technical findings — architecture choices, training data, the specific efficiency discoveries — should read the paper directly rather than relying on secondhand summary of a three-word tease.

Related on explainx.ai

  • FrogNano: Microsoft 4B SWE agent, 61.5% SWE-bench, no distillation (Sep 9, 2026) — another minimal-hardware agent bet, trained with RL on synthetic tasks only
  • MiniCPM5-1B: tiny AI model breakthrough
  • ESP32 AI: a 28.9M-parameter LLM running per-layer
  • PrismML Bonsai 27B: 1-bit ternary model for phones
  • Coral Edge AI platform: complete guide
  • OpenAI's research acceleration: 3.1 agent-workdays per human
  • What is fine-tuning an LLM? LoRA, QLoRA, SFT, RLHF explained

Sources

  • Greg Diamos on X, September 7, 2026
  • gdiamos/amx-reasoning-v1-instruct on Hugging Face

This post reflects Greg Diamos's September 7, 2026 announcement and the linked Hugging Face model page. The paper's three specific findings were not independently summarized here — read the primary source PDF for full technical detail before citing specific claims.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Sep 10, 2026

Analog Devices Buys Alif Semiconductor for $1.35B to Expand Edge AI

Analog Devices acquired Alif Semiconductor for $1.35 billion, aimed at expanding low-power AI chip capability for edge devices. explainx.ai covers what Alif's chips actually do, why low-power edge AI silicon is a distinct and increasingly important category separate from data-center AI chips, and what it means for anyone building on-device AI products.

Sep 10, 2026

Edge0 Open-Sources a 35B Model That Runs in 2.5GB of Memory

Edge0, founded by Samuel Zeng, open-sourced a framework that runs a 35-billion-parameter language model using only 1-2.5GB of peak memory — small enough for a phone, in principle. The technique is "SSD expert offload": stream only the parameters a given step needs from storage instead of loading the whole model into RAM. explainx.ai covers how it works, what's actually shipped today versus the demo, and what it means for on-device AI.

Sep 10, 2026

This Tennis AI Coach Was Built With Roboflow Agent and Claude Code

A single builder trained a computer vision system that tracks their own tennis strokes — ball speed, forehand vs. backhand, shot placement, and body position at contact — from plain iPhone video. The pipeline pairs Roboflow Agent for auto-labeling and fine-tuning with Claude Code driving the terminal, plus MediaPipe for pose estimation. explainx.ai breaks down the exact stack and why this kind of project is now a weekend build instead of a multi-week one.