Agentic AI definition

AI designed to take a sequence of steps toward a goal, rather than only answer a single prompt.

What it actually is under the hood

An agent loops through a model, instructions, tools, and a working state. The model proposes the next action; software executes it and returns the result for another pass.

Read the related explainer: How AI agents work