Skip to content
Models · Aug 17, 2026

Qwen 3.8 27B released with vision, tool use, and default over-reasoning behavior

Alibaba’s Qwen lab unveils an Apache 2.0–licensed 27B-parameter vision-capable model that runs locally, but its default 'xhigh' reasoning effort often overthinks simple tasks.

Trust79
HypeLow hype

1 source · cross-referenced

ShareXLinkedInEmail
TL;DR
  • Qwen 3.8 27B is an Apache 2.0–licensed 27B-parameter vision-capable LLM from Alibaba’s Qwen lab.
  • The model defaults to 'xhigh' reasoning effort, which can cause spectacular overthinking on consumer hardware.
  • Self-reported benchmarks indicate gains over Qwen 3.6 27B and the closed-weight Qwen 3.7-Plus.
  • The 17GB Q4_K_M quantized build runs on a laptop, supports long context, tool calling, and code generation.

Alibaba’s Qwen lab released Qwen 3.8 27B, an Apache 2.0–licensed 27B-parameter vision-capable LLM. The model targets a size that can run on a reasonably specced laptop, building on the earlier Qwen 3.6 27B. Qwen’s self-reported benchmarks show improvements over both Qwen 3.6 27B and the closed-weight Qwen 3.7-Plus, which was previously one of Qwen’s strongest models.

The model defaults to an 'xhigh' reasoning effort setting intended for complex tasks, but this default causes the model to overthink even simple requests when run on consumer hardware. For example, generating a pelican SVG took 21 minutes and 22,276 reasoning tokens, producing a high-quality but unnecessary result. With reasoning turned off, the same prompt completed in just over two minutes and produced 3,715 tokens. The author recommends starting with 'low' or 'no' reasoning effort to avoid the default overthinking behavior.

Qwen 3.8 27B includes vision capabilities, tool use, and code generation. The author tested bounding box extraction for pelicans in a photograph, where the model returned accurate 0–1000 scale coordinates. The author also used the model to build a custom HTML tool for rendering bounding boxes on images, demonstrating its ability to generate functional code from a single prompt. However, the tool’s output was over-engineered due to the default reasoning setting, and disabling reasoning introduced minor bugs in the tool’s behavior.

The author evaluated the model’s ability to drive a coding agent using Pi, configuring it to call Qwen 3.8 27B via LM Studio on an NVIDIA DGX Spark. The model successfully answered a question about authentication and then generated a Python script to convert a JSONL transcript to Markdown, demonstrating practical tool use and code generation.

Performance remains a limitation: the author observed 15–30 tokens per second on high-end consumer hardware and an NVIDIA DGX Spark, which is slower than hosted API models. The author notes that Multi-Token Prediction (MTP) optimizations can improve throughput by around 72% in llama.cpp-based serving, suggesting room for further speed improvements.

The model is distributed as a 17GB Q4_K_M quantized build and supports a maximum context length of 262,144 tokens. The author emphasizes that Qwen 3.8 27B demonstrates significant progress in local model capabilities, enabling competent general-purpose use on consumer hardware without requiring datacenter-class resources.

Sources
  1. 01Simon Willison — everythingQwen 3.8 27B is excellent, but it defaults to wildly overthinking things
Also on Models

Stories may contain errors. Dispatch is assembled with AI assistance and curated by human editors; despite the trust-score filter, mistakes happen. We correct publicly — every article links to its revision history. Nothing here is financial, legal, or medical advice. Verify before relying on any claim.

© 2026 Dispatch. No ads. No sponsorships. No paid placement. Reader-supported via Ko-fi.

Built by a person who cares about honest AI news.