model release

Qwen 3.8 27B Launches with Vision Support and a 262K Context Window—But Its Default Settings Cause Massive Overthinking

TL;DR

Alibaba's Qwen research lab has released Qwen 3.8 27B, an Apache 2.0 licensed, vision-capable model with a 262,144-token context window. Independent testing found the model's default 'xhigh' reasoning setting causes it to massively overthink simple prompts, turning quick tasks into 20-minute ordeals.

3 min read
0

Qwen 3.8 27B Launches with Vision Support, But Its Default Reasoning Setting Causes Severe Overthinking

Alibaba's Qwen research lab has released Qwen 3.8 27B, an Apache 2.0 licensed, vision-capable large language model with a 262,144-token maximum context window. The 27-billion-parameter model is designed to run on consumer hardware, and independent testing by developer Simon Willison confirms it performs well at that size—but flags a significant usability problem with its default configuration.

According to Qwen's own documentation, the model ships with three reasoning-effort settings: xhigh (default), medium, and low. The xhigh setting is described by Qwen as intended "for complex tasks demanding thorough analysis," but Willison found it applies that same exhaustive reasoning even to trivial requests.

In one test, asking the model to generate an SVG of "a pelican riding a bicycle" at the default xhigh setting took 21 minutes and consumed 22,276 reasoning tokens to produce just 3,223 tokens of final output. Running the identical prompt with reasoning disabled took 137 seconds (about 2 minutes) and produced 3,715 tokens—roughly a 9x speedup.

The overthinking problem was more pronounced on simpler prompts. Asked to "draw an svg of a circle," the model's reasoning trace spiraled into deliberations about color palettes, Bauhaus aesthetics, and ambient animation techniques before eventually producing an elaborate animated circle graphic—not what was requested, and only after several minutes of unnecessary deliberation.

Qwen's self-reported benchmarks claim the 27B model outperforms both its predecessor, Qwen 3.6 27B, and the larger closed-weight Qwen 3.7-Plus model, which the company had positioned as one of its strongest offerings as recently as May 2026. These benchmark figures come directly from Qwen and have not yet been verified by independent third-party evaluations.

Willison tested the model using LM Studio's 17GB Q4_K_M quantized build on two machines: a 128GB M5 Max MacBook Pro and an NVIDIA DGX Spark. He noted that LM Studio's default context limit of 8,192 tokens caused the model to exhaust its entire budget on reasoning alone for even mundane prompts—a problem that disappeared once the context was raised to the model's full 262,144-token maximum.

The model also performed well on vision tasks, according to Willison's testing, including bounding-box detection on photographs—a capability he has used to evaluate prior Qwen releases.

Separately, Alibaba released a much larger sibling model, Qwen 3.8 2.4T-A95B, the same week. Willison ran the same pelican-on-bicycle SVG prompt through that model via OpenRouter and received a more polished animated result, though pricing and specifications for that larger model were not detailed in this report.

What this means

Qwen 3.8 27B appears to be a capable model for its size class, with strong SVG generation and vision capabilities that rival closed alternatives, based on early hands-on testing. But the default xhigh reasoning setting is a significant deployment trap for anyone running the model locally: it can turn a two-minute task into a 21-minute one without any improvement in output quality on simple prompts. Developers evaluating or deploying this model should explicitly set reasoning effort to low or disable it entirely for anything but genuinely complex tasks, and should not rely on the out-of-box configuration. Independent benchmark verification of Qwen's performance claims against Qwen 3.6 27B and Qwen 3.7-Plus is still pending.

Related Articles

model release

Alibaba Releases Qwen3.8 Open-Weight Models Under Apache 2.0, Including 27B Multimodal Model with 262K Native Context

Alibaba's Qwen team has released open weights for Qwen3.8, including a 27-billion-parameter multimodal dense model with 262,000 tokens of native context. The models ship under the Apache 2.0 license and are available on Hugging Face and ModelScope.

model release

Alibaba Releases Qwen3.8-27B-FP8, a 27B Dense Vision-Language Model with 1M-Token Context

Alibaba's Qwen team has released FP8-quantized weights for Qwen3.8-27B, a 27-billion-parameter dense vision-language model with native 262,144-token context extensible to 1 million tokens. The model claims gains over its Qwen3.6 and Qwen3.7 predecessors on coding, agentic, and multimodal benchmarks.

model release

Alibaba Releases Qwen3.8-27B, a Dense Vision-Language Model with 1M-Token Context

Alibaba's Qwen team has released Qwen3.8-27B, a 27-billion-parameter dense vision-language model with 262,144-token native context extensible to 1 million tokens. The model shows gains over Qwen3.6-27B and Qwen3.7-Plus across coding, agentic, and multimodal benchmarks, according to Alibaba.

model release

Alibaba Releases Qwen3.8-2.4T-A95B-FP8: 2.4T-Parameter Open Model with 1M-Token Context

Alibaba's Qwen team has released Qwen3.8-2.4T-A95B-FP8, an open-weight, FP8-quantized MoE model with 2.4 trillion total parameters and 95 billion activated per token. It natively supports 262,144 tokens of context, extensible to 1,010,000, and forms the base for the hosted Qwen3.8-Max API.

Comments

Loading...