Search

Search IconIcon to open search

Agent Harness

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 03.02.2026, 13:28
modified 21.07.2026, 09:03
published Empty
topics Agent Design , Agent Harness
authors Jakub
ai-assisted No

In simple terms, an agent harness is the software infrastructure that wraps around a large language model (LLM) or AI agent, handling everything except the model itself. One AI architect defines an agent harness as “the complete architectural system surrounding an LLM that manages the lifecycle of context: from intent capture through specification, compilation, execution, verification, and persistence”, essentially everything except the LLM itself. In practical terms, the harness is what connects an AI model to the outside world, enabling it to use tools, remember information between steps, and interact with complex environments.

# Topics

# Resources

# Papers

  • Code as Agent Harness
    • 2026-05-24 — 100+ page survey framing code-as-harness as the path to general agency; proposes an executable/inspectable/stateful/governed test