返回首页

对比阅读

对比阅读:Qwen Makes Thinking Depth Adjustable — Alibaba Lets LLMs Allocate Compute On Demand 与 Qwen 把思考深度做成可调档位 — 阿里让大模型开始按需分配算力

AEN
QwenAlibabareasoning models·

Qwen Makes Thinking Depth Adjustable — Alibaba Lets LLMs Allocate Compute On Demand

This week, Alibaba's Tongyi Qianwen (Qwen) has dominated developer discussions—and we think it matters. A new release lets users set different "thinking depths" for the model. Simple questions get less thinking and faster responses; complex questions get more time to reason. The large model is shifting from "on or off" to "adjustable."

What this is

Over the past year, most mainstream models have treated "thinking" (i.e., the reasoning chain—the step-by-step logic the model runs before answering) as a switch: use QwQ or o1 for "thinking mode," use the standard version for "non-thinking mode." Qwen's approach is more like a dial—developers can manually specify how much compute the model spends on reasoning, calibrated to task difficulty.

Industry view

Supporters argue this matches reality: humans don't deliberate over every problem, and buying soy sauce doesn't require a thesis. What Alibaba offers is "on-demand allocation" flexibility—enterprises can tune costs by scenario. The skepticism is real: some developers question whether the actual differences between thinking tiers are as significant as advertised, and layering in another configuration adds burden on the API caller. The deeper risk: "thinking" itself remains a black box (users see the output, not the process), and the more tiers, the harder the debugging.

Impact on regular people

For enterprise IT: compute costs become predictable, and budgets can be tuned to business scenarios. For working professionals: when using an AI assistant, you may notice that sometimes answers come fast but shallow, sometimes slow but more accurate. For consumer markets: future C-end (consumer-facing) AI subscriptions may be tiered by "thinking depth"—basic tiers cheap, professional tiers expensive.
BZH
通义千问Qwen阿里·

Qwen 把思考深度做成可调档位 — 阿里让大模型开始按需分配算力

阿里通义千问(Qwen)这周在开发者社区被反复讨论:一个新版本让用户可以为模型设置不同的「思考深度」。简单问题让模型少想、快回;复杂问题让它多花时间推理。这件事值得关心——大模型正从「开或关」变成「可调节」。

这是什么

过去一年,大多数主流模型把「思考」(即推理链,模型给出答案前先做一步步逻辑推演)做成开关:用 QwQ、o1 是「思考模式」,用普通版本是「非思考模式」。Qwen 的做法更像一个旋钮——开发者可以根据任务难度,手动指定模型花多少算力去推理。

行业怎么看

支持者认为这符合现实:人类解决问题也不总是深思熟虑,买酱油不需要写论文。阿里给的是「按需分配」的灵活度,企业可以按场景调配成本。反对意见同样存在:有开发者质疑,思考档位之间的实际差异不如宣传明显,且需要在产品设计里再加一层配置,对调用方是负担。更深层的风险是——「思考」本身仍是黑箱(用户能看到输出,看不到过程),档位越多,调试越复杂。

对普通人的影响

对企业 IT:算力成本可预测,可以根据业务场景精细调配预算。对个人职场:用 AI 助手时可能感觉到,有时答得快但浅,有时答得慢但更准。对消费市场:未来 C 端(面向普通消费者的)AI 订阅可能按「思考深度」分层定价——基础档便宜,专业档贵。