← Back to search

DeepSeek Harness: FREE 1 Hour Course!

AI News Today | Julian Goldie Podcast · 2026-08-23 · 58 min
relevance 68 9987 words Episode page ↗ Audio ↗
Show full episode description
Deepseek Harness Full Course: Free AI Employee, Custom Plugins & Agentic Operating Systems This course walks through Deepseek's brand new open-source AI harness, released August 13th as an MIT-licensed alternative to Claude Code and Codex. It covers installing the tool in under five minutes, connecting a free brain via OpenRouter or OpenCode, and setting up a clean workspace for real tasks. It then explores the "everything is a plugin" architecture, including Creator Mode for building custom tools by simply describing them, the trajectory view for full transparency into every agent action, and how MCP and agents.md files let it share context with other agents. It closes by building a full agentic operating system with Obsidian as shared memory, running multiple agents in parallel, and plugging free models directly into the dashboard.
✨ Episode Outline — click any point to jump to it in the episode
Problem solved
Turning a chatbot AI into a real worker that reads files and does jobs, ideally for free.
Benefits
  • Free, open-source MIT-licensed harness
  • Runs web-first in browser, not the terminal
  • Free brain via OpenCode DeepSeek V4 Flash
  • Workspace folder sandboxes agent access safely
  • Builds apps, tools, websites from one sentence
Use cases
  • Summarize folder notes into a summary.md file
  • Build an SEO agency website using Obsidian folder context
  • Free stack: OpenCode brain plus free harness
  • Connect Ollama for free local models
KPIs / results
  • 115,000+ GitHub stars
  • 300+ community plugins in days
  • Released Aug 13, 2026 as developer preview
  • Built by team of 19 from May to August
Tools / build
0:00 / 0:00
This is the full DeepSeek Harness course. And by the end of this video, you'll have a free AI employee working at your machine 24-7. DeepSeek just dropped a brand new tool, it's completely free. And the thing turns your AI from a chatbot into a real worker that reads your files, writes your drafts and does your actual jobs for you whilst you're at the gym. It's one of the best coding harnesses out there, one of the fastest growing GitHub projects ever. And I want to take you through the three levels to learn this bad boy. So level one, you'll have it running in under five minutes. Level two, I'll show you how to build your own custom tools and automations, apps, websites, just by typing one single sentence. And there's a hidden setting inside this level that almost nobody will ever find, which I'll reveal later. Level number three is the end game. Your own team of AI agents all working together whilst you sleep with DeepSeek Harness. So stick with me until the end and I promise you walk away with your own free AI employee, no matter who you are. Let's get into it. Now, quick facts before we start. So you know what we're dealing with here. DeepSeek Harness came out on August 13th as a developer preview. It's completely free, open source, MIT license, which means you can download it, you can change it, you can even build a product on top of it without asking for anyone's permission. And also it blew past 115,000 stars on GitHub, which puts it among the fastest growing AI projects ever recorded. There are already over 300 community plugins for it sorted into categories like knowledge, media, workflows, integrations on a tool that's just days old. The project is led by Tiani Tse, who joined DeepSeek in March, 2026 from Jane Street, one of the sharpest technical firms in the world. And a team of 19 people took this from a standing star in May to a public release in August. Also, some people will be watching this and be like, well, the harness is free, but the brain isn't free because you have to pay for the API. I'll show you a way around that to get a free brain plugged in later in this course. Let's get into it. So let's get into level one, which is installing it, understanding it and putting it to work. First of all, one minute on what a harness actually is. If you get this one idea, the entire rest of this course clicks into place. So don't skip it, even if you think you know. So an AI model is a brain, just a brain, and it can think, but it cannot touch anything. It can't open your files. It can't remember what you told it last Tuesday. It can't use a browser or run a program or save its work. On its own, a model is a very smart voice in a jar. The harness is everything wrapped around that brain. So it's the hands, the memory, the workspace, the rules about what it's allowed to touch. When people say AI agent, what they actually mean is model plus harness. Brain plus body. So for example, Claude Code is a harness around Claude. Hermes Agent is a harness around any agent model that you plug into it. The model gets a credit, but the harness is where the work actually happens. And harnesses matter more than most people think. So a top model might be 5% or 10% better than the one below it. A good harness makes the same model dramatically more useful because it's a harness that decides what the model can see, what it can do, and how it recovers when something goes wrong. The industry spent two years obsessing over brains, but now it's really moved to bodies. So DeepSeek harness is DeepSeek's body. Until now, the serious harnesses were mostly closed products. So for example, you had Claude Code, you had Codex, and you could switch the brains around those in them. But DeepSeek harness is really designed to be open source and easy to switch around the models and pretty much switch everything around it. So on August 13th, DeepSeek published a direct alternative to that whole ecosystem of Claude Code and Codex and Hermes and everything else. And this is MIT licensed, it's on GitHub for everyone. And the same lab that shook the model world in early 2025 just did the same thing to the harness world this year. And that's a context. Now let's actually get it on your machine. So step number one, Node.js. This is the only thing you need installed first. Node.js is a free program that lets this kind of software run your computer. You can go to Node.js.org, download the version for your system, and click through the installer like any normal program. Next, next, finish. Two minutes. If you already have it, skip ahead. Step number two is you just want to open this up inside your terminal. So on a Mac, you can press Command plus Space, type Terminal, hit Enter. On Windows, check Start, type PowerShell, hit Enter. I know the terminal, not the nicest place. I know it's like a bit intimidating for some people, non-technical. But you're just going to type one line. And after today, you may never think about the terminal again because this tool doesn't actually live there. And step number three is you just type this command and hit Enter to install it. That's it. Literally, this command, hit Enter inside your terminal, just like you can see right here, and you are good to go, my friends. And once you've set it up, it's going to look something like this. And that's the whole install. So that command downloads DeepSea Harness and starts it. The first run takes a minute or two whilst it pulls everything down. And when it's ready, it gives you a local address. By default, it's your own machine port, which is 3080. And it opens a page in your normal web browser. I actually like this about DeepSea. I think it's quite a smart choice, which is that it doesn't keep you in the terminal, right? It runs as almost like a normal web page. So you have a chat window, a sidebar, buttons, a folder picker. It looks like software you already know how to use. So you can see ours running over here. Almost every other serious harness lives inside the black terminal window, which quietly filters out everyone who isn't an engineer. You can, for example, use apps like Claude. But again, like it's another app. It's another button you have to click outside of your ecosystem because most people are just directly inside the browser for most of the work they do. With this system, it's just like inside one page and you can just run it and have it ready to go. Or you can plug it into an agent operating system like you see right here. And it's way easier to use. I think DeepSea shipped this web first on purpose, right? Because the page runs locally on your machine, but it's not a website someone else hosts. It's yours. And then step number four is you want to connect a brain. So the first time the harness opens, as you can see right here, it asks for a DeepSea API key. An API key is just a password that connects the harness to a model. You can go to platform.deepsea.com, sign up, click API keys, create one, copy it, paste it into the harness, and that's done. That connects you to DeepSea's models, including V4 Pro, their flagship built heavily for agentic work, which shipped the very same day as a harness. So the brain and the body launched together. They were built for each other. Now, you can also change the economics of this as well, because inside your settings, under models, there's an add provider button, which can connect OpenRouter. So you can use a free brain inside this. So for example, if you connect OpenRouter, that uses cheap and free models. If you use Ollama with the DeepSea harness, you can run free local models for this. If you've got a decent setup, you could also, for example, find a free model off OpenRouter plugin, or you could use DeepSea for V4 Pro, which is their flagship model. And that's still pretty cheap, but it's not free. And then you can add anything else. So you can just go inside your settings over here, and then we can go to models, and then we can add a provider like so. We can flick down the list, and we could be like, okay, I want to use OpenCode. Now, here's what's pretty cool about OpenCode. OpenCode has free models. And guess what one of its free models is? DeepSea V4 Flash. So you can actually get a free provider by OpenCode, plug in the API key from OpenCode, and then as I promised earlier, that's how you can use free models with it. And then the harness is free, and the brain is free, and you've got a full free system ready to go. Now, you can also give it a workspace. So in the interface, if you click the folder icon, you can add a workspace. This is pretty useful. So let me explain it properly. Basically, the workspace is the room the agent works in. So you see how we can select a folder that we want it to run in, and we can add a workspace like this and then just select a local setup. Well, basically, this is the room that your agent works in. So it can read every file in that folder, it can create files in that folder, it can change the files in that folder, and it can't touch anything outside it. So you don't want to point it at your whole computer because you want to make one clean folder, right? So don't point it at your whole desktop by a bit of like 10 years of clutter on it. You want to make one clean folder, call it agent workspace or whatever you like, and put copies of the files you want it working on inside. So that could be like your draft content, your research notes, your meeting notes, whatever your actual work is. So it's one room with a door you control, and this keeps things safe. And also just as important, it also keeps the agent focused on one single place because you don't want like an agent digging through thousands of irrelevant files. That would actually cost a lot of tokens, cost you time, and also it will be super slow and unfocused. So instead, create the workspace, make it nice and clean, one clean folder. And then step number six is your first real task. And you don't want to just, you know, write a poem with this or something like that, right? You want a real piece of actual work because that's the only way you can really start getting the most out of this. So look at what you spend your time on, look at something that you spend on every single day or a cool idea that you have, and then you can start building with this directly, right? And the way that you use Deep Seek, as you can see right here with the harness, is you just write and play in English what you want, exactly the way you'd brief a smart new assistant who was working for you. So here's a real example. We could say, 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, and then you can see, for example, here, that it comes back with all the responses. And this is a harness that is agentic. So it can run on long horizon tasks, it can do stuff on your computer, it's not just a chat window, it actually thinks it lists the files in the folder to see what's there, and it opens up one by one and it works through the content. And then it can actually write a new file into your workspace. So the great thing about this is you can use it for building apps, for building tools, for building websites, for building, for example, games even, right? A harness does work in the place the work lives and the output is something real that you can open, send, or build up. So let me give you the pattern for writing good tasks because the quality of what you get back is mostly decided by the quality of what you type in. So there are three parts to this. What to look at. So for example, like read the notes in this folder, what to produce. So for example, one page summary has a new file called SummaryMD and what rules to follow. So for example, simple language or short bullet points, right? Look at, produce rules. That's a whole skill. And you don't need like magical prompts, you just need clear briefs. Like you just talk to this the way you would message your friend. So if we wanted to create a new session here, for example, we can just click on new session and we say, okay, build me a beautiful website for my SEO agency and use my local Obsidian folder to come up with context so that you understand what my SEO agency is about. And then we can plug that in and then we can select the folder we want it to work from. So for example, here we could go inside Obsidian Vault. We can plug that in. We can click choose and then we can hit enter like so. And that's going to begin to work as magic. And that's the whole skill. So you don't need anything fancy here. If your instructions would confuse a human assistant though, they'll confuse the agent. So you want to make this clear, easy to understand, give you access to relevant local files and just make it very easy to use. And you can use this for like content creation. You can see how fast it runs as well. So it runs really quickly. We can also see a full session log over here. We can add new sessions. We can see multiple projects that we're working from, what's ungrouped as well. And then we have like our plugins over here too. So plugins, for example, we've got like web search and we can allow it to search a web. We can set up agent loops. So how many parallel tool calls it runs. We have the shell. So shell command timeout as well and plugin list. So we can actually add new plugins that can access tools from outside. So for example, over here, we have like web enabled, which means that it can actually search web using a plugin that we've installed over here. It's pretty nice. We'll come on to more stuff like that and like, you know, more complex things on that, as you can see. Now, obviously you'll see as we use it, it's like, who's this site's primary audience? We can click on this, for example. We can say, what's the single main action we want? Book strategy session. How do you want it to look? So modern minimal SaaS and then also one landing page. So you can see that it's going to give you options to select. So where should I build the site files? For example, we can select document folder, hit submit. And now it is deep diving through everything that we're creating locally here. Pretty nice. Now at this point, you might be wondering, okay, you know, where do you start with this? How do you get the most value out of it? You know, all these tools, all these different apps. I know a lot of people who are not focused and not getting the know out of these systems. And that's what I don't recommend to you. So the main thing here is that you give this harness real jobs from day one. And if you're not sure what real jobs are, look at what you're working on and then go from there. So for example, if you make content, drop your notes in the workspace and help it create content for you. You know, that could be, for example, if you do SEO, get it to automate your SEO for you. Whatever you work on day to day, that's what you should be giving to Deep Sea Karnas. Don't use it to just vibe code a snake game or something. So the main point here is like you make it actionable. You make it actually useful and you can just focus on one automation per week. So for example, for me, what I like to do is I'll measure my time. I'll measure what I work on day to day and I'll put that as a list and then I'll be like, right, okay, well out of all these tasks, this will be the easiest for me to automate next with something like Deep Sea Karnas. So if I'm looking at this, I'm like, right, okay, well each day I create content for my website. So let's make sure we automate on a schedule creating content on my website using Deep Sea Karnas instead of me creating it daily. And that way we actually turn into something useful instead of just going after like random use cases that don't make any sense. Now let's also talk about a useful feature that's quite unique to Deep Seek and it's called the trajectory view, right? The trajectory view as you can see right here. And the way that this works is quite interesting. So next to your session, there's a trajectory panel. You can click it and what you get is every single step the agent took laid out panel graphically clickable in order. So if we have a look, for example, here we can take a look at the trajectory. So these are two different versions. The chat is just plain text. You just talk to it in plain text. The trajectory is you can see what's going on and you can see it's clickable in order. So for example, we can click on this and we can see what's happening and we've got the summary, the preview and everything else. Now also as you're building with this, you're going to see that it asks you to reject or approve or allow stuff. So as we're going along, like we can allow it if we've set up the permissions. If you don't want to have to click through that every single time, you can click on full access and then enable full access. Only do that if you're comfortable. If you're not comfortable with it, don't do it. It makes sense. Now, as we go through the trajectory, basically this works in order. So what you can see here is like the system prompt it was actually given. So if we scroll right to the top inside this trajectory view, we can see the initial system prompt. And basically this is what it was given at the start. So this is your message. The context it loaded, its actual thinking, being the reasoning visible in full. Every tool it called, the exact command run it ran and the exact payload it sent, the exact results that came back and how long each step took. Also, it shows you, for example, how many turns the whole job needed. So you can click any single step and read the raw detail underneath it. Nothing is like hidden. So why does this matter so much in practice beyond it like being impressive and useful and looking super cool? So basically, AI agents make mistakes, all of them. Anyone who tells you otherwise is basically, you know, they haven't tried AI agents. They break all the time. Agents break all the time. They are easily misled, easily distracted. They're not at the point where they can just build and automate anything without having an understanding of how it works. So the difference between agents you can trust with real work and agents you can't is whether you can see why a mistake has happened. So with most tools, a failed job gives you nothing. The output is wrong. Good luck. Understanding why. With the trajectory view, you can scroll to the exact step where things went sideways. So you can look through here and you'll be like, ah, it looked in the wrong folder. Ah, I misread that one line inside my brief. Ah, the file it needed was empty. So you can fix that one specific thing and then run it again. So we can have a look, for example, here. We can see what it did, what it worked on. Um, and then if we want to, we can basically take that and then run it again based on where it's broken. This is also the complete opposite of the direction that a lot of closed labs have taken where basically the model's thinking it's kind of like hidden from you. You know, you can see what's going on, but you will never get as much detail as this. Like this is super, super useful for, um, compared to a lot of steps. So DeepSeek made every step visible. It's kind of like a care core design like principle. So once you've managed an agent, you get the full vision. You can see everything that's going on. Um, and it basically gives you a lot of visibility and understanding. Now, also what you can do, and this is another level is you can get the session logs. You can actually export the full session as a zip file. And inside is a complete log of every step. So you can export any session as a complete log. And with this, you can see every step, every call, every result in a standard file format. So you can save it and you have a permanent record of exactly what the agent did. If you lay a hand agent work to a virtual assistant or a team member, that log can help you check the work without having to redo the work. So you review the trajectory, the way a manager reviews a report. Last thing in level one, by the way, and this is still level one here, is this version is 0.1. And what I mean by that is basically DeepSeek have only just released this. This is 0.1. Basically, it's 10% of the full version. And so it's a developer preview. And what this means essentially is like be expected for things to be a little bit bumpy. Anything open source doesn't always work first time. So like it's pretty cool that we can see the chat, we can see the trajectory. It can build awesome stuff. As we've already seen, it's pretty easy to use. But bear in mind, like there's going to be things that break. There's going to be things that move around in between versions and updates. A plugin that works today might break next month and get fixed a month after. So if you wire your entire operation to it this week and treat it as finished software, something's going to break. And I just want you, I want to be honest with you right now because you can start doing real jobs with it. But basically, you want to structure it around a system. And I'll show you that later inside level three. And it's one of the strongest ways to use it. So you want to build this into a system, which we'll come on to later. But that's essentially level one complete. Well done for making it this far. So one key connects to brain. One folder is the room it works in, playing English briefs with a look at, produce rules, system, full trajectory, vision on every step, session logs. So you can keep and check everything. And basically, if you stopped right now, you would have a free working and fully inspectable AI agent doing real tasks on your machine today. But you'd only be using 20% of the full power of DeepSea. The other 80% is the part that made me make this course. So that's level one. Now, quick pause here before we get into the rest of it. Everything in this course, we run live inside the AirProfer Boardroom. And the DeepSea harness is on the daily tutorial schedule right now. The exact install from level one, connected free models for open routers, the agent work costs nothing. And also just like how to get the most out of AI automation. So if you want really practical, useful stuff like this, if you want weekly coaching calls, if you want to connect with amazing people, feel free to check out the AI Profit Boardroom link in the comment description or go to theairprofitboardroom.com. Every single day, I answer your questions. I create personalized video tutorials for you. I have a classroom with all this amazing courses. You can jump a weekly coaching course right here. You can meet people in your local area who are building out with AI agents and stuff like this. And it's just a great place to learn about DeepSea AI agents. You can meet cool people and it's a fantastic community. So with that, let's get into level two. Level two, my friends. The plugin system, the four modes, creator mode, the hidden config file, how the model works and the one line in the docs that quietly connects this tool to every other agent that you own. So let's start with the headline of DeepSea's own GitHub, which is three words. Everything is a plugin. Okay. So most software companies say something like that. I mean, we have an app store where you can add extras. DeepSea means it literally and the difference is the whole story of this tool. So the sidebar and interface is a plugin. The tool the agent uses to act, the plugins, the system prompt, the stand-in instructions, the agent starts with a plugin. The sandbox, where it works, a plugin. Even the agent loop itself, the core cycle, think, act, check, repeat is a plugin. So every single organ of this machine can be switched off, swapped out or replaced with a better one without breaking the rest. And here's the picture to hold in your mind, my friends. So every other agent product is like a sealed car. You can change a radio station. You can maybe add like a phone mount to it. But the engine is the engine, the seats are the seats. And if the company that built it makes a bad choice, you're stuck with it. That's it. But DeepSea harnesses a car where the engine, the wheels, the seats and the steering wheel all pop out and click back in and the car keeps driving whilst you do it. So when someone else builds like a better memory system next month, you swap that one part in. When a better browsing tool comes out and gets shipped, same thing. So you don't wait for the company. You don't migrate to a new product. You upgrade one piece and keep moving. And someone will build better parts, right? That's what the community is all about. So let me give you some examples. Within hours of this launching and again, I only launched like this week, DeepSea harness, it's already happening at a pace I've never seen before, right? So for example, within hours, the community shipped a desktop version and a curated plugin list. There are over 300 community plugins indexed right now from the official plugin tag, sorted into categories. You've got knowledge, media, workflow integrations. DeepSea even tells plugin builders to tag their repositories with DSH-plugin so everyone can find them. And when a free tool grows an ecosystem in its first days, that really tells you where the builders believe the future is, right? A lot of developers are switching over to DeepSea harness because it's got that open source vibe. It's so easy to share with him. So under the hood, this whole design runs on something called Cordis and DeepSea did something labs almost never do for a product like this. They actually published an actual research paper explaining the design. Now, if you haven't seen that already, you can actually find it on the GitHub page, right? So they have a full like paper on Cordis and how it works as a paradigm and essentially you don't need to read it. It is kind of interesting but it's very, very heavy maths but the core idea matters and it's pretty simple to say, right? So every action in the system can be cleanly reversed if you add a piece and there's a guaranteed clean way to remove that piece with no leftover mess and no side effects and everything else. Well, that's the reason everything as a plugin actually works here, right? So instead of collapsing into chaos, which is what usually happens when software gets this modular, the swapping is pretty safe by design mathematically not held together with like tape and hope. There's also very Jane Street. So if you know that world, building the boring and rigorous foundations first so the exciting stuff on top doesn't fall over, that's what it's all about. It's just about building good foundations inside this harness and again, like I said, it's very unique. Now, you might be wondering okay, what are the four modes because this is the control panel people click past on day one and never revisit. So if we have a look for example here, you can see here that we've got this standard mode right here at the top, right? So we can switch through this when we start a new session. So we've got standard mode, code mode, minimal mode and creator mode. So in settings, there's an agent preset option with four choices and each one is just a really different amount of power handed to the agent. Standard mode is home base, balanced capabilities, good judgment about tools, right? For everyday business tasks, the summaries, the drafts, the research jobs from level one. You'll spend most of your time here to be honest. Code mode, right? That actually unlocks the heavier building powers for bigger technical jobs. So if you're having to construct something complex over many steps, this gives it more room to work. Most non-technical users will rarely use it and that's fine. Knowing you don't need a mode is probably as useful as knowing you do. And then, for example, you have a minimal mode and what this does is actually strips the agent down to almost nothing. It's very light, it's very fast, fewer moving parts, perfect for quick, simple questions where you don't need it opening files or running tools for you. Think of it as a difference between calling a whole team into a meeting and just asking the person at the next desk. And then, there's creator mode. So creator mode exists for exactly one job and it's a feature I teased at the top of this course. So building new plugins by prompting. You can describe a tool that you wish existed in one plain English sentence and the harness builds that tool live inside your session and actually switches it on. So let me walk you through this slowly because the first time you see it, it doesn't really feel real but if you start a new session you can pick creator mode. So let's try this out. So we're going to click on creator mode over here like so. We'll select that. Make sure you click on a new session so you click the plus sign to start a new session and then you're going to select creator mode. And from there you type a sentence describing something that you want to exist. So let's make it concrete. In this example we actually said add a small panel in the bottom corner that shows my three tasks for today and let me tick them off. So you can now send that as you can see right here and then we can click on full access and we'll just allow that as you can see right here. And basically the moment you send that the harness automatically loads its own plugin development skills so you can watch it do this in the trajectory view. So if we go to the trajectory view that we were talking about before you can see here that it's beginning to use this system right here. And so if you look at this example this is a sped up version basically when we've asked for the system it's got the daily panel over here right. So we asked it to add a small panel this is again sped up just so you can see it in action but the main thing here is like you can build your own workspace like how amazing is that? Imagine you can go into Claude and you're like mate I want this to look like that I want this to look like that I want to build my emission control you can't do that inside Claude it's closed it's not editable it doesn't swap in and out but Cordis is unbelievable for doing this like I've never seen any other tool that can do that and I don't want to hype it up or like tell you how amazing it is without you trying it and then you try it and maybe it's not as great as it sounds but it is impressive like I've never seen that before so what this allows you to do is basically build something in real time inside the plugin workspace and just add new cool stuff so if you're building out and you're like do you know what I wish I had a goal section I wish I had a journal section I wish we could do this I wish we could do that you can do it right it's kind of like a genie so it starts building a minute or so later it presents the finished plugin and asks you to prove it one button you click approve and the panel appears on your screen so you can now tick off tasks you didn't write a line of code here by the way you didn't download anything you didn't wait for a developer you just described what you want and the thing came into existence in front of you how amazing is that now if you don't like it you can edit that as well so you could say okay make it smaller or move it left or I want different colors or keep it forever so you literally describe what you want and so it's a very editable and sort of flexible harness that again I've never really seen before so it's like a conversation you can go back and forth and change it exactly how you want and mold it in the vision that you have for it now you can also stop the plugin and then it can basically end instantly so you can switch off anything that you have as well and you can start it and it's back so by default it just lives inside that session but you can persist it as well so it's see how it's now defining the plugin again this is slow motion mode versus the demo that I showed you a second ago but that's basically how it works and then if you build something you can keep it forever so you see how it's built out this task panel now and we can approve it and boom look at that we've just built out a list of goals that we want and then if we want we can make that persistent forever or we can just delete it and we can add tasks we can edit it we tick it off and that is ready to go unbelievable really cool I just love how flexible that is you're never going to get that with a closed model but this is the power of open source it's designed for what you want also when you think about this it's like okay well who are they targeting I think they're targeting people particularly developers who use stuff like cloud code day to day but they're like I want it to be more my style I want it to be customized to me and so this is something that you can do anyway you can basically build stuff keep it forever and if it's all designed for an imaginary average user who isn't you creator mode flips that relationship so the interface becomes clay you want a panel that tracks your content published from ideas published describe it you want a button that kicks off your morning routine with one click describe it right a little dashboard showing the last five files your agents produce you just describe it the gap between i wish this tool did x and the tool doing x collapses to one sentence and one approval click and i've been doing this for a while and i still find that slightly hard to believe every time it works now the buried setting that i promised you at the start this one's for and inside it profiles then web and in there sits a file called cordis patch dot y a m l you can open it up in any text editor notepad is fine it's a short simple list now here's what you you can edit basically the config file inside your dsh and change it and mold it however you want or you can get the agent to do it for you so that's what they mean by editing the harness you can basically change everything you to now you can also view and see how each of these presets is configured so if we open up this configuration file like so we can click on that and open it and edit it but then we can switch between these different modes and we can add and draft a custom preset so if we go to settings here agent presets you've got minimal creator standard and code but you could also draft a custom preset as well if you wanted to add a totally different mode that again is fully customizable and that's down to creativity like for me I'm not really going to mess around with that I don't think it's going to help me too and what you can actually do is browse all the plugins that have been built inside this system so for example they've got plugins for developers which is quite technical but then you one of your agents to check it out as well make sure it's legit and you're happy with it but basically if you wanted to install something like this you could go over to your plugin section inside the settings here and then you can search for plugins and install new plugins or you can actually go inside the new section here and then just say install this plugin and then pull in the plugins from other people's stuff so you see how it creates almost like an app store for deep sea kindness where you can share everything in the world you know everything is a plugin every single part every single piece you can swap it out so that concludes level two of this whole see harness supports MCP supports the agent client protocol and reads agents MD and clawed MD files so let me explain that in plain English what that means is it's the bridge to level three because MCP is a standard plug socket for tools is how any agent can connect any tool without custom wiring for each pair so the agent client protocol is a standard way for agent software to talk to the apps around it and agents MD and clawed MD these are the big ones are instruction files so little text files you leave in a folder then tell that agent about your business so this could be your rules your writing voice your projects what to always do what never do where things live clawed code read some hermes read some and now deep seek read some files so if you don't have these files yet start one today because it's the highest potential thing you can actually do and it shares across all your agents takes about 20 minutes you can make a file called agents d in your workspace folder or you whatever deep seek i can plug that in and this is more part of the agent operating system but i can plug in all my context and all they did the exact opposite so they built the harness to speak the languages the existing agent world already speaks like claude md the biggest closed source rival created a challenger that builds for compatibility instead of locking it's just hoping for adaptability right they're hoping that developers come along see that we need that right people like you watch this I reads the same instruction files works in the same folders speaks the same protocols why are you running them separately at all and that brings us to level three the agent operating system with the deep seek harness inside it so let's talk first about what this problem actually solves and I hear it from my AI profit board members all the time so if you followed AI for the past year you've probably collected tools and subscriptions so for example clawed code maybe Hermes maybe open claw now deep seek harness each one arrived with a wave of excitement each one demanded setup time and somewhere along the way a feeling crept in there are too many tools too many apps I can't keep up every month there's a new one and I'm falling behind some of you are feeling there about this very video so I want you to take that feeling apart probably because it's built on a picture that's wrong the picture in your head might be a treadmill every new tool is another thing you must master some more tools means more falling behind but mastery of individual tools was never the skill the skill is running one system that new tools plug into and when you have the system a new tool isn't homework it's a free upgrade delivered to your door so you don't keep up with the tools your system absorbs them and here's what should give you real confidence in this approach right deep seek have focused their entire ecosystem on this whole system right they have literally built out a harness where you can swap everything in and out and that's basically what an agentic operating system as well it's the same philosophy so everything is a plugin inside one tool the agent OS same idea one level up every tool is a plugin inside one system and the biggest open lab in the world just validated the architecture so let me show you what it looks like in practice because this is exactly how I work every single day across my business so we've got one dashboard I mission control and every agent sits side by side each with his own job at what it's best at so if we pull this up for example this my agentic operating system and what we can do here is we see that we've got these different workflows like the SEO workflow we've got a video agent we have loop system we have notebook plugged in here we got kanban board memory systems etc everything is in one place one click away including deep seek and deep seek harness itself beautiful so that makes everything much easier to manage and that way we can have all of our agents and everything inside one system and I can rebuild any piece of it and the thing that makes this system instead of appall apps is the shared memory with obsidian obsidian ball if you haven't met obsidian it's just a folder of plain text notes on your computer that's genuinely all it is and that plainness is the super power because plain text files in a folder are the one thing every agent can read and write no special format no company's database it's just like one agent learns and then every agent knows because they're all looking at the same folder so here's how to structure yours and how to make sure that actually works so I like to use daily projects research and outputs that's the way that I organize this whole system so it looks beautiful like this but it's just like organized into four steps daily projects research output and it's just a bunch of folders with one instruction folder the reason I do that is because complicated vaults don't work very well but a handful of folders one for daily notes what happened what's in progress one for projects one note per active project and for example what its current state is one for research everything the agents gather and one for output drafts and finished work and sitting in the top is your agent's MD instructions from level two so every agent that opens a vault gets briefed automatically and that's the whole architecture it's just folders and text files pretty simple stuff if you can organise a filing cabinet you can build this so if we come back to DeepSeek and DeepSeek Harness here and we go back to the ideas it was pulling in before on our sessions you can see that we've got everything pulled in for our website so this is the whole website that it's pulled in and it's all personalised to me so it knows my brand and everything else why does DeepSeek Harness have so much information about me from day one because it's pulling in all the context from Obsidian so it knows what we work on it knows who we work with it has all of our FAQs it understands everything about me and my business from day one because we just get that memory and we plug it into our agents and we can do the same with Hermes agent we can do it with all our agents it's an amazing system game changing once you build so for example we can select v4 pro which is the most powerful frontier level AI that DeepSea has whereas for example DeepSea v4 flash not as powerful but great for volume so if you like when do I use flash flash is great for volume it's pretty cheap but not that smart DeepSea v4 pro fantastic for building things so if we're building something that's like the agentic operating system we can just click enter like so and that can begin to build out now this is basically like a dashboard you know a mission control so it's going to code out and then it's going to start building it locally right so you can see here it says mission control folder is you can also see what it's doing step by step so it's got context injection and then it's got for example thinking and then it's running terminal commands so bash is like terminal commands and it's just running through everything step by step we can also see what it's working on locally so what it's doing here is actually reading through our understanding how our existing mission control is 10 15 minutes but basically what we're getting there is a full beautiful system that we can build with mission control and you begin to build out as you can see right here which is pretty nice and anytime you want to stop this we can go with it as well you're going to see here that as this bottom right hand corner the context used so it shows how many tokens we used the tools and messages so it's broken down how much context everything is taking up the most tokens and context right here and then we can see how many steps we've used the LLMs everything else right cash here as well so that's based on like basically reducing the amount of tokens we use by rereading the existing context we already have and it's beginning to build this out right and so we can have that working in the background we can also open up other tabs of our mission control and I'll walk you through this so over here we have the mission control dashboard we have all these different open source projects like hermes is a system where we have a team like organizational chart of all agents working together we have the AI agent mastermind where we can have deep seek and all agents speaking inside a group chat like so we have a pipeline system here where we can go from idea to built app then we have for example like claude with the workspace so everything is saved and we can preview it for later we have artifacts so we can preview ultra code where we can have teams of sub deep seek and the harness or different custom workflows that you prefer to use and it's all slotted into one system and if you like this is going too fast for me or that sort of thing don't worry this is level three but if you want a full breakdown we've actually got one hour tutorial inside the airport board on exactly how we build the operating system what for reducing the amount of tokens it uses and it's using those to create better quality designs for our mission control dashboard so over here we have Hermes we've got the Hermes bot new feature that just dropped so we everything is inside one place you got custom workflows for all of the work that you do day to day for me again like the best things to build with deep sea harness are the things you do every single day so don't go after hypothetical jobs don't try and automate something you don't need focus on what do you do every day and how can you automate that so for me for example I was spending too much time doing keyword research so we created this keyword research system I was spending for example too much time creating content so we created this system for deploying and creating content that's what the game is time and how can automate it so you never have to do it again and then we have our memory system over here and so what you'll see is it gets updated as we use it so 28 minutes ago one hour ago six hours ago right it's not updating on every single task but for the useful stuff that it's actually spending time on that we need for later it will jot it down into the memory and then the cool thing about this is we have the graph where we plug this into it and how powerful it is so if we come back to that mission control example where we have mission control you can see here that it's opened up and we through the system from DeepSeek so if have a look here we can see all our previous sessions for DeepSeek which is pretty wild when you think about it it's just build that into a beautiful system and it's actually organized my Obsidian Vault as you can see right here so we've got information about me we have the wins we have for example decision logs these are actually taken from my when I've tried to do this myself like you know if I'm using clawed or something like that it will come back with something very basic but if you look at that system right here so we've pulled this up side by side this is the mission control built and on the left hand side with harness so if we open this up it shows how many tokens we have how we have our work spaces we have our previous session history we have our memory and we have the command engine where we can run headless runs with deep see so what that means essentially is we can run a command and then we see the output over here so if we say for example just terrible example but we hit launch like so and it's actually going to launch a session right here with deep sea harness so we basically put like a interesting mission control system on top of the deep sea harness in like one single prompt so it's done a very good job which actually blows me you and that should build out a plugin where we can have a drop down box to use open code locally well not locally but to use our local installation of open code and then to plug in that free model where we can use deep sea v4 flash for free so we have the snake game running on the right hand side so you can see that's been fully built over here so that's been created and then we have our commands so we can do help workspaces session status version of memory pretty nice so it is really amazing really interesting as a project and you can see how that's building out right here also something else you can do here is you have multiple sessions coding at the same time so if you were looking at this mission control system here what you could have two different agents two different conversations inside the same project the same for example with obsidian we can have two conversations running at the same time and they can just go side by side and you can have six different agent conversations coding into the same folder to used or click on add a workspace add a new one like so and then over here we can make the mission control really bright and colorful and interesting so what we can do here is we've checked as well which is really interesting so they're basically coding out in the background right here and the cool thing about having the agentic operating system is that you can open it in full screen right here so you see how we've got the link at the top this is where it's actually running on so we can code for free and then we also have the harness which is free but you would use different models inside there so those are being built out right and then as that gets updated you can just refresh this and it will begin to be built out directly right there which is quite nice now if we a project here so we can click on delete workspace and just remove that if we want to and we have the ungrouped chats over here too as you can see and sometimes what you see here is like it gives you a local address like this you can either open that up manually and just copy and paste into your browser like that or the option you have is you open this up inside the .dsh folder which is where the visual UI of how it's being written is right there so the .dsh if you remember earlier is the folder where the UI and everything that we build inside creator mode is published and you can see here for example it's editing the public forward slash style CSS and I plain text prompts but also you learn what it's doing and how it's coding out the project and where it's putting everything and why it's doing that and that sort different settings and it's just improved it slightly I actually don't like the way that it's redone that but yeah you get the point you can just iterate and improve and stuff like that one other thing you we can say okay save this as a plugin do that as a plugin right so for example here let's say I've got a skill for SEO or let's say for example we have a UI skill like UI UX Pro Max we can grab that then we can go over to the agentic OS and can you install this as a skill so that you can create really nice UI so if you see for example we can teach it as a skill and we can improve that directly there as well also pretty cool so you know I was talking before about how to add DeepSeek V4 Flash for free with open code so if we click on this dropdown now and we can you add open code as a dropdown with DeepSeek V4 Flash so I can use a harness for free when I'm building it said sure I'll investigate that now let me build it and then it says the key harness here's the information and it started looking at what open code is so it was like reading and thinking and have offers DeepSeek V4 Flash for free and so it needs an open code set up and then it's routed that inside the settings so that it's a model that we can add on the dropdown it ships with the dropdown here and we've got that plugged into the system pretty cool actually amazing that you can just change the dropdown like that I mean you could do the same for example if you wanted to code for free you could also go to open router you could go to omni router you can actually type in free on open router here and you'll see all these different models that you can get to to to get more to get to the AI profit boardroom link in the comment subscription or just go to the AI profit boardroom dot com you see we've got a bunch of nice reviews and testimonials right there inside the community you can post questions get help and support in talk courses we've got a bunch of courses over here we have all my playbooks that I personally use inside my own business and then also inside the new daily update section you can grab the agentic operating system that we've built and we've just updated it plus you can get the zip file to install it and you can get access to all our new trainings and useful materials inside the calendar you can jump a weekly coaching course where you can ask questions and get help and support in real time and in the map you can meet people in your local area who are building out with AI agents like