BottleCap AI Releases ThinkingCap-Qwen3.8-27B: 37.2% Fewer Thinking Tokens at a 0.86pp Accuracy Cost BottleCap AI released ThinkingCap-Qwen3.8-27B, a fine-tune of Qwen3.8-27B that cuts thinking tokens by an average of 37.2% across 12 benchmarks while macro-average accuracy falls 0.86 percentage points, from 86.65% to 85.79%. The model drops in for Qwen3.8-27B on vLLM or SGLang with FP8, NVFP4, GGUF and MLX builds, and the most expensive trade is AIME 2026, where accuracy falls 3.85pp (98.13% to 94.27%) for 30.2% less thinking. BottleCap recommends reasoning_effort=xhigh for the best accuracy-to-token balance, and commercial use beyond the small-business license requires a BottleCap agreement. BottleCap AI has released ThinkingCap-Qwen3.8-27B https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B , the second model in its ThinkingCap series. It is a fine-tune of the Qwen team’s Qwen3.8-27B https://huggingface.co/Qwen/Qwen3.8-27B with one narrow goal: shorter reasoning traces. Across 12 benchmarks, it spends 37.2% fewer thinking tokens on average. Macro-average accuracy moves from 86.65% to 85.79%, a 0.86pp drop. Deployable? Yes. It drops in for Qwen3.8-27B on vLLM or SGLang, with FP8, NVFP4, GGUF and MLX builds. The repo is gated, and commercial use beyond the small-business license needs a BottleCap agreement. What Problem Does ThinkingCap Target? Reasoning models often spend more thinking tokens than a question needs. BottleCap’s position is that many of those extra tokens do not change the final answer. The first release in the series https://bottlecapai.com/post/thinkingcap-qwen3-6-27b/ applied this idea to Qwen3.6-27B. The objective this time was deliberately conservative. BottleCap did not try to add knowledge or change answer style. Reasoning ability, instruction following and safety behaviour were meant to pass through untouched. The research team also focused harder on math, reasoning, long-context and agentic benchmarks. Benchmark Results at xhigh Effort All main numbers use reasoning effort=xhigh , the chat template default. Every benchmark gets shorter, with cuts ranging from 10.7% to 65.5%. Knowledge and multilingual tasks shrink the most. MMMLU drops 65.5% 1,656 to 571 tokens and MMLU-Pro drops 57.3%. GPQA-Diamond falls from 12,772 to 7,267 tokens, a 43.1% cut. IFBench thinks 46.4% less with accuracy nearly flat 79.75% to 79.71% . Long-context retrieval improves. AA-LCR accuracy rises 2.25pp, from 81.75% to 84.00%, with 38.6% fewer thinking tokens. LiveCodeBench v6 edges up 0.07pp while thinking 20.3% less. Agentic results hold close to the base. τ²-bench gives up 1.01pp for a 30.9% cut. Terminal-Bench 2.1 loses 0.56pp, well inside its ±4.26 interval, for a 10.7% cut. The most expensive trade is AIME 2026. Accuracy falls 3.85pp, from 98.13% to 94.27%, for 30.2% less thinking. Please note that the 37.2% figure is the mean of the 12 per-benchmark reductions. Pooled mean thinking tokens fall from 15,735 to 12,144. BottleCap also reports a budget curve. Under a 16K-token cap per response, ThinkingCap scores higher than the base model. Truncated traces fall from 0.51% to 0.34%, and looping from 0.06% to 0.05%. How It Interacts With the Effort Dial Qwen3.8-27B exposes a reasoning-effort setting, and the compression stacks with it. All deltas below compare against the base model at xhigh, averaged over 11 benchmarks. At medium, the base model cuts 52.1% of thinking for -9.16pp. ThinkingCap cuts 60.2% for -9.90pp. At low, the figures are -55.4% and -9.71pp for the base, versus -62.3% and -10.79pp for ThinkingCap. With thinking off, ThinkingCap trails the base by 5.7pp. BottleCap team recommends xhigh for the best accuracy-to-token balance. It says individual thinking modes will get attention in a future release. How the Evaluation was Run Both models ran through the same harness on one NVIDIA H200 with vLLM 0.29.0. Sampling was identical: temperature 1.0, top p 0.95, top k 20, min p 0.0. Multi-seed accuracy is the mean with a 95% interval. Seeds range from 32 on AIME 2026 to 1 on MMLU-Pro and MMMLU. MMMLU uses a fixed 10,000-question sample; the other 11 benchmarks run complete sets. MTP speculative decoding 3 draft tokens was measured as accuracy-neutral on AIME 2026. It accepted 53% of drafted tokens, about 2.6 tokens per step, matching the base model. Deployment: Builds, Serving and License The bf16 checkpoint has 28B parameters and accepts image and text input. BottleCap publishes 5 quantized builds: - FP8 https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B-FP8 : 31 GB, vLLM, Hopper and Blackwell. - NVFP4 weight-only https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B-NVFP4 : 21 GB, vLLM, Hopper Marlin kernel and Blackwell. - NVFP4 W4A4 AWQ https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B-NVFP4A4-AWQ : 23 GB, Blackwell only. - GGUF https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B-GGUF : 16 to 55 GB, for llama.cpp, LM Studio and Ollama. - MLX 4-bit DWQ https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B-MLX-4bit-DWQ : 21 GB, for Apple Silicon Macs with 32 GB. Serving uses the base model’s recipe: --reasoning-parser qwen3 with the qwen3 xml tool-call parser on vLLM. Thinking returns in a separate reasoning field. The license https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B/blob/main/LICENSE is PolyForm Small Business 1.0.0 plus a BottleCap personal-use grant. Upstream Qwen materials stay under Apache-2.0. Hugging Face lists no inference provider hosting the model yet. Key Takeaways - 37.2% fewer thinking tokens on average across 12 benchmarks. - Macro accuracy drops 0.86pp, from 86.65% to 85.79%. - AA-LCR long-context accuracy rises 2.25pp; AIME 2026 falls 3.85pp. - Drop-in for Qwen3.8-27B: same sampling, same vLLM or SGLang flags. - Gated weights under PolyForm Small Business; commercial use needs a license. Check out the technical blog https://bottlecapai.com/post/thinkingcap-qwen3-8-27b/ and model weights https://huggingface.co/bottlecapai/ThinkingCap-Qwen3.8-27B . All credit goes to the researcher of this project. Also, feel free to follow us on Twitter https://x.com/intent/follow?screen name=marktechpost and don’t forget to join our 150k+ML SubReddit https://www.reddit.com/r/machinelearningnews/ and Subscribe to our Newsletter https://magic.beehiiv.com/v1/f5e63dd4-5653-4f09-83e2-321a8b1ba526?email={{email}} . Wait are you on telegram? now you can join us on telegram as well. https://t.me/machinelearningresearchnews Need to partner with us for promoting your GitHub Repo OR Hugging Face Page OR Product Release OR Webinar etc.? Connect with us https://forms.gle/MJjjVDPS7whH8Ngs6 Michal Sutter is a data science professional with a Master of Science in Data Science from the University of Padova. With a solid foundation in statistical analysis, machine learning, and data engineering, Michal excels at transforming complex datasets into actionable insights.