Agent ¶
An AI system that takes a goal in natural language and figures out how to accomplish it on its own. Unlike a chatbot, which answers one question at a time, an agent loops: it plans, picks a tool, runs it, reads the result, then decides what to do next. The defining feature is autonomy across multiple steps.