← Back to hub

Harnesses & Deep Agents

Status CoveredUpdated 1 Jul 2026

In one line

A harness is the scaffolding around the model. Deep Agents is a ready-made one.

Key idea

2026 lesson: a great model fails without a good harness. Deep Agents bundles:

from deepagents import create_deep_agent
agent = create_deep_agent(model="claude-sonnet-4-6", tools=[search], system_prompt="Plan, then work in steps.")
When. Plain create_agent for quick tasks. Deep Agents for long, multi-stage jobs.

New in June 2026

Links

My notes

Add your own findings here as you learn.