New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
You gave your agent a multi-step goal and watched it try something plausible-looking on step one instead of figuring out the whole path first.
What you'll have at the end
A written plan of ordered subtasks, checked against the goal, that the loop executes one step at a time
You need
A tool-calling loop that already sends the model one action at a time and stops once it says it's done, with nothing that writes out the whole task before the first tool call.
Not covered
This doesn't cover splitting the plan across two separate agents, or deciding whether a subtask needs a person's sign-off before it runs: both are their own problem.
Checked 15 Aug 2026
Part of the AI Agents cookbook