Daily AI Catchup
LlmsReasoningAgentsAlibabaOpen-Source

Qwen 3.8 Introduces Multi-Token Reasoning and Advanced Agent Execution

Qwen 3.8, based on Qwen 3.5's architecture, introduces reasoning_effort settings that allow users to adjust inference-time reasoning depth. It improves performance on coding and long-horizon agent tasks with better task completion reliability. The model supports deployment on SGLang and vLLM with robust integration into existing tooling.

Why it matters

💻 Developer · reasoning_effort settings let you dial in cost vs. quality per request. For routine tasks, use low reasoning; for hard problems, crank it up. This is cheaper than running separate models.

📦 Product · Tunable reasoning means you can optimize for latency on simple requests and accuracy on complex ones. Reduces the need to offer multiple SKUs of models.

🎨 Design · Variable reasoning depth enables adaptive UI—show users how confident the model is and let them request deeper reasoning when it matters.

📈 Business · Another sign that token-based pricing is shifting toward reasoning-based pricing. Model economics are becoming more granular and harder to predict without testing.

🤔 Just Curious · Adjustable reasoning depth is a fundamental shift from static 'capability buckets' to continuous cost-quality tradeoffs. It mirrors how humans actually think—you reason harder when stakes are high.

Sources: Qwen3.8-2.4T-A95B