Path 02 · 3 pieces · 32 minutes
Design the runtime
A capable model still needs a runtime around it. This path covers what the agent sees, what it is allowed to do, and when it is required to stop.
In order
The sequence, and why each step follows the last.
01Context Engineering: Why More Context Can Make an AI Agent WorsePractical explainer411m
The model can only make its next decision from what is in front of it. Context engineering is the practice of keeping that working set current, relevant, and deliberately small.
02Harness Engineering: Why a Better Model Is Not the Whole AnswerSystems explainer511mA capable model still needs a well-designed runtime around it. Harness engineering is the work of giving an agent useful context, tools, boundaries, state, and evidence of completion.
03Loop Engineering: What It Means—and Why It Is More Than Letting an Agent Run ForeverEmerging concept510mLoop engineering is an emerging label for designing repeated agent work: its trigger, state, feedback, boundaries, verification, and explicit ways to stop or hand off.