▸ 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.
Learn first
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.
In megatrends
Related players
◆ AlphaEvolve◆ AWS Agentic Shopping Assistant◆ Blitzy◆ ChatGPT◆ Claude Code◆ Claude Design◆ Claude for Legal◆ Claude Opus 4.8◆ Claude for Small Business◆ Cursor◆ DeepSWE◆ Design Conductor◆ FutureSim◆ Garry Tan◆ GPT-5.5◆ gstack◆ Hunter Alpha◆ Manus◆ Microsoft◆ MiniMax◆ MiniMax M2.7◆ Polsia◆ Qwen3.5-35B-A3B◆ Sesame◆ SPARC◆ Thomson Reuters
How this connects
Tap a node to open it















