Back to home

Compare

Comparing: DeepSeek Exposes a Muddled Account: 99% of AI Costs Go to Invisible Inputs & DeepSeek 晒出一笔糊涂账:99% 的 AI 成本花在了看不见的地方

AEN
DeepSeekVolcengineByteDance·

DeepSeek Exposes a Muddled Account: 99% of AI Costs Go to Invisible Inputs

A small "analyze the source code" task — the AI ran for nearly six minutes and burned 1.15 million tokens. The bill hides an uncomfortable truth: 99% of the cost is invisible input. Volcengine (ByteDance's cloud service) this week released a debugging plugin for DeepSeek, laying this account bare in front of developers. What we care about is not the tool itself, but the trend it exposes: in the Agent era (the paradigm where AI autonomously completes multi-step tasks), the cost black hole hides in repeatedly read files and stacked conversation histories.

What This Is

Volcengine released a debugging plugin for tracking AI Agents (AI that can autonomously call tools and complete multi-step tasks): TLS for DeepSeek Harness. It logs every AI thought, file read, and command execution — equivalent to installing a dashcam on the AI.

The tool itself is straightforward; the real story is the execution bill attached to it: asking the AI to analyze a piece of source code took nearly six minutes, consumed 1.15 million tokens (the unit for measuring processed text), of which 1.03 million were input context — input was 99 times the output.

Industry View

Supporters argue that for Agents to enter enterprise production environments, they must be observable and accountable. This is a necessary step in AI engineering.

But cooler heads are pushing back. Senior developers caution that observability tools themselves generate new complexity — a single failure can originate from the model, the context, the tools, or the environment, with none of the convenience of traditional software's "read the stack trace to locate the issue" workflow. The cost-side risk is more concrete: at DeepSeek's public pricing, a few yuan per task looks cheap, but enterprises running thousands of calls per day could see monthly bills quietly cross five figures — and no one is sounding the alarm in advance.

Impact on Regular People

For enterprise IT: a new "cost dashboard" is required. Traditional software charges per seat; AI burns money per token. Without usage monitoring, month-end reconciliation can deliver a nasty shock.

For individual professionals: people who know how to "tame" AI become more valuable. Those who can break down tasks and control context length can compress the same job from a few yuan down to a few cents.

For the consumer market: free AI assistant products may quietly shrink — either capping conversation rounds or stealthily degrading response quality.

Source: juejin.cn
BZH
DeepSeek火山引擎字节跳动·

DeepSeek 晒出一笔糊涂账:99% 的 AI 成本花在了看不见的地方

一次'分析源码'的小任务,AI 跑了近 6 分钟烧掉 115 万 Token,账单里藏着让人意外的真相:99% 的成本是看不见的输入。火山引擎(字节跳动云服务)本周发布的 DeepSeek 调试插件,把这笔账摊在开发者面前。我们关心的不是工具本身,而是它揭示的趋势:Agent 时代(让 AI 自主完成多步任务的范式)的成本黑洞,藏在反复读取的文件和堆叠的对话历史里。

这是什么

火山引擎发布了一款追踪 AI Agent(能自主调用工具、多步完成任务的 AI)的调试插件 TLS for DeepSeek Harness。它把 AI 的每一次思考、读文件、执行命令都记录下来,相当于给 AI 装了行车记录仪。

工具本身不复杂,文章真正的看点是附带的一份执行账单:让 AI 分析一段源码,耗时近 6 分钟,消耗 115 万 Token(处理文字的计量单位),其中 103 万是输入上下文 — 输入是输出的 99 倍。

行业怎么看

支持方认为,Agent 要进入企业生产环境就必须能观测、能算账,这是 AI 工程化的必经一步。

但冷静的声音也在。资深开发者提醒,可观测工具本身就在制造新复杂度 — 一次失败可能来自模型、上下文、工具或环境中的任何一环,没有传统软件那种'看堆栈就能定位'的便利。成本端的隐患更现实:按 DeepSeek 公开定价,单次任务几元看似便宜,但企业每天跑几千次调用,月度账单可能悄悄突破五位数,而没人会提前打预防针。

对普通人的影响

对企业 IT:需要新的'成本仪表盘'。传统软件按席位收费,AI 按 Token 烧钱,没有用量监控,月底对账可能被吓到。

对个人职场:会'调教'AI 的人更值钱。懂得拆任务、控制上下文长度的人,能把同样一份工作从几块钱压到几分钱。

对消费市场:免费 AI 助手类产品可能悄悄缩水,要么限制对话轮次,要么暗中降低响应质量。

Source: juejin.cn