Back to home

Compare

Comparing: DeepSeek 上线'插件外壳'一周冒出 900 个插件 — 中国 AI 公司押注生态 & DeepSeek 上线'插件外壳'一周冒出 900 个插件 — 中国 AI 公司押注生态

AEN
DeepSeekHarnessPlugin Ecosystem·

DeepSeek 上线'插件外壳'一周冒出 900 个插件 — 中国 AI 公司押注生态

DeepSeek open-sourced a tool called Harness this week. Within seven days, community plugins under the dsh-plugin tag on GitHub have surpassed 900. What we care about more is the signal behind this number: the competitive focus of large model companies is quietly shifting from "whose model is smarter" to "who can wrap a more capable shell around the model."

What This Is

Harness (codename "Black Whale") is not a new model — it's an "execution layer" that wraps around large models. Think of it as a mobile OS: the AI brain is the chip, Harness is the system, and the various "plugins" are Apps installed on it. Its official slogan is "everything is a plugin": read files, write documents, send commands, operate other software — all assembled by plugins. Unlike most AI tools, Harness runs locally on your machine by default, with data never leaving the device — a plus for enterprise-sensitive data. The tradeoff: you need Node.js 22.19 or higher as a runtime, which is a non-trivial barrier.

Industry View

On the positive side, 900 plugins emerging in a week proves developers voted with their feet — this isn't a PowerPoint concept, it has a real ecosystem. Harness puts official and user plugins on completely equal footing, an approach aligned with Anthropic's MCP (Model Context Protocol, a standard for connecting models to external tools), but more open-source and more aggressive.

But we have to be honest about several risks. First, the cost of "everything is a plugin" is supply chain exposure — any third-party plugin can execute commands, and installing more means opening more backdoors on your machine; the article itself mentions security notes without elaborating. Second, the localization deployment threshold is high; most people who can actually use it are still programmers — the "everyone can write plugins" pitch remains at the marketing level. Third, without a strong model underneath, even the slickest shell is an empty husk; whether DeepSeek's model competitiveness can sustain this ecosystem remains to be seen.

Impact on Regular People

For enterprise IT: Internal automation scripts theoretically let non-technical roles "assemble" custom tools, but TypeScript knowledge is still required today. Real rollout to business units will likely take another year or two.

For individual careers: Mechanical work like daily status reports and weekly summaries will likely be partially taken over by AI within six months — the article's example of "reading yesterday's to-dos to generate today's draft report" is a textbook case.

For the consumer market: In the short term, ordinary users won't notice any change — this is still a developer's playground. But it foreshadows a direction: the AI in your future phone will be loaded with various third-party plugins, just like today's Apps.

Source: juejin.cn
BZH
DeepSeekHarness插件生态·

DeepSeek 上线'插件外壳'一周冒出 900 个插件 — 中国 AI 公司押注生态

DeepSeek 这周开源了一个叫 Harness 的工具,一周之内 GitHub 上 dsh-plugin 标签的社区插件已经超过 900 个。我们更关心的是这个数字背后的信号:大模型公司的竞争重心,正在从「谁的模型更聪明」悄悄转向「谁能给模型套上一个更顺手的外壳」。

这是什么

Harness(代号「黑色鲸鱼」)不是新模型,而是一层套在大模型外面的「执行层」。你可以把它想成手机操作系统——AI 大脑是芯片,Harness 是系统,各种「插件」就是装在系统上的 App。它的官方口号是「一切皆插件」:读文件、写文档、发命令、操作其他软件,全部由插件拼装。和多数 AI 工具不同,Harness 默认跑在你自己的电脑上,数据不出本机,这点对企业敏感数据是加分项。代价是:你需要装 Node.js 22.19 以上的运行环境,门槛不低。

行业怎么看

正面来看,900 个插件一周冒出,说明开发者用脚投票了——这不是 PPT 概念,而是有了真实生态。Harness 把官方和用户插件放在完全平等的位置,这和 Anthropic 力推的 MCP(模型上下文协议,让模型连接外部工具的一套标准)思路一致,但走得更开源、更激进。

但我们要诚实提几条风险。第一,「一切皆插件」的代价是供应链暴露——任何第三方插件都能执行命令,装得多就意味着给电脑开了更多后门,文章本身也提到安全注意事项但没展开;第二,本地化部署门槛高,真正能用起来的多半还是程序员,所谓「人人能写插件」目前还停在宣传层面;第三,没有好模型做底,外壳再花哨也是空壳,DeepSeek 的模型竞争力能否撑住这个生态,还要再观察。

对普通人的影响

对企业 IT:内部自动化脚本理论上能让非技术岗「拼装」出定制工具,但目前仍需懂 TypeScript,真要下放到业务部门,大概率还要一两年。

对个人职场:像每日工作汇报、周报汇总这类机械劳动,半年内很可能被 AI 接手一部分——文中给出的「读昨日待办生成今日日报草稿」就是典型场景。

对消费市场:短期内普通人感知不到变化,这仍是开发者玩的东西。但它预示了一个方向:未来你手机里的 AI,会像现在的 App 一样装着各种第三方插件。

Source: juejin.cn