context window — The maximum amount of text a model can consider at once — its working memory for the current conversation or task.
agentic loop — The cycle an agent runs in: decide, call a tool, read the result, decide again — repeating until the goal is met or a stop condition fires.
Why it matters
Strips the agentic loopThe cycle an agent runs in: decide, call a tool, read the result, decide again — repeating until the goal is met or a stop condition fires.Full definition → down to a few dozen lines of context windowThe maximum amount of text a model can consider at once — its working memory for the current conversation or task.Full definition → list plus tool dispatch, showing how little machinery is actually required before frameworks are added.