BD Brain Drip
🎛
Module 01 9 concepts

The Harness Layer

What an AI harness is, why the orchestration layer is now the product, and a tour of the 2026 harness landscape.

01

Claude Agent SDK Overview

The Claude Agent SDK is Anthropic’s official toolkit for building harnesses (or harness-shaped applications) on top of Claude — it is the SDK that Claude Code itself is built on, exposing primitives for agent loops, tools, hooks, sub-agents, and MCP.

02

Claude Code as Harness

Claude Code is Anthropic’s official terminal harness — a CLI that wraps Claude with a programmable loop, hooks, sub-agents, slash commands, skills, MCP servers, and permission scoping, used in this course as the reference harness for examples and exercises.

03

Codex CLI and Cursor as Harnesses

Codex CLI is OpenAI’s terminal coding harness — the OpenAI counterpart to Claude Code — while Cursor is the dominant IDE-coding harness; together they bracket the design space of single-developer agentic coding tools.

04

Harness vs. Framework vs. SDK

A harness is a deployed product that runs models for you (Claude Code, Cursor); a framework is a library you compose into your own application (LangGraph, AutoGen); an SDK is the toolkit for building either (Claude Agent SDK, OpenAI Agents SDK) — conflating them is the single most common error in 2026 agent infrastructure conversations.

05

Harness vs. Orchestration Framework

Within the harness category there is a useful sub-distinction between single-agent harnesses (Claude Code, Codex CLI, Cursor) and orchestration frameworks / orchestration platforms (ruflo, OpenHands, AutoGPT-X) — the latter add multi-agent topology, swarms, federation, and autonomous loops on top of the harness loop.

06

Ruflo Architecture Tour

Ruflo (formerly claude-flow) is the most-adopted open-source multi-agent orchestration platform of 2026; it layers on top of Claude Code with 100+ specialized agents, 314 MCP tools, 27 hooks, 32 plugins, queen-led/mesh/adaptive topologies, AgentDB+ReasoningBank memory, federated zero-trust execution, and a SONA-based learning loop.

07

The 2026 Harness Landscape

As of mid-2026 the agent-harness market has split into roughly four categories — coding-IDE harnesses, terminal coding harnesses, orchestration platforms, and headless/agentic-OS harnesses — each represented by 2–4 dominant products with overlapping but distinct positioning.

08

What Is an AI Harness?

An AI harness is the orchestration layer that wraps a language model with the loop, tools, memory, permissions, and lifecycle hooks needed to turn raw model outputs into a working agentic system — it is what you actually deploy, not the model itself.

09

Why the Harness Is the Product

As frontier models commoditize within a benchmark point of each other, the harness — not the model — is what users adopt, customize, get locked into, and pay for; the harness layer captures most of the durable value in the agent economy.