
Qwen released their 3.8 version of their most popular 27B model. This model is extremely popular because it can be run on consumer hardware and it is a dense model, so all 27 billion parameters activate for every response. Most models these days are a Mixture of Experts (MOE) which typically only 1/10th of the parameters are active at any time.
The main purpose of MOE models is to reduce the computing demand to run them. You still need the same amount of memory to run a dense or MOE model, but you can get a lot more performance from a MOE model.
As 27B is a dense model, it punches well above it's size with it performing as good as 300B model in some cases. This makes it extremely popular for local AI users.
Qwen 3.6 27B was very popular for this reason, and Qwen never released 3.7 weights making many believe that was the last model we would be able to run ourselves. Today that changes with the 3.8 27B weights dropping on Huggingface this morning.
I ran Qwen 3.6 27B vs Qwen 3.8 27B side by side in my llmcompare benchmark. This benchark tests both models with real world problems and uses ChatGPT 5.5 to judge the results.
In my testing I found Qwen 3.8 27B to be considerably slower and use a lot more tokens to arrive at an answer, but the answers consistently were a lot better than Qwen 3.6 27B. In fact, this is one of the more impressive intelligence lifts I've seen.
Nine out of 10 results went to Qwen 3.8 27B but the answers were significantly better than Qwen 3.6 27B.
Here you can see the full summary of a 10 task run.

Qwen 3.8 27B comes in at almost 3x the tokens to achieve the answer, but an average score of 8.838 vs 6.862 is pretty significant.
Ignore the token speed, as I am running Qwen 3.8 27B on dual RTX 6000 Pros and Qwen 3.6 27B is running off openrouter. This also affects the time, if I ran both models locally Qwen 3.6 27B would been significantly faster making the time gap even larger.
Here is a breakdown one one of the tests where Qwen 3.8 27B just blew the doors off Qwen 3.6 27B but took around 600% longer to arrive at the answer.

I use a combo of 3.6 35B a3b and 3.6 27B for different things so will certainly be downloading and giving it a shot.