Agents
A model capability where the LLM can invoke external tools - running code, searching the web, reading files, calling APIs - as part of generating a response.
A model capability where the LLM can invoke external tools - running code, searching the web, reading files, calling APIs - as part of generating a response. Tool use turns a passive text generator into an active agent that can interact with the real world.
In practice, developers reach for Tool Use when they need the capability described above as part of an AI feature or workflow.
Hands-on guides, comparisons, and tutorials that cover Agents.
A model capability where the LLM can invoke external tools - running code, searching the web, reading files, calling APIs - as part of generating a response.
Tool Use sits in the Agents part of the AI stack. Understanding it helps you make better decisions when building, debugging, and shipping AI features.
Developers Digest publishes tutorials and videos that cover Agents topics including Tool Use. Check the blog and YouTube channel for hands-on walkthroughs.
The process of breaking a complex goal into smaller, manageable sub-tasks that an agent can execute individually.
A pattern where an AI agent uses the output of one tool call as the input for the next, building a multi-step pipeline of actions.
A flow-control mechanism that prevents an agent pipeline from overwhelming downstream systems.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.