Back to home

Compare

Comparing: DeepSeek Adds Dashboards to Coding Agents — Chinese AI Firms Pivot to Engineering & DeepSeek 给编码 Agent 装上仪表盘 — 中国 AI 公司开始拼工程化

AEN
DeepSeekAlibaba CloudLoongSuite·

DeepSeek Adds Dashboards to Coding Agents — Chinese AI Firms Pivot to Engineering

An AI coding Agent takes 47 seconds to complete a task. How much of that 47 seconds goes to model inference, tool calls, and retry waits? DeepSeek open-sourced its coding Agent runtime Harness (DSH) this week, and Alibaba Cloud's observability team immediately built two monitoring tools for it. We've noticed that the competitive focus of Chinese large-model companies is shifting from "can the model write code" to "how stable, cheap, and traceable it runs in production."

What this is

DeepSeek Harness is DeepSeek's open-source "AI coding Agent operating system" — the model generates code, while Harness manages multi-turn conversations, schedules tools, controls permissions, and dispatches Subagents when needed to collaborate on tasks. It's distributed as an npm package, with the command-line entry point called `dsh`, and Web mode listening on 127.0.0.1:3080 by default.

Alibaba Cloud's LoongSuite is the "dashboard" for this system. Observability is originally an ops concept, focused on correlating three data types — Logs, Traces, and Metrics — to pinpoint where a system is slow or failing. In the Agent context, that translates to: did those 47 seconds go to the model or to tools? How many retries after failure? Is token consumption coming mainly from the main Agent or from subagents?

Alibaba Cloud offers two paths: a standalone installable open-source plugin that sends data over the OpenTelemetry protocol to backends like Jaeger, Tempo, and Langfuse; and another integrated into Pilot, suited for teams running Claude Code, Cursor, DSH, and other Agents side by side who need unified management.

Industry view

Supporters see this as a clear signal that Chinese AI companies have entered an "engineering phase." The willingness to invest in monitoring, billing, and debugging tools means Agents are already running in real production — only when money is being burned and things are breaking do people care where those 47 seconds actually go.

But there are plenty of sober voices. One critique is "over-engineering": most enterprises haven't even gotten their first Agent running, so talking about observability now is like debating rocket recovery before learning to spark a fire. A second concern is "ecosystem lock-in": all monitoring data ultimately lands in Jaeger, Langfuse, or Alibaba Cloud backends — the more Agents are used, the deeper the dependency on this stack, which is just another form of vendor lock-in. The third practical issue: DSH is still at 0.1.0-rc, requires Node.js 22.19.0 or above, and putting it into production means betting on an unstable open-source project.

Impact on regular people

For enterprise IT: Future AI coding tool procurement contracts will include hard metrics like "cost per thousand calls, failure rate, average latency." The era of judging by demo is ending.

For individual careers: Programmers using AI to write code may soon need to watch their Agent dashboard like they watch cloud monitoring — knowing which tasks are quietly burning money and which can be shut off.

For consumer markets: Individual users won't feel any change in the short term, but SaaS vendors' AI coding costs will become more transparent — and over time, that will show up in subscription pricing and feature tiering.

Source: juejin.cn
BZH
DeepSeek阿里云LoongSuite·

DeepSeek 给编码 Agent 装上仪表盘 — 中国 AI 公司开始拼工程化

AI 编码 Agent 跑一轮任务要 47 秒,这 47 秒里模型推理、工具调用、等待重试各占多少?DeepSeek 这周开源了编码 Agent 运行时 Harness(简称 DSH),阿里云可观测团队紧接着为它做了两套监控工具。我们注意到,中国大模型公司的竞争重心,正在从「模型能不能写代码」转向「跑起来多稳、多便宜、多可追溯」。

这是什么

DeepSeek Harness 是 DeepSeek 开源的「AI 编码 Agent 操作系统」——模型负责生成代码,Harness 负责管理多轮对话、调度工具、控制权限、在需要时派出 Subagent(子代理)协同完成任务。它以 npm 包形式分发,命令行入口叫 dsh,Web 模式默认监听 127.0.0.1:3080。

阿里云做的 LoongSuite,则是给这个系统装上「仪表盘」。可观测(Observability)原本是运维领域的概念,核心是把日志(Logs)、链路追踪(Trace)、指标(Metrics)三类数据串起来,定位「系统哪里慢、哪里出错」。放到 Agent 场景里就是:这一轮 47 秒花在模型还是工具上?失败后重试了几次?Token(模型按量计费的最小单位)消耗主要来自主 Agent 还是子代理?

阿里云提供了两条路线:一条是可以独立安装的开源插件,把数据按 OpenTelemetry(通用可观测数据传输标准)协议直接发到 Jaeger、Tempo、Langfuse 等后端;另一条集成在 Pilot 里,适合同时跑 Claude Code、Cursor、DSH 等多套 Agent 的团队做统一管理。

行业怎么看

支持者认为,这是中国 AI 公司进入「工程化阶段」的明确信号。愿意花力气做监控、计费、调试工具,说明 Agent 已经在真实业务里跑起来——只有真在烧钱、真在出问题,才会有人在乎 47 秒到底花在哪。

但也有不少冷静声音。一种批评是「过度工程化」:绝大多数企业连第一个 Agent 都还没跑通,现在谈可观测性,像还没学会点火就开始讨论火箭回收。第二种担忧是「生态绑定」:所有监控数据最终要落到 Jaeger、Langfuse 或阿里云后端,Agent 用得越多,对这套标准的依赖越深,本质是另一种形式的供应商锁定。第三个现实问题是,DSH 目前仍是 0.1.0-rc 版本,Node.js 要求 22.19.0 以上,企业真要上生产,等于在赌一个尚未稳定的开源项目。

对普通人的影响

对企业 IT:以后采购 AI 编程工具的合同里,会多出「每千次调用成本、失败率、平均耗时」这类硬指标,光看演示效果的时代正在结束。

对个人职场:用 AI 写代码的程序员,未来可能需要像看云监控一样看自己的 Agent 工作面板,知道哪些任务在悄悄烧钱、哪些可以关掉。

对消费市场:短期内个人用户感受不到变化,但 SaaS(软件订阅服务)厂商用 AI 编程的成本变得更透明,长期会反映在订阅价格和功能分层上。

Source: juejin.cn