← The Diary

August 5, 2026

Giving an Agent Hands: What Tools Actually Change

BuildingAI agentsClaude

An agent with no tools can only talk. Tools are what let it act: access to a calendar, files, an inbox, whatever the job actually needs. That is the difference between advice and action, and it is also where the real risk lives, which is why access gets earned rather than handed out.

This is the second of the three things that make something an agent. The other two are instructions and triggers, and the overview is in What Is an AI Agent?

Advice and action are different products

Something that reads your inbox and tells you what to reply is a very good assistant. Something that reads your inbox and sends the reply is a different arrangement entirely, with a different failure mode.

Most disappointment with AI at work comes from buying the first and expecting the second. The gap between them is not intelligence, it is access.

Access is the risk, not the model

The model being wrong is an annoyance when it can only talk. It is an incident when it can act.

That is not an argument against tools. It is an argument for giving one at a time, for the job in front of you, and knowing what the worst version of a mistake looks like before you grant it.

A working order for granting access

  • Read before write. Let it see the calendar before it can move anything on it.
  • One tool, one job. The tool the current job needs, not the set you might eventually want.
  • Reversible first. Drafts before sends. A file it can create before a file it can delete.
  • Watch the first runs. Not because you cannot trust it, but because this is how you learn where it fails.

The wrong tool is worse than no tool

An agent given the wrong access does the wrong thing exactly as fast as it would have done the right one. Speed is the feature and the hazard at the same time, and it is the reason "give it everything and see what happens" is a strategy people only try once.

Start with the one tool the job cannot be done without. Add the next when the first one has been boring for a while.

What are tools in an AI agent?

Tools are the access an agent has to act on the world: a calendar, files, an inbox, a database, an API. Without them an agent can only produce text.

Why does an AI agent need tools?

Because without them it can only give advice. Tools are what turn a suggestion into work that actually happens, which is the difference most people expect from an agent and do not get.

What is the risk of giving an AI agent access?

A wrong answer stops being an annoyance and starts having consequences. An agent with the wrong tool does the wrong thing as fast as the right one, so access should be granted one tool at a time, reversible actions first.

How much access should an AI agent have?

Only what the job in front of you needs. Read access before write, drafts before sends, and anything irreversible or expensive should route through a person before it happens.

— Diary of an AI Practitioner —