Skip to content
HN On Hacker News ↗

DeepSeek Harness developer preview: Everything is a plugin

▲ 747 points 314 comments by bjin 2w ago HN discussion ↗

Pangram verdict · v3.3

We believe that this entire text is human-written.

21 %

AI likelihood · overall

Human
100% human-written 0% AI-generated
SEGMENTS · HUMAN 1 of 1
SEGMENTS · AI 0 of 1
WORD COUNT 130
PEAK AI % 21% · §1
Analyzed
Aug 13
backend: pangram/v3.3
Segments scanned
1 windows
avg 130 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3

Article text · 130 words · 1 segments analyzed

Human AI-generated
§1 Human · 21%

Agent = Model + HarnessHarnesskeeps agents working in real-world environmentsThe model is the soul of an agent.A harness lets an agent understand its environment, use tools, and keep working in real-world settings.Cordis kernelThe Cordis kernel manages plugin mounting, unmounting, and dependencies. Agent capabilities live in the plugins.Capabilities as pluginsPlugins provide every agent capability, including models, tools, skills, sessions, sandboxes, storage, loops, scheduling, and the UI. Cordis services and events let the plugins work together.Compose with configurationDevelopers can select, swap, or extend any capability in configuration without changing the DeepSeek Harness source code.Customize your DeepSeek HarnessGet startedTry it now or install from sourceQuick startInstall Node.js, then launch the Web UI with npx.$ npx @deepseek-ai/dsh webInstall from sourceClone the full source and follow the setup instructions in the repository.$ git clone https://github.com/deepseek-ai/deepseek-harness