The investigation chain — the agent loop.
One tool call answers a question. A chain of them, decided on the fly, settles a case.
In the last lesson the model reached for a single tool and answered. But a hard call is rarely one question — it is a chain. The VAR asks what it still needs, consults a tool, looks at what came back, and decides whether that settles it or whether to consult another.
That is the agent loop: think (what do I still need?) → act (consult a tool) → observe the result → decide (enough, or go again?) — and round again, until it renders the verdict. The model runs the loop itself, choosing each next step from what it has just seen.
What makes it an agent, not just a tool call, is the judgement: breaking a goal into steps, correcting course when a result is ambiguous, and — hardest of all — knowing when to stop.
Take one hard appeal and turn the loop, step by step, until the VAR has enough to rule.
Not one call — a chain of them.
An agent does not answer in a single shot. It loops: works out what it still needs, calls a tool, reads the result, and decides whether to stop or go again — steering each step by what the last one showed. Three consultations here, each chosen because of the one before it, then a verdict that rests on all three.
The tools were Lesson 8. The loop is what turns them into an agent: planning, self-correction, and a stopping rule. Give it a goal and the means, and it runs the review — which is exactly why the next question is how far you let it run on its own.