AI Agents
Give an agent tools
An agent is a language model in a loop: reason → pick a tool → act → observe → repeat. On its own it can only think. Attach tools and memory below and watch which steps of a real task it can finally complete.
Task: Plan a client meeting and brief the team on Q3 numbers.
- Recall the client's preferences and past meetings.
- Look up the client's recent news.
- Pull the Q3 sales figures.
- Compute quarter-over-quarter growth.
- Find a free slot and create the event.
- Send the brief and invite to the team.
Attach capabilities
The model's reasoning is the same — tools are what turn thinking into doing.