The investigation chain — the agent loop.
One tool call answers a question. A chain of them, decided on the fly, settles a case.
Last lesson the model reached for a single tool and answered. But a hard call is rarely one question — it is a chain. The umpire asks what it still needs, consults a tool, reads what comes back, and decides whether that settles it or whether to ask again.
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 drives the loop itself.
What makes it an agent, not a single tool call, is judgement. Because it sees the result of each step before picking the next — unlike a one-shot answer, fixed the moment it is written — it can correct course when a reading is ambiguous, and, hardest of all, know when to stop.
Take one hard appeal and turn the loop, step by step, until the umpire has enough to rule.
Not one call — a chain of them.
An agent does not answer in one shot. It loops — working out what it still needs, calling a tool, reading the result, deciding whether to stop or go again — with every step steered 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 itself — which is why the next question is how far you let it run on its own.