Sash drove this one, and the framing he opened with does most of the work: a model is a faucet of intelligence, but a faucet on its own does not plumb a house. An agent is a model plus a harness, and the harness is the environment the model actually runs inside. It is the app. The chat window is a harness. Claude Code is a harness. Hermes and OpenClaw are harnesses. What the harness supplies is everything the model cannot supply itself: tools, memory, skills, and a scheduler. Take those away and an agent collapses back into a chatbot. The useful part of the episode is the ladder Sash laid out. Chat sits at the bottom, the simplest harness there is, with almost nothing to break. A session-based agent harness like Claude Code or Codex sits above it, capable of pulling tools, running skills, spawning subagents, and looping. Always-on harnesses like Hermes and OpenClaw sit at the top, waking on a schedule, reading a task list, and working without a human in the session. The catch is that fragility climbs right alongside capability. Chris and Sash both hit it: OpenClaw dying silently on background tasks with no signal until you go turn on traceability, and Chris discovering he could not take a clean update after forking Hermes, because customization is exactly what makes an always-on harness yours and exactly what makes it yours to maintain. The number worth carrying out of the episode is 8x. Sash cited a controlled study showing the right harness multiplied agent capability roughly eightfold with the model held constant. That reframes where the leverage is. Chris landed the analogy that ties it together: the harness is to agents what retrieval augmented generation was to GPT three years ago, the surrounding machinery that turns a generic model into something grounded in your context and useful on your problems. Both hosts expect enterprises to start building their own harnesses, partly to run cheaper open-source models and partly to hedge the cost and geopolitical exposure of depending on frontier providers. Harness engineering is already showing up as a taught discipline, which is usually the sign that something has stopped being a niche. The show also changes format starting next week: YouTube instead of LinkedIn, Wednesdays at 2 PM ET instead of Fridays, and 25 minutes instead of 15. Key takeaways: When an agent underperforms, change the harness before you change the model. A controlled study put the capability difference at roughly 8x with the model held constant, so the scaffolding is usually where the leverage actually is.Pick the lowest rung of the ladder that does your job. Chat, session-based agent, always-on. Capability and fragility climb together, so buying capability you do not need means buying failure modes you did not want.Instrument always-on agents for silent failure before you rely on them. OpenClaw dying quietly on a background task is invisible until you deliberately enable traceability, and an agent that fails without telling you is worse than one that does not run.If you fork an always-on harness, you own its updates. Chris forked Hermes, customized it, and then could not take a safe update. That is the real price of the control, and it is not payable in AI time.If you are at a company weighing frontier model dependency, start scoping what your own harness would look like now. The argument for it is cost and concentration risk, not capability, and the tooling and teaching around harness engineering is arriving quickly.Watch the video version on YouTube · Full show notes, transcript + takeaways