01What is an AI agent, in one paragraph?
An AI agent is a system that uses a large language model as its reasoning loop, calls external tools to act on the world, keeps track of state, and pursues a goal across multiple turns. Unlike a chatbot, an agent decides what to do next at each step instead of replying to one prompt.
