The full course · three levels · 16 August 2026

The full DeepSeek Harness course, in three levels.

The complete DeepSeek Harness course, in three levels.

Install it, build your own tools by typing a sentence, then plug it into a full agent operating system.

Every demo below is the real thing, running on my machine.

● dsh 0.1.0-rc.6 running here free · MIT licence 115,000+ GitHub stars 159 plugins live on this install V4-Flash · official API
Everything in this course — open it yourself ↓
§1Quick facts before we start

What we're actually dealing with.

the timeline · from standing start to 115k stars
13 Mayteam of 19 starts13 Augpublic release14 Aug300+ pluginsnow115k+ starsone summer. a standing start in May to one of the fastest-growing AI projects ever recorded.
0GitHub stars
0community plugins
0plugins on my install
0people on the team
$0the harness, forever

Led by Tianyi Cui, who joined DeepSeek in March 2026 from Jane Street.

§2And one promise

There's a setting buried deep in this thing.

the buried setting · shown for real in level two
The interfacesidebar · loop · promptOne text filecordis.patch.ymlSwitch it offany part. even core.
Level 1 of 3

Install it, understand it, and put it to work.

One command. One key. One folder. One brief.

the three levels · you are here
LEVEL 1Install + read itLEVEL 2Plugins + creatorLEVEL 3The whole system
§3First — what a harness actually is

A model is a brain. Just a brain.

brain + body = agent
The modela brain in a jarthinks. touches nothing.The harnesshands · memoryworkspace · rulesAn agentbrain + bodywork that landswhen people say “AI agent”, this is what they actually mean
§4Why this matters more than people think

A better model moves you a few percent. A better harness changes what's possible.

where the leverage actually is
Next model up≈5–10% betterSame model, better harnessa different job entirelySame model, no harnessa voice in a jar
The model gets the credit. The harness is where the work happens.
§5So what is DeepSeek Harness

It's DeepSeek's body — and they gave it away.

the harness layer, before and after
UNTIL 13 AUGUSTClaude CodeclosedCodextied to its labyourent the bodyFROM 13 AUGUSTDeepSeek HarnessMIT · free · openyouown the body
§6Step 1 and 2 — the only setup there is

Node.js, then a terminal window. That's it.

the whole setup, in three moves
Install Node.jsnodejs.org · 2 min1Open a terminal⌘+space → terminal2Type one lineand you're running3
§7Step 3 — the one line that installs it

Type this, press enter, and go make a coffee.

terminal — the entire install
npx @deepseek-ai/dsh web
fetching @deepseek-ai/dsh …
dsh 0.1.0-rc.6 · profile: web
loading 159 plugins …
✓ harness ready → http://localhost:3080
opening your browser…

The real install line.

npx @deepseek-ai/dsh web

The real install on my Mac, ending on the local address it hands you.

§8And here's the smartest choice they made

It doesn't keep you in the terminal. It's a normal web page.

The harness running in a normal browser tab — no terminal in sight.

§9Step 4 — connect a brain

One API key, and the body has something to think with.

Settings → Models: DeepSeek keyed, plus Add provider and Add a custom provider.

§10The door is wide open

Free body. Any brain you like.

one body, any brain
The harnessfree foreverDeepSeek V4-Prothe flagshipOpenRoutercheap + free modelsOllamaon your machineAnything elseone dropdownswap the brain in seconds. the body never changes.
§11Step 5 — give it a workspace

This is the most important habit in the whole course.

the room, and the door you control
YOUR WORKSPACE — THE ROOMnotes.mdresearch/drafts/summary.mdthe dooryou control iteverythingelse onyour Maccan't touch itone clean folder. copies of the files you want worked on. nothing else.
§12Step 6 — your first real task

Not a test. A real piece of your actual work.

Read all the notes in this folder. Write a one-page summary of the main
points as a new file called summary.md. Use simple language and short
bullet points.

The real run: it opens all five notes and writes summary.md. Four steps, thirteen seconds.

§13Why that's different from a chat window

The output is a thing, not a message.

chat window vs harness
A chat windowtext in a box → you copy, paste, reformatYoustill doing the filingA harnessdoes the work where the work livessummary.mda real file, in your folder
§14The pattern for writing good briefs

Look at. Produce. Rules.

the three-part brief
LOOK AT“read the notes in this folder”PRODUCE“a one-page summary as summary.md”RULES“simple language, short bullets”that's the whole skill. you don't need magic prompts — you need clear briefs.
§15Give it real jobs from day one

Three that work immediately.

i.

You make content

Drop your rough spoken notes in the folder. Have it shape them into a clean draft in your voice.

ii.

You're drowning in research

Drop ten saved articles in. Have it pull the twenty facts that matter, with a note on where each came from.

iii.

You run client work

Drop your messy project notes in. Have it produce a clean status summary you could actually send.

§16Now the feature that made me stop and stare

The trajectory view. Every thought, in order, clickable.

The real trajectory — every context row, every tool call, every result, clickable.

§17Why this matters more than it looks

Debugging stops being guessing and becomes reading.

what a failed job gives you
Black boxthe answer is wrong.good luck guessing why.Glass boxscroll to the exact stepwhere it went sideways
THINKING IT? "This looks like developer stuff — I won't understand a trajectory."

It's a list of steps in order, in plain words: it looked at the folder, it opened this file, it wrote that file.

If you can read a delivery tracking page, you can read this. That's the entire skill.

Once you've managed an agent with X-ray vision, a black box feels like an employee who won't tell you what they did all day.
§18One more level-one tool

Export any session as a complete log.

what an exported session log holds
session log ↓ — Summarize folder notes into summary.md
turns: 1 steps: 4 LLM: 13.8s tool calls: 0.2s
TTFT avg 0.7s · 156 tok/s · cache hit 77%
input 59.9K tok · output 1.7K tok
✓ every prompt, tool call, argument and result — saved
you review the trajectory the way a manager reviews a report

The real numbers from the run in this course, straight off the bottom bar of my session.

§19Now the honest print on the box

This is version 0.1. A developer preview.

Wire your whole operation to it this week
you get burned
  • Treats a v0.1 preview as finished software
  • Breaking changes land between versions
  • Plugins break, then get fixed a month later
  • You find out at midnight
  • No fallback when it moves
Real jobs, not sole custody
you get the upside
  • Give it real work from day one
  • Keep proven agents on the critical path
  • Everything it makes lands in a folder you can check
  • Every step is in the trajectory
  • It earns more responsibility as it stabilises
§20That's level one complete

Here's what you've got if you stop right now.

i.

One command installs it

And it runs as a normal web page on your own machine.

ii.

One key connects the brain

DeepSeek, OpenRouter, or a free local model. Your choice, one dropdown.

iii.

One folder is the room

It works there, and it can't touch anything else.

iv.

Plain-English briefs

Look at, produce, rules. No magic prompts needed.

v.

Full trajectory vision

Every thought and every step, clickable, in order.

vi.

Session logs you can keep

Check the work without redoing the work.

Skip the setup

Get more leads and customers — with your business automated.

This course shows you the tool. The Boardroom is where you point it at the jobs that actually grow a business — more leads, more customers, less of your day spent doing it by hand.

The exact install from level one — plus free models through OpenRouter, so your agent work costs close to nothing
The workspace briefs for real business jobs — shaping content drafts, summarising research, client status summaries
Four coaching calls every single week — bring your install when it errors at step two and someone who runs these daily fixes it with you, live on screen
The full Agent Operating System — the zip file, a video tutorial and a 30-day roadmap, so level three is running on your machine
A prompt library of agent briefs you can paste straight into your Harness workspace
4,000+ business owners across 38 countries, a member map so you can meet the ones near you, and someone online around the clock
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
A good number had never touched AI before their first call. Some of those same people run agent setups today.
Level 2 of 3

The plugin system, the four modes, and creator mode.

Where the interface becomes clay you shape by typing a sentence.

the three levels · you are here
LEVEL 1Install + read itLEVEL 2Plugins + creatorLEVEL 3The whole system
§21Start with the headline on their own GitHub page

Three words: everything is a plugin.

The plugin list on my install. The counter reads 159.

§22Here's the picture to hold in your head

A sealed car, versus a car whose parts pop out while it's driving.

sealed product vs swappable organs
Every other agent producta sealed carchange the radioclip on a phone mountlive with the engineDeepSeek Harnessevery part pops outswap the memoryswap the browsing toolswap the loop — while it drives
§23And better parts is not a hope

The community moved within hours of launch.

community plugins by category · 300+ indexed in the first days
Knowledge + memorythe biggest pileMedia + videogrowing fastestWorkflow + automationthe practical onesIntegrationseverything else
§24Under the hood this runs on something called Cordis

Every action in the system can be cleanly reversed.

why the modularity doesn't fall over
Add a pieceone plugin inCordisguaranteed cleanreverse of every addRemove itno leftover messthat's why “everything is a plugin” works here instead of collapsing into chaos
§25Now the four modes

The control panel most people click past on day one.

the power ladder · four built-in presets
Minimaltwo toolsquick questionsStandardthe full agentyour home baseCodeheavier buildingbig technical jobsCreatorbuilds new toolsthe one you came forfour presets. each one is a different amount of power handed to the agent.

All four built-in modes, with DeepSeek's own descriptions.

§26Creator mode — the part that doesn't feel real

You describe a tool you wish existed. It builds it.

Add a small panel in the bottom corner of the interface that shows my
three tasks for today, and let me tick them off.

The real creator-mode run: one sentence in, a working plugin out.

§27Then you click approve

And the thing you described appears on your screen. Working.

I click approve and the panel appears, bottom right, ticking.

THINKING IT? "There's no way that's building real software from one sentence."

It built a UI panel plus a small service to save the tick state per day, and asked permission before running any of it.

The video above is one continuous real session on my machine — the sentence I typed is in the code block on the section before it.

§28And it's a conversation, not a one-shot

Don't like it? Say so.

iterate by talking
“make it smaller”“move it left”“calmer colours”keep it foreverstop the plugin and it vanishes. start it and it's back. persist it and it's yours permanently.
Every piece of software you have ever used was somebody else's guess about what you need.
§29Think about what that actually changes

The interface stops being fixed and becomes clay.

i.

A content pipeline panel

Tracks each piece from idea to published. Describe it, approve it, use it.

ii.

A one-click morning routine

A button that kicks off your research run before you've finished your coffee.

iii.

A last-five-outputs board

A small dashboard showing what your agents produced while you were out.

§30Now the buried setting I promised

Switch off any part of the product itself — with a text file.

~/.dsh/profiles/web/cordis.patch.yml
# Your patch layer for this dsh profile, applied after every bundle layer.
- id: ui-sidebar
disabled: true
# save the file, reload the page — the sidebar is gone.
# delete the two lines, reload — it's back. nothing else breaks.
✓ real file on my machine. on this build it's cordis.patch.yml

The real file and the real two lines.

My live install: two lines saved, the sidebar vanishes, then comes back.

§31Is editing a text file a bit raw?

Yes. And I'm showing you anyway, for two reasons.

why the buried setting matters
Useful todaystrip the interfaceto exactly what you needAnd it's proofthe architecture is real,not a marketing lineName anothermainstream agent toolthat lets you do this
§32Next — models and money

This bit pays for the time you're spending on this course, many times over.

what the same day's work costs, depending on where you point it
Everything through the flagshipthe habit most people haveStrong model plans, cheap model executesthe two-model patternFree model through OpenRouterfor the grunt workLocal model through Ollama£0 and fully private
§33So here's the two-model pattern to steal

Strong model plans. Cheap model executes.

the architect and the crew
The architectstrong modelplanning · judgement · v1The crewcheap or free modelThe crewcheap or free modelDonetop quality whereit matters, near-zerocost where it doesn'tswitching between them is a dropdown. seconds.
§34And the third option

Ollama runs open models on your own computer. Nothing leaves it.

the fully private setup
YOUR MACHINE — NOTHING LEAVES ITOllamaan open model, localThe harnesssame buttonsThe internetnot involved
§35Last piece of level two

The quiet line in the repo that matters more than the whole launch.

one instruction file, every agent
AGENTS.mdyour business, onceClaude CodeOpenClawHermesDeepSeek Harnesssame file. every agent you own reads it.
§36If you don't have one yet, start today

The highest-leverage twenty minutes in this entire course.

~/.dsh/AGENTS.md — the real file on my machine
# Workspace instructions — Julian Goldie's Agent OS
## Who this is for
- Runs an SEO agency and the AI Profit Boardroom.
- Output is read by business owners, not engineers. Plain English.
## House rules
- Never fabricate numbers, quotes, testimonials or results.
- Never print API keys, tokens or .env contents.
- Builds go in the folder you were given — never scatter into $HOME.
## Style
- British English. Short sentences. No hype words.
✓ read automatically at the top of every single session

You brief once, in writing, forever — instead of re-explaining yourself in every session for the rest of your life.

The harness reading my AGENTS.md at the top of the session.

§37And notice what DeepSeek chose here

They built for compatibility instead of lock-in.

what transfers to DeepSeek Harness on day one
Your AGENTS.md / CLAUDE.md filesread as-isYour MCP toolsstandard socketYour folder + brief habitsidenticalTime spent re-learningalmost none
If every agent on your machine reads the same files and speaks the same protocols — why are you running them separately at all?
Level 3 of 3

The Agent Operating System, with DeepSeek Harness inside it.

Every agent a tile. One shared memory. Work that runs while you're at the gym.

the three levels · you are here
LEVEL 1Install + read itLEVEL 2Plugins + creatorLEVEL 3The whole system
§38The problem

The Falling Behind Problem.

the treadmill picture in your head
Claude CodeHermesOpenClawDeepSeek Harness…and next month's“There are too many of these. I can't keep up.”every new tool is another thing to master — so more tools means falling further behind
THINKING IT? "I've barely learned the last tool. I can't take on another one."

You're not taking on another tool. You're building one system that new tools plug into.

When you have the system, a new tool isn't homework — it's a free upgrade delivered to your door.

§39That feeling is built on a picture that's wrong

You don't keep up with the tools. Your system absorbs them.

the reframe
The treadmillmaster every tool, foreverResultalways behindOne systemtools plug into itResultyour system absorbs them
§40Let me show you what that looks like

One dashboard. Every agent a tile, side by side.

Mission Control on my machine — every agent a tile.

§41And here's DeepSeek Harness living inside it

Same harness. Same workspace. One tab over from everything else.

The DeepSeek tab in my Agent OS, switched to Harness mode.

§42The thing that makes it a system

One shared memory. A folder of plain text notes.

the shared brain
One Obsidian vaultplain text notes in a folderClaude CodeHermesOpenClawDeepSeek Harnesswhat one agent learns, every agent knows — they're all looking at the same folder

The real vault every agent on the board reads and writes.

§43Here's how to structure yours

Keep it simple. Complicated vaults die.

~/Obsidian Vault — the entire structure
AGENTS.md
↳ your business, your rules, your voice — read by every agent
01 Daily/
↳ what happened, what's in progress
02 Projects/
↳ one note per active project, with its current state
03 Research/
↳ everything the agents gather overnight
04 Output/
↳ drafts and finished work, ready for you to check

Five folders and one instruction file.

§44Now watch the pieces move across a real day

The system does not pause because you stepped away.

one day, three agents, one vault
OvernightOracle sweeps competitors.Astros drops content ideas.MorningYou brief DeepSeek Harnesson the research folder.Mid-morningOutline lands in Output.Claude Code takes the deep pass.Yougo for a walk.
You've stopped being the person who does every step. You're the one who directs the system and reviews the output.
§45So where exactly does it fit in the lineup?

Three roles, and they're specific.

the three jobs it does on my board
The volume workerfree + open + cheap brainssummaries, research, first draftsThe transparent onefull audit trailthe glass workshop of the operationThe shapeshiftercreator modegrows tools the other tiles can't
§46And here's how the modular design pays off at system level

One organ upgraded. Whole body stronger.

swap one part, the whole system improves
A better browsingplugin shipsYou swapone pluginEvery workflowthat touches browsinggets better. instantly.nothing rebuilt. nothing migrated. no waiting on a company's timeline.
§47Now the honest section

Preview software gets real jobs — not sole custody.

how much of my board DeepSeek Harness owns today
Volume work + experimentsyes, from day oneAnything I want auditedthe glass workshopCustom panels + routinescreator modeSole custody of anything criticalnot yet
§48Two doubts left

Three beliefs to drop before you start.

These are the exact doubts that keep smart people watching from the sidelines for years.

Wrong: "This is developer stuff. I'm not technical."

Right: You typed one command. A normal web page opened. You typed English sentences describing work, clicked approve, and read a visual timeline of steps. The paper, the protocols, the architecture — you never touch any of it, the same way you drive a car without understanding the engine.

Wrong: "I'll wait until this settles down."

Right: Wait a year and the learning curve is the same height — you'll just climb it with a year less practice. The people who look effortless on version three are always the ones who wrestled with version zero point one.

Wrong: "Another tool means another thing to keep up with."

Right: The instruction files, the shared vault, the skill of writing a clear brief, the habit of checking a trajectory — all of it transfers to whatever ships next. You learned the system, not the tool.

Don't take my word for it
Read the 158-page wins doc →
§49One more objection worth killing

“Doesn't running an Agent OS burn a fortune in tokens?”

where the work actually runs on my board
Free local model (Ollama / local engine)the everyday 90%Free APIs through OpenRouterbulk + repetitiveCLIs you already pay fornot a second billNew spend the OS addsclose to nothing
§50Let me land the whole course

Three levels, in one screen.

Level 1

You stopped copy-pasting

One command installs it, one key connects the brain, one folder is the room. Plain-English briefs — look at, produce, rules. The output is a real file.

Level 2

You stopped waiting for developers

Everything is a plugin — interface, tools, memory, the loop. Creator mode builds custom tools from one sentence. One text file switches off any organ. Two-model pattern cuts the cost to almost nothing.

Level 3

You stopped doing every step

It takes its place as a tile next to Claude, Hermes and OpenClaw, all sharing one vault. Agents work overnight and hand results to each other. You direct and review.

§51Step back and see what actually changed

Access stopped being the thing that separates businesses running agents from businesses that aren't.

what 13 August actually changed
Before 13 Augustthe harness layer wasclosed, paid, owned by 2–3 companiesAfter 13 Augustfree, open, owned by nobodyaccess is no longer what separates you
Your move

Get the whole system built for you — and put it to work on your business.

The harness is free. What costs you a year is working out which jobs to hand it, and building the system that runs them while you sleep. That part is already built, and it is waiting inside the Boardroom.

The Agent Operating System itself — the zip file, a video tutorial and a 30-day roadmap, so the Mission Control from level three is running on your machine, not a picture in a video
Your Claude, your Hermes, your OpenClaw and your Free Claude Code in one dashboard, sharing one vault
DeepSeek Harness wired into that same system as it matures — with daily updates as new versions of the Agent OS ship with it inside
Tools already built in for videos, SEO agents and AI avatars — and members build their own on top, same spirit as creator mode
Four weekly coaching calls where you bring your actual install, your vault structure and the briefs that aren't landing, and get them fixed live on screen
4,000+ business owners, plenty already running multi-agent setups for content, research and lead generation — plus a member map to find the ones near you
Get the Agent OS → Inside the AI Profit Boardroom · skool.com/ai-profit-lab
Someone online around the clock, for the nights you're stuck at step two.
One command to start. One sentence to build tools. One vault to remember everything. One system to run it all.