Qwen3.6 27B is one of the strongest models for local AI, but its extremely long reasoning traces can make inference painfully slow.
The community has tried to address this issue, but with limited success. One approach is to introduce a “thinking cap” that stops the reasoning process once the model reaches a predefined token budget. Another is to fine-tune the model on shorter, more efficient reasoning traces.
I examined both approaches in a previous article about Qwen3.5 and Qwen3.6. These approaches either performed poorly or required substantially more expensive fine-tuning.
Hopefully, Qwen3.8 27B, which is expected to be released this week, will be a more efficient reasoner.
In the meantime, BottleCap AI has released a promising custom alternative that significantly reduces the reasoning cost of Qwen3.6: ThinkingCap-Qwen3.6-27B.
ThinkingCap-Qwen3.6-27B is a post-trained version of Qwen3.6-27B. Its main improvement is behavioral: it has been trained to produce shorter reasoning traces before delivering an answer.
The model also tends to generate shorter final responses. According to BottleCap AI, this behavior emerged during training alongside the reduction in reasoning length.
In this article, I evaluate the model’s accuracy and token efficiency across several tasks. I compare it with the original Qwen3.6 and another model known for its efficient reasoning, Gemma 4 31B IT.
All three models are evaluated using exactly the same evaluation settings, with their recommended hyperparameters, making the results directly comparable. Every number reported here comes from my own testing.
I also examine the model’s reasoning stability. In particular, is ThinkingCap-Qwen3.6-27B less prone to excessively long or seemingly endless reasoning than the original Qwen3.6?

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.