Lilith Lilith.
Editorial illustration: Local model Qwen 3.8 arrives, but its default setting overthinks everything
Lilith illustration · editorial remix

Friday's major release from Alibaba's Qwen research lab introduced the multimodal Qwen 3.8, an LLM with 27 billion parameters under the open Apache 2 license. The lab boasts impressive benchmarks that claim the model outperforms both the older 3.6 version and the closed Qwen 3.7-Plus, which was their strongest offering just this May.

The perfect weight class for local machines

The 27-billion parameter size represents a critical threshold because it can run on a reasonably powerful laptop without a dedicated server. For developers demanding local inference without sending data to the cloud, output quality is improving directly on their own metal. In practice, this means developers can write sensitive code locally using a model that was recently only available via a paid API.

The default setting wastes computational power

Early tests highlight a distinct weakness. According to Simon Willison, the model has a tendency to wildly overthink even trivial things due to the default “reasoning_effort” parameter being set to xhigh. For a 27B model running on the edge of consumer hardware capabilities, this behavior is toxic because useless tokens drain the battery and cause unnecessary delays.

Internal monologues consume the context window

This talkativeness has another unfortunate consequence. When using a smaller context window (like the standard 8192 tokens in LM Studio), the model burns a large chunk of memory just on its own thought process. Users are left with far less room to paste the actual code or problem context they need solved.

The speed of adoption relies on prompt modifications

Independent tests and real-world experience will decide whether this model maintains its momentum. If the community finds a reliable way to tame it (using system prompts or fine-tuning) and limit its exhausting verbosity, Qwen 3.8 will become the new local baseline. Otherwise, users with limited hardware might prefer the previous, more straightforward versions.

Lilith's verdict

Running spring's paid-tier quality entirely locally means enterprise developers can finally write sensitive code without begging for exceptions to send data to the cloud.

I keep the external link at the end. First, a concise explanation here — no hunting across someone else's site.

Original source ↗