跳到主内容
@wquguru
精选78Tomasz Tunguz(RSS)产品与增长

本地小模型如何媲美云端大模型:Qwen 实测对比

Birds Don't Fly Like Planes. Neither Does AI.

原文
发到 X
推荐理由

创业者若在选型本地 vs 云端模型,这篇给了可复现的对比方法和具体数据(质量、延迟、token 消耗),能直接帮你判断是否值得为成本换延迟。

Your laptop can now run a model as capable as nearly anything in the cloud. I swapped Qwen3.8-27B into my agent & it works brilliantly. This bird flies differently than a plane.

This little Qwen model ranks #1 of 135 models, scoring 52 on Artificial Analysis’s Intelligence Index, a point above GLM-5.2, the state-of-the-art open-source model from Z.ai, at 753b parameters.1 A laptop model beats a recognizable, frontier-class cloud peer roughly 28 times its size.

How does a bumblebee achieve the same flight as an airliner? Bigger models can store more knowledge, so they can skip straight to an answer, like an expert in many different fields. Smaller models don’t have as much memorized, so they must reason more, almost from first principles, to close that gap.2

I saw this firsthand when benchmarking the DeepSeek V4 cloud model against two local models. I compared them on the same work, 25 venture-capital tasks (researching startups, summarizing articles, transcribing podcasts), scored by a judge model.3

Qwen3.8-27B is dense : it uses every chapter in the book on every question. Book skimmers DeepSeek & Qwen 3.6 35b (another local model I threw into the test), flips only to the relevant chapters for a question.4

modelquality /9tok/savg tokensavg latency
deepseek-v4-flash (plane)8.0137.31591.1s
qwen3.8-27b (bumblebee)8.051.93697.2s
qwen3.6-35b-a3b (hummingbird)7.9113.41,14310.0s

These models provide identically good answers. But the speed varies. The local Qwen 35b shreds at top speed, but needs to think about 7.2x more than the cloud model, crossing the line 9 seconds after DeepSeek. The newest Qwen model is three seconds faster, & the cloud is 6 seconds faster yet.

The cloud model jumps to the right answer ; the local models contemplate & debate internally at different rates of speed & accuracy.

For example : on one triage task, the 35B spent 993 tokens to produce six words, “Classification: Scheduling / Action: Respond.” 1000 tokens of deliberation before the response is a hummingbird’s sprint to a honeysuckle. The bumblebee needed 369 thinking tokens, buzzing along at half the speed.

Local models can achieve the same result as cloud models, but they’ll take a different flight path to get there.

  • Artificial Analysis ranks the incumbent here, Qwen3.8-27B, #1 of 135 models on the Intelligence Index, scoring 52, a point above GLM-5.2’s 51, a 753b-parameter frontier model Z.ai shipped two months earlier. The same page ranks it #23 of 135 on output tokens per task, 160M weighted tokens against a class median of 43M. Intelligence rank & verbosity rank move independently, & that’s the trade this whole post is about. ↩︎
  • The imitation-gap explanation. Smaller models produce fluent chain-of-thought that’s more likely to drift logically inconsistent, because they have a sparser map of nearby correct examples to draw on once forced off the direct path to an answer. See Chain of Thought in Large Language Models: Elicited Reasoning or Constrained Imitation? I covered the general shape of this tradeoff, trading inference-time compute for capability, in When Models Learn. ↩︎
  • Method. 25 venture-capital tasks (researching startups, summarizing articles, transcribing podcasts) drawn from my own agent queue. A separate judge model, deepseek-v4-pro, scored outputs blind on completeness, accuracy & conciseness, 3 points each for 9 total. max_tokens was 4096 for every run. Both local models were served through Ollama on the same MLX runtime, so the comparison isn’t confounded by runtime differences. I established the judge’s noise floor by re-scoring identical outputs, which returned a mean absolute difference of 0.16. ↩︎
  • Qwen3.6-35B-A3B is a 35b parameter model with 3b active parameters per token, a sparse mixture-of-experts architecture, 256 total experts with 8 routed & 1 shared active per token. Per Qwen’s model card on Hugging Face & vLLM’s model recipe. ↩︎

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近