7/14/2026 at 8:48:20 PM
What I most want to see it compared to is Gemma 4 12B in the 4-bit QAT version. It's barely bigger than this at just under 7GB, so it also runs on just about any modern device and is remarkably smart for its size. It's an excellent tool user, crazy good vision for its size. I'm still trying to wrap my head around how much is lost with each step down in resolution, but the QAT versions from Google seem to prove the answer is "very little" at four bits.by SwellJoe
7/14/2026 at 10:56:19 PM
Based on their numbers and cross referencing with the Gemma numbers, this model crushes Gemma 4 12b on math and coding, is slightly worse on knowledge and tool calling, and is significantly worse on vision tasks.by janalsncm
7/14/2026 at 11:19:04 PM
I think this is where leveraging classifier models will become important. The frontier LLM models do "everything", while we've known for a while that to truly scale this we will need to distill models into their individual functions. I don't see this as necessarily a bad thing and hope more is done in this space. Very promising.by recursivegirth
7/14/2026 at 11:49:06 PM
Bitter lesson is knocking. Mixture of experts is essentially what you’re describing but free from unnecessary inductive biases.by bigmadshoe
7/15/2026 at 9:59:02 AM
Mixture of Experts is absolutely not what they're describing. MoE has to be one of the most misleadingly named things ever. It's completely confusing as to what it actually is.by hovering_nox
7/15/2026 at 1:36:06 PM
Note the “but free from unnecessary inductive biases” part of my comment. By that I meant a decision to make each expert good at a human-defined thing.by bigmadshoe
7/15/2026 at 10:24:22 AM
MoE is literally exactly what they're describing. The classifier being described is baked into the model and is the thing that makes it MoE.Imagine I had [a model that was good at math], [model that was good at code], [model that was good at writing], [model that was good at general knowledge]. If I then had [a model that was good at determining whether the user query would be best served by one of those models and sent it to it, leaving the rest of the models inactive], that is the platonic version of what MoE is. In practice, it works a bit differently. It instead basically restricts the number of pathways that can be utilized in solving problems during training, which allows for "expert neuron groupings" to form and "classifier layers" to form earlier on in the structure, but the effect is the same (better, even, since it allows some overlap between structures of experts). It also allows "routing to an expert" to happen token-by-token rather than at the prompt level.
by ralusek
7/15/2026 at 1:19:45 PM
only there's no [a model that was good at math], [model that was good at code]... in the MoEby eamag
7/15/2026 at 2:50:56 AM
There is value in splitting things. If all I ever do is local app automations, i don’t need model that knows how to code. If all I ever do is coding, i don’t need a model that translates english to slovakian.by kennywinker
7/15/2026 at 4:24:33 AM
Slovakia mentioned, let's gooo. Ehm, exactly, we can achieve better smaller models for specialized tasks rather than using compute to improve a big model that does everything. There's a lingering philosophical question if better language processing capabilities translate to better image processing capabilities (i.e. having the vocabulary and experience to properly describe an image), but I still think that identifying tasks and splitting responsibilities saves a lot of effort.by ArcHound
7/15/2026 at 5:07:57 AM
Good point! I thought you meant splitting them and then doing inference with some kind of learned router while keeping all the split models loaded at once. What you're suggesting is pretty sensible.by bigmadshoe
7/15/2026 at 7:52:13 AM
There is value in splitting things but there is also a cost. You have to train the specialized model, for that you have to know your use case, you have to hope the use case is going to be stable over time, you then have to see if you can remove english -> slovakian or coding from a model without affecting the useful parts.by Zababa
7/15/2026 at 11:26:52 AM
I enjoy doing local image generation and this is one thing that the community around that has really optimized.In some workflows you might have 20 different models doing their specialized tasks. Pose detection, hand/eye/face detailers, classifiers, refiners, up scalers, taggers, etc can all use their own models and that’s not even the including the model(s) used for the actual image generation part.
I’m interested to see the optimization when this concept gets applied to other general ai tasks.
by graysonk
7/15/2026 at 12:29:15 AM
FWIW my tests on my little puzzles suggest that it is not better than the Gemma 4 12B on SQL. It really does seem to get quite tangled up on stuff.PHP/Wordpress code seems OK (better than the Gemma) but it gets stuck in reasoning loops.
Mind you, I am something of a cynic about the underlying 27B dense Qwen; I think the 35B MoE model is often better and it is just so, so much faster.
by dofm
7/15/2026 at 2:16:28 AM
Qwen3.6-27B is the best model in that range that I’ve used for agentic coding by far. I think it’s kinda mid at everything else.by sosodev
7/15/2026 at 7:21:59 AM
Surely not that good at vision. TBH none of these 14-27b models come close to even the cheapest Gemma 2.5 flash.If these buddies are similarly bad on text, then they definitely don’t get anywhere close to big boys, no matter what the synthetic stats claim upon release.
by larodi
7/15/2026 at 12:46:36 AM
From my own experiments with local, low VRAM model use vs. what I'm used to from using Claude at work is that being good at "coding" is of no use, if you're worse at "tool calling" as coding in an agentic way requires quite a bit of tool calling.If you can "hide" different models of 8GB VRAM requirements each that have those specialties and mix and match them for me without having to manage it manually, I'll be impressed. Until then I will keep using my Claude, because "remarkably good _for their size_" models I've tried so far just sucked at trying to use them the way I code at work with Claude.
by tharkun__
7/14/2026 at 11:15:55 PM
To be fair, everything (roughly within an order of magnitude in size) is worse on vision. 12b is a beast for vision tasks, better than its bigger siblings, even.by SwellJoe
7/14/2026 at 11:38:37 PM
More to the argument that we need a model of models - one general one that calls specialists in to do what they are good at and handles that like a foreman for you.by hypercube33
7/15/2026 at 3:13:11 AM
Is that different from mixture of experts?by kaycey2022
7/15/2026 at 7:54:47 AM
Yes. A mixture of experts is a single model that activates different routes though the same weights, with the route possibly changing literally on every token. It's not experts as in a bunch of standalone models that are good at specific high-level tasks.by int_19h
7/15/2026 at 12:25:32 AM
This is somewhat akin to the "one-expert-per-query" solution Apple are using in their small foundation models I think?by dofm
7/14/2026 at 11:13:54 PM
The things it loses are all the things that google models are historically excellent at, so that's a reasonable performance. I think the take home here is that the 1 bit models are probably better, but it's not a slam dunk given advanced quantization techniques.by CuriouslyC
7/14/2026 at 11:57:22 PM
The Gemma models are so good at vision. It seems particularly important for phones. Also, they write in a much more pleasant manner than Qwen imo.by sosodev
7/15/2026 at 12:33:05 AM
I absolutely agree that Gemma 4 writes well out of the box. Free of a lot of the standard American model blog spam writing style but a little more fluid than Qwen.by dofm
7/15/2026 at 6:57:39 AM
> slightly worse on knowledge and tool callingWorse than Gemma at tool calling? Gemma's already bottom tier at that (at least when there's Qwen to compare to), that would just be unable to do tool calling at all.
by moffkalast
7/15/2026 at 8:11:08 AM
I think that depends on how you run it. Llama.cpp has several fixes for the somewhat unusual tool call semantics in Gemma 4. I don't think I have noticed any issues.by SwellJoe
7/15/2026 at 10:22:19 AM
I think it's extremely quantization and engine specific. I run Gemma4-31B at FP8 on vLLM and it's fantastic, no issues anymore[*].* I will say that early on there were a LOT of issues with the chat template, across all engines. I dunno who decided using crappy Jinja templates was a good idea, but clearly it has its limitations. In the latest version of vLLM (0.25) they've ditched the Jinja templates for an in-engine parser and I've seen no issues.
by xienze
7/14/2026 at 9:06:17 PM
4bits is a cutoff point for many model families, but also depends on what parts you quant to 4bits vs alternatives (weights, weight+activation, kv cache). Also depends on model size and task, lots of nuance in quanting I've come to learn.Good evaluation from 2024 https://arxiv.org/pdf/2402.18158
I'm currently working towards an updated version (not an og author), curious if others are aware of similar surveys, as I have yet to do a real lit search.
by verdverm
7/14/2026 at 10:15:06 PM
The key point here, I think, is not the 4-bit but the QAT — the model is trained with the objective of losing the least at 4-bit quantiZation (I am assuming it is literally about assigning numbers that quantize better).The 12B QAT model is indeed sort of mindblowing.
by dofm
7/14/2026 at 11:04:57 PM
Gemma 4 12B QAT is amazing - agents run very fast, and it's really very smart, at least in my agent's harness domain which is GNU software development - on par with frontiers like GPT Sol, DeepSeek, or Claude - Why to buy those expensive tokens if a local tiny model performs so well?by novaRom
7/15/2026 at 1:55:53 AM
What's your harness setup? I haven't had this kind of on-par success with any local LLM yet.by gwerbin
7/15/2026 at 2:19:06 AM
They’re exaggerating or have a very simple way of using these models. The Gemma 4 series, even at 31B, is nowhere near the frontier. They’re great models, but you will notice a huge difference for complex tasks.The best local agentic coding experience I’ve had so far is Qwen3.6-27B with Pi.
by sosodev
7/15/2026 at 10:35:56 AM
> They’re great models, but you will notice a huge difference for complex tasks.Yes and no. I think where frontier models really blow small models away is in how thorough they are in order to infer your intentions and how best to accomplish them. So you can tell Claude "change this code to make it do X", whereas a Qwen3.6-27B or Gemma4-31B can do the same, but you have to be a lot more thorough, i.e., "change this code to make it do X, but first, let me explain the concept of X as I see it and some notes about things to avoid or pay attention to while you're doing it." So for best success with small models you really need a big toolbelt of skills and MCPs.
by xienze
7/15/2026 at 2:27:09 AM
same with opencode, next on my evals.list are the fine tunes from big model traces, and then my own if ftuning looks reasonable cost/time wiseI have two main tasks I want to see if I can improve, coding and doc understanding/summary
by verdverm
7/14/2026 at 10:18:45 PM
I haven't dug into QAT deeply, better recovery is my understanding as well, and also that it is out of reach for most people because you have to train a model to back prop errors based on estimated error under quant.Hopefully more of the lab releases are trained under QAT so we can all benefit.
by verdverm
7/14/2026 at 10:59:16 PM
I think they did Gemma 3 QAT models and there are QAT versions of essentially all the Gemma 4 models (including DiffusionGemma).by dofm
7/14/2026 at 11:57:52 PM
I'd like to see them do a 1-bit binary version of Gemma 4 12B ;)by ckluis
7/15/2026 at 2:11:15 AM
I want 31B. The 12B 4-bit QAT is already small enough to run well enough on every device I use regularly, including phone and tablet, I don't need a 1-bit or ternary version of the 12B.But, what I really want is for Google to release bigger Gemma 4 models, particularly a bigger MoE, like a ~70B or ~120B. Gemma 4 is the best all-rounder among the models I can self-host even though I've got a 128GB Strix Halo. A 4-bit QAT version of a 70B MoE would probably be the sweet spot.
A bigger Qwen 3.6 with a 4-bit QAT version would also be welcome, as the prior bigger versions aren't notably better than 3.6 27B, but I guess Qwen is done doing larger open weights models. They did release AgentWorld recently, a post-train of the 3.6 MoE, so they're still doing some open things.
I think I want to see more third-party testing of this ternary Qwen to know if crushing it to 1.56 bits kills it; there are tons of benchmarks of Qwen 3.6 27B, so it's an ideal candidate to figure out what the extreme compression does to it.
by SwellJoe