Tech in Five - What is a Harness

John Savill explains what an AI “harness” is and why it matters when working with large language models, focusing on how models behave (including their lack of native memory) and how the harness provides the surrounding logic and context needed to make an LLM useful in real applications.

Overview

What a harness is (and why you care)

How AI models don’t work (common misconceptions)

Models have no native memory

What the harness does

Example: harness and model interaction

How models generate tokens

Why “model + harness” is the key