Qwen 3.8 27B Launches with Vision Support and a 262K Context Window—But Its Default Settings Cause Massive Overthinking
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.
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
Alibaba's Qwen Releases Qwen-Drive-1.0-4B, a Unified VLM for Autonomous Driving Perception and Planning
Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a 4B-parameter vision-language model built on Qwen3.5 that unifies 3D perception, driving question answering, and motion planning in one framework. The model reports strong open-loop, pseudo-closed-loop, and closed-loop driving benchmark results while claiming minimal loss of general vision-language ability.
Alibaba Open-Sources Qwen3.8-2.4T-A95B, Its First Qwen-Max-Class Model With Public Weights
Alibaba's Qwen team released Qwen3.8-2.4T-A95B on August 12, 2026, the open-weight version of Qwen3.8-Max and the first Qwen-Max-class model made publicly available. The 2.4 trillion-parameter mixture-of-experts model activates only 95 billion parameters per token and supports context windows up to 1 million tokens.
AllSpark's Iris-mini and Iris-pro Top Open-Weight Search Agent Benchmarks
Chinese lab AllSpark has released Iris-mini and Iris-pro, two open-weight search agents built on Qwen3 models that claim the top spot among open-weight systems in their size classes on four research benchmarks. The release includes model weights, an agent harness, and evaluation code, with training pipelines to follow.
Tencent Open-Sources AuK, a 1.5B-Parameter Speech Generation and Editing Model
Tencent has open-sourced AuK, a 1.5B-parameter foundation model for speech generation and editing that handles TTS, content editing, and audio enhancement through natural-language instructions. The release includes a distilled AuK-Flash variant for 4-step fast inference, both under MIT license.
Comments
Loading...