What is agentic AI
Agentic AI refers to autonomous or semi-autonomous AI agents designed to achieve goals, not just answer prompts. An agent plans a sequence of actions, invokes tools and APIs, consults internal knowledge, and adapts as new signals arrive. Unlike static automation that follows fixed rules, agentic systems reason about context, choose among alternatives, and collaborate with humans or other agents to reach the desired outcome.
In practice, an agent can be a single goal-seeking process or a multi-agent team where specialized agents handle planning, data retrieval, execution, and quality assurance. Human in the loop checkpoints can be inserted anywhere decisions are sensitive or high impact.