Mentatcurated
▸ Concept also: AI agents, agentic systems, autonomous AI

Agentic AI

AI that pursues a goal across multiple steps — choosing tools, acting on the world, and adjusting based on results — rather than answering a single prompt and stopping.

In a nutshell

A standard language model takes a prompt and returns text. An agentic system keeps going: it breaks a goal into steps, calls tools (web search, code execution, file writes, APIs), reads the results, and decides what to do next. The loop runs until the task is done or the agent gets stuck. The hard part is reliability over many steps — each decision is a new chance to drift, misread context, or compound an earlier error. Most production failures are not model failures; they are failures of the loop.

Where it came from

Year2023
SourcePopularised in the AI practitioner community circa 2023 alongside frameworks such as AutoGPT and LangChain; the underlying idea of goal-directed, tool-using AI agents is older.
Why it matteredThe term 'agentic' as a specific mode distinct from single-turn inference became standard usage around 2023–2024.

How this connects

Tap a node to open it