DeepSeek Harness · 14 August 2026

DeepSeek just open-sourced the body around the brain.

DeepSeek Harness went live yesterday, and it is completely free.

In less than a day it passed sixty-five thousand stars on GitHub.

Every single part of it comes off and swaps — the model, the memory, the tools, even the screen.

And there is one tiny line buried in the docs that matters more than the whole launch.

Most people scrolled straight past it. I have it running on my machine, so I'll show you.

● running on my mac MIT licence v0.1 developer preview free forever
65,076GitHub stars in one day
129plugins in one running body
925community plugins already
$0to download and change it
Straight from the source — open it yourself ↓
§1What actually dropped

Open source. MIT licence. Anyone can build a business on it.

Download it, change it, sell something built on top of it — no permission needed.

It went from nothing to one of the fastest-growing AI projects of the year in under twenty-four hours.

Stars on GitHub · 13–14 August 2026
33,000 within hours 65,076 next morning one night
§2What you'll know by the end

What it is, what's new, and where it sits next to Claude, Hermes and OpenClaw.

Plus that one line in the docs that changes what this launch means for you.

i.

What a harness is

The part of an AI agent nobody explains — and the part that does the actual work.

ii.

What's genuinely new

Every piece is a plug. Not just the tools. The model, the memory, the loop, the screen.

iii.

The buried line

It reads the same instruction files your other agents already read. I'll show it happening.

§3First — what a harness actually is

A model is a brain. A brain alone can't do anything.

It can't open files, remember yesterday, or use tools. The harness is everything wrapped around it.

When you hear "AI agent", you're really hearing "model plus harness".

The brain, and the body it needs to get anything done
the model a brain hands · the tools memory the workspace the rules an agent that can do work

Claude Code is a harness around Claude. Hermes Agent is a harness around Hermes models.

The harness is where the actual work happens.

So DeepSeek just moved from making brains
to making the whole body.
§4That's the shift

The biggest open AI lab in China just built the whole body.

Not another model. The thing that turns a model into something that does your work.

§5What's actually new about this one

The core idea: everything is a plugin. And they mean everything.

The model. The tools. The skills. The memory. The sandbox. The files. The loop that decides think-act-check-repeat.

Even the screen you look at. Every single piece pulls out and swaps for a different one.

Seven sockets — every one of them replaceable
the agent a stack of parts the model the tools the skills the memory the sandbox the loop the screen

Here is that claim proved on my own machine, in two commands.

What you're watching: the same harness asked to count its own parts. The full app stacks 129 plugins. The quiet background runner stacks 81. The difference between them is almost entirely the user interface — because the interface is a plugin too.

§6Compare that to the tools you use now

Most agent products are a sealed car. This one comes apart.

You can change the radio station, maybe add a phone mount. But the engine is the engine.

Old way · a sealed car
throw it away
  • The model is fixed by whoever built the app
  • The memory works how they decided it works
  • The tool list is theirs, not yours
  • A better part ships and you can't fit it
  • They change the price and you have no move
  • Want something different? Start again from zero
New way · a car you can rebuild
swap one part
  • Point it at any model you like — theirs, open, or local
  • Better memory ships next month? Swap that one piece
  • Bring your own tools, keep the rest untouched
  • Don't like the screen? The screen is a plugin
  • Prices move and you just re-point it
  • It still drives the whole time

Swap the engine, the wheels, the seats and the steering wheel — and it still drives.

§7Someone will ask: isn't this just MCP?

Good question. And no — MCP was one plug.

MCP standardised tools: a socket that lets any agent use any tool. This applies the same idea to the entire machine.

One socket · versus a machine made of sockets
MCP · what we had tools = a plug everything else: welded shut Harness · what we have now tools = plug model = plug memory = plug loop = plug screen = plug

Tools were one plug. Now the model is a plug, the memory is a plug, the loop is a plug.

Nobody else has shipped that this cleanly as free open source.

§8Quick numbers, so you can see the pace

From a standing start in May to a public release in August.

The project is led by Tianyi Cui, who joined DeepSeek in March 2026 after Jane Street — the trading firm famous for hiring some of the sharpest technical people in the world.

Three months, standing start to sixty-five thousand stars
March the lead joins May team announced 13 August public release 65,076 one day later

Twenty-two people built this. Keep that Jane Street hire in mind — I'll come back to it.

§9And the community moved faster than DeepSeek did

Within hours: a desktop version, a curated plugin list, and hundreds of plugins.

Sorted into knowledge, media, workflow and integrations. That's day one.

925repos tagged dsh-plugin
5,460forks in 24 hours
22contributors on the core
24hfrom launch to ecosystem

When a free tool grows an ecosystem in a day, that tells you where the energy is.

Skip the setup

Get this wired into an Agent Operating System that already works.

Agent setups like this are what we live in every single day inside the AI Profit Boardroom.

The full Agent OS zip — every agent in one dashboard, sharing one memory
DeepSeek Harness wired in as it stabilises, with daily updates as new versions ship
Which model to plug into it, and how to point it at real business work
Four live coaching calls every week — when the install fights you, you ask a human who runs these daily
A 30-day roadmap, the prompt library, and a member map for your city
4,000+ business owners across 38 countries — some had never touched AI before their first call
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
Set up in an afternoon · used in 38 countries · new tools added the week they ship
§11Okay — how do you actually run this thing?

One command. Then a web page opens on your own machine.

That matters more than it sounds. Most harnesses live in the terminal, which scares off anyone who isn't a coder.

npx @deepseek-ai/dsh web

What you're watching: the real install on my Mac. One line, about a minute, and it hands you back a web address. That page runs on your machine — a normal chat page, free.

§12Now the honest part, because I promised no hype

This is version 0.1. A developer preview.

DeepSeek says it plainly in the docs, in capital letters: there will be breaking changes.

THINKING IT? "So it'll break on me and I'll think I did something wrong."

Things will move around. Plugins will stop working and get fixed. That's normal for a preview.

I'd rather tell you now than have you install it tonight and blame yourself.

§13Here's the buried line I promised you

It reads AGENTS.md and CLAUDE.md.

In plain English: it speaks the same languages your other agents already speak.

Those little instruction files are how you tell an agent about your business — your rules, your style, your projects.

What you're watching: I dropped a CLAUDE.md — Anthropic's own instruction file — in a folder on my Mac, then asked DeepSeek's harness a question only that file could answer. It answered from the file. It never asked me to start over.

One instruction file · every agent reads it
AGENTS.md your rules, once Claude Code Hermes OpenClaw DeepSeek Harness

You drop it into your existing setup, and it picks up the instructions your other agents already follow.

What you're watching: the harness's own screen, admitting it. Look at the line "Context injection · ~/.dsh/AGENTS.md, CLAUDE.md" — then look at the answer. It knows my business, my house style, and my rule about never making numbers up. Nobody typed any of that into DeepSeek.

DeepSeek could have made this a walled garden. They did the opposite — including for the world Anthropic built.

When a challenger builds for compatibility,
they're playing for adoption, not lock-in.
§14Same day, DeepSeek shipped something else

V4-Pro — the flagship, built heavily for agent work.

Live on their web app, mobile app and API, with native support for the OpenAI Responses API and Codex integration.

So the brain and the body launched together.

THINKING IT? "Free harness now, expensive model later. Classic."

Fair — developers using V4 through DeepSeek's API will soon pay considerably more for it.

But remember the whole point of the plugin design. You can aim this harness at any model you want: their model, an open model, a local model on your own machine. Your choice, not theirs.

§15Now the bigger picture

Why would a Chinese lab give away what American labs treat as a crown jewel?

Claude Code is one of Anthropic's most important developer products, and it's closed. OpenAI keeps Codex tied to its own models.

i.

Strategy

Boxed in by chip restrictions for two years, so they compete where they're strong: efficiency and openness.

ii.

Gravity

An open harness pulls developers toward DeepSeek models the way free roads pull traffic toward the towns they connect.

iii.

Pressure

Every free release forces the closed tools to get better and cheaper to justify themselves.

If you run a small business, that pressure works entirely in your favour.

And the Jane Street hire fits the picture: serious systems talent recruited from Western finance, shipping agent infrastructure in three months.

§16So where does it fit if you already run agents?

One dashboard. Every agent side by side.

Claude Code for deep reasoning. Hermes for research and memory. OpenClaw local and private. Free Claude Code routing through OpenRouter so the bulk costs nothing.

What you're watching: my actual Mission Control, live on my machine. Every agent in the left rail is a different harness — and they all share one memory through my Obsidian vault, so what one learns, the others can see.

§17Sound familiar?

Same philosophy — one level up.

DeepSeek built "everything is a plugin" into one harness. The Agent OS applies it across all your harnesses.

Plugins inside a harness · harnesses inside the operating system
one harness model memory tools loop screen the Agent OS Claude Hermes OpenClaw Harness one memory
§18And it slots straight in as the newest tile

It doesn't replace Claude or Hermes or OpenClaw. It joins them.

I wired it into my own Agent OS yesterday — install it on the same machine, and because it reads those instruction files, it inherits the same context.

What you're watching: the new Harness tab inside my Agent OS. I flip the toggle, it shows the live plugin stack pulled straight out of the running harness, then I hand it a real job and the answer streams back — all without leaving the dashboard.

What you're watching: the payoff. I asked the harness — through my dashboard — what the house rules are here. It read the same shared notes my other agents read and answered with my vault path and my own rule: real or nothing.

Different agents are good at different jobs. Now there's a free, fully open one in the mix that you can rebuild piece by piece as it improves.

§19To make this real — my own work, day to day

The jobs don't care which harness runs them.

i.

Oracle

Watches competitor sites overnight and leaves a summary in my vault before I wake up.

ii.

Astros

Pulls keyword ideas from live search data and drops them into a list for my next video.

iii.

The point

A modular harness is exactly the kind of engine that work moves onto — better plugin ships, you swap it in, the job gets better.

§20Now let's talk about you

Three things I know some of you are thinking.

You might be thinking: "This looks like developer stuff. GitHub pages, terminal commands, the word plugin fifty times."

What's actually true: one command, and a chat page opens in your browser. You type what you want in plain English. The plugin system is what makes it powerful under the hood — you never have to write one.

You might be thinking: "Things are changing too fast. I'll wait until it settles."

What's actually true: you're watching the settling happen right now. Open, free and modular is winning. Wait a year and you'll face the same learning curve with a year less practice than everyone who started now.

You might be thinking: "There are too many tools. Claude, Hermes, OpenClaw, now this. I can't keep up."

What's actually true: you don't have to keep up with all of them, and you shouldn't try. You need one working setup and the ability to swap a part when something better ships. This didn't add to your pile — it made the pile easier to manage.

Don't take my word for it

Members post their wins every day — agency owners, ecom founders, course creators, solo operators across 38 countries. Real businesses, real numbers, in their own words.

Read the 158-page wins doc →
§23Here's what actually changed yesterday

The layer that turns a model into a worker used to be closed.

Until yesterday
2–3 companies
  • The harness layer was closed source
  • Paid, and priced by the people who owned it
  • Controlled by two or three American companies
  • You couldn't inspect how your agent worked
  • You couldn't change the parts you didn't like
  • Access was the thing separating businesses
As of yesterday
owned by nobody
  • A serious, well-built version is free
  • MIT licensed — build a business on it
  • Open to anyone, anywhere
  • Anyone can inspect every line of it
  • Anyone can extend it — hundreds already have
  • Access stops being the thing that separates you
§24The models were already getting open

Now the bodies are too.

Which means the separating thing is knowing what work to hand over. Which competitor to watch. Which follow-ups to automate. Which content to draft while you're at the gym.

That knowledge doesn't ship in a repo. You build it by doing it, ideally with people a few steps ahead of you.

Your move

Get the Agent Operating System itself.

The actual zip file, plus a video tutorial and a 30-day roadmap — so you have the same Mission Control I just showed you, with your Claude, your Hermes, your OpenClaw and your Free Claude Code all wired into one dashboard sharing one memory.

The Agent OS zip, the video tutorial and the 30-day roadmap
DeepSeek Harness wired into that same system as it matures, with daily updates as new versions ship
Tools I've already built in for videos, SEO agents and AI avatars — and members build their own on top
Four weekly coaching calls where you bring your actual setup and get it fixed live
The prompt library of agent workflows you can copy straight in
A member map to find people near you running multi-agent setups — and someone online 24/7 at midnight
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
4,000+ members · 38 countries · four live calls a week · everything from this guide, pre-wired
§26Last thing

It will break. It will change shape. None of it changes the direction.

Some of those plugins will be abandoned by Christmas. All of that is true.

The most important layer of AI just went open and free, from a lab that ships faster than almost anyone — and it's built to plug into the agents you may already be running.

§27You don't need to master it this week

You do need to understand it.

i.

You stopped renting the body

The harness layer is free and open. You own the thing that turns a model into a worker.

ii.

You stopped starting over

It reads the instruction files you already have, so it joins your setup instead of replacing it.

iii.

You stopped chasing tools

One system that absorbs new tools beats a pile of tools you're trying to keep up with.

Businesses that treat agents as a system — one they own, one they can rebuild part by part — are going to move very differently over the next year.

Yesterday, owning that system got a lot easier.

The models went open. Now the bodies have too.