A language model can’t check your calendar. It can’t run a calculation, look up today’s weather, or send anything to anyone. On its own it produces text, and that’s the entire job.
Tool use is how that changed. Somebody gave the model a list of things it’s allowed to call, and taught it to stop mid-answer and call one. Everything you’ve heard about AI agents rests on that one move.
What it means
Tool use means the model can pause, ask for a specific outside action, and then keep going once it gets a result back. The model doesn’t run anything itself. It produces a structured request (search this, look up that record, run this code), some software actually performs the action, and the answer gets handed back to the model as new information to work with.
Why it matters
This is the line between a chatbot and something that does work. A model without tools can write you a lovely paragraph about your quarterly numbers that’s entirely invented. The same model with a tool that reads the actual spreadsheet is doing a different job, with a different failure rate.
The model chooses. Nobody hard-codes when to check the calendar. The model decides, based on what you asked, that a calendar lookup would help, and it gets that decision wrong sometimes. It calls tools that aren’t needed, skips ones that are, and occasionally invents a tool that doesn’t exist and waits for a reply that will never come.
Every tool you connect is also a door. This is why prompt injection matters so much now: text hiding in a webpage or an email can talk a tool-using model into sending things where they shouldn’t go. A model that can only talk is fairly harmless when fooled. A model that can talk and also has your inbox open is a different situation.
Simple example
A new employee on their first day, sitting at a desk with a phone list. They can answer most questions from memory, and when they can’t, they don’t guess. They call accounting, wait, and use whatever accounting tells them.
They can also call accounting about something accounting doesn’t handle, or forget to call at all and answer from memory anyway. Same phone list either way. The judgment is the part you’re actually hiring.

