harness
The program wrapped around the model that turns raw text prediction into something useful: it manages the prompt, runs tools the model asks for, feeds results back, and loops. The model only predicts tokens; the harness is what makes it an agent. Claude Code and similar tools are harnesses.