Agent
An AI system that can take actions, use tools, and make decisions autonomously to complete a goal.
In plain English
An AI agent is a program powered by a large language model (LLM) that can do more than just answer questions — it can plan, make decisions, and take actions in the real world.
Unlike a simple chatbot, an agent can:
- Use tools like web search, code execution, or APIs
- Break a goal into steps and work through them one at a time
- Remember context across multiple turns
- Loop and self-correct when something doesn't work
Examples include coding assistants that can write and run code, research agents that browse the web, and customer service bots that can look up orders and issue refunds.