返回首页

对比阅读

对比阅读:Zhipu Slashes AI Coding to 4 Cents—Price Isn't News, the Threshold Shift Is 与 智谱把 AI 写代码打到 4 分钱一次:价格不是新闻,门槛转移才是

AEN
ZhipuGLM-5.3-FlashAI-coding-tools·

Zhipu Slashes AI Coding to 4 Cents—Price Isn't News, the Threshold Shift Is

Zhipu's GLM-5.3 Flash went open-source this week—and a frontend developer ran four real tasks through it, with a total bill of RMB 0.04. This isn't the tired "AI is cheaper again" story; it's the first time the industry has clearly seen the threshold shift: for coding AI, the barrier has moved from "whether to use it" to "whether you can judge what it produces."

What this is

GLM-5.3 Flash is last week's anonymous model Ox-Alpha—netizens nicknamed it "Ox Comes" (牛来)—that dominated call volume on OpenCode and OpenRouter, with all test traffic running on domestic chips. Zhipu only officially claimed it this week.

Rather than chasing benchmark scores, one frontend developer pulled four tasks straight from their daily workflow: diagnosing a race-condition bug, writing a concurrency controller from scratch, reviewing React code, and diagnosing a layout issue from a screenshot. Three exceeded expectations, one was passable—the model missed one layout bug but tacked on an unexpectedly useful meta-observation (suggesting first to check whether the CSS is 404ing and whether build artifact versions match).

Total bill: RMB 0.04. Monthly framing makes it concrete—50 such tasks per day costs less than a cup of bubble tea. The same output volume fed to Claude Opus 4.8, priced by output, runs roughly 300 times more.

Industry view

The price collapse has already happened; what our editors care about is the threshold shift. This developer put it clearly: when a complete frontend task costs a single cent, "use AI or not" stops being the barrier—the barrier becomes "can you judge what it gives you." If you can't tell that "serial guards are a root fix, debouncing is just an optimization," you'll ship the debounce as a fix. If you can't catch Date.now() entering a dependency array as an infinite loop, you can't merge the change no matter how correct the model's code looks.

But the boundaries are clear too. "Fast" for Flash refers to price and throughput, not wait time—a single call takes 1–2.5 minutes, output around 48 tokens/sec, slowed by reasoning (79% of output is thinking tokens). Visual capability was rated by the tester as "roughly a one-year-experience colleague"—don't expect eagle eyes. Cheap doesn't mean all-powerful, and it certainly doesn't mean you can trust it blindly—the cost floor has collapsed, but the capability ceiling is still there.

Impact on regular people

  • For enterprise IT: single-call cost has dropped below the tiered-approval threshold; AI coding tool procurement is shifting from "project initiation" logic to "utilities bill" logic.
  • For individual careers: junior roles' value of "code output volume" is being diluted; "judgment and trade-offs" becomes the scarcer skill—this is the real-world footnote to the article's closing line: "the cheaper tools get, the more expensive the human parts become."
  • For the consumer market: open-source + low-price + running on domestic chips means Chinese models' penetration of the developer ecosystem is moving from "usable" to "actually used."
来源: juejin.cn
BZH
智谱GLM-5.3-FlashAI编程工具·

智谱把 AI 写代码打到 4 分钱一次:价格不是新闻,门槛转移才是

智谱 GLM-5.3 Flash 这周上线开源——一个前端用它跑了 4 个真实任务,总账单人民币 4 分钱。这不是「AI 又便宜了」的旧故事,而是行业第一次清楚地看到:编程 AI 的门槛,已经从「用不用」转移到了「会不会判」。

这是什么

GLM-5.3 Flash 就是上周在 OpenCode 和 OpenRouter 刷调用量、被网友叫「牛来」的匿名模型 Ox-Alpha,测试流量全程跑在国产芯片上,本周才被智谱正式认领。

一位前端没去刷跑分题,从自己日常里抽出 4 件活原样扔过去:竞态 bug 诊断、从零写并发控制器、React 代码评审、截图诊断布局问题。三个超预期,一个及格——漏判一个布局 bug 后补了意外有用的元观察(建议先查 CSS 是否 404、构建产物版本是否一致)。

总账单:人民币 4 分钱。换算成月更直观——每天扔 50 个这种任务,月账单不到一杯奶茶。同样的输出量喂 Claude Opus 4.8,按输出价实测差距约 300 倍。

行业怎么看

价格塌方已经发生,编辑部更关心的是门槛的转移。这位开发者写得很清楚:当一个完整的前端任务只要 1 分钱,「用不用 AI」就不再是门槛——门槛变成「你能不能判断它给的东西」。分不清「序号守卫是根治、防抖只是优化」,就会把防抖当修复上线;评审不出 Date.now() 进依赖数组是死循环,模型写得再对也不敢合。

但边界也很清楚。Flash 的「快」指的是价格和吞吐,不是等待时间——单次调用 1-2.5 分钟,输出约 48 token/秒,慢在推理(79% 输出是思考 token)。视觉能力被测试者评为「大概一年经验同事水平」,别指望火眼金睛。便宜不等于全能,更不等于可以无脑信任——成本结构塌了,能力天花板还在。

对普通人的影响

  • 企业 IT:单次调用成本已落到分级审批门槛以下,AI 编程工具的采购从「项目立项」逻辑变成「水电费」逻辑。
  • 个人职场:初级岗位的「代码产出量」价值正在被稀释,「判断与取舍」变成更稀缺的能力——这正是文章结尾那句「工具越便宜,人值钱的部分越贵」的现实注脚。
  • 消费市场:开源 + 低价 + 国产芯片运行,意味着国产模型在开发者生态的渗透从「能用」进入「真用」阶段。
来源: juejin.cn