Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  1. Home
  2. Vocab
  3. Agentic AI Systems

Agentic AI Systems

AI systems that autonomously pursue goals by planning and executing multi-step actions.

Year: 2022Generality: 694
Back to Vocab

Agentic AI systems are AI architectures designed to pursue goals through autonomous, multi-step decision-making rather than responding to single, isolated prompts. Unlike traditional AI models that produce one output per input, agentic systems perceive their environment, formulate plans, select and use tools, and iteratively refine their actions based on feedback — all with minimal human intervention. The term draws on the philosophical concept of "agency," the capacity of an entity to act independently in pursuit of objectives, and applies it to software systems capable of sustained, goal-directed behavior.

At a technical level, agentic systems typically combine a large language model or other foundation model as a reasoning core with external capabilities such as web search, code execution, file management, and API calls. A central orchestration loop — sometimes called a "ReAct" loop (Reasoning + Acting) — allows the model to alternate between thinking through a problem and taking concrete actions, observing the results, and adjusting its plan accordingly. Memory mechanisms, both short-term context windows and longer-term external stores, allow the agent to maintain coherent behavior across extended tasks. Multi-agent frameworks extend this further, enabling specialized sub-agents to collaborate, delegate, and verify each other's outputs.

Agentic AI became practically significant around 2022–2023, when sufficiently capable language models made it feasible to chain reasoning steps reliably enough for real-world tasks. Systems like AutoGPT, BabyAGI, and later more structured frameworks such as LangChain and OpenAI's Assistants API demonstrated that LLMs could autonomously browse the web, write and run code, and manage files to complete open-ended objectives. Enterprise adoption accelerated as organizations recognized that agentic workflows could automate complex, multi-step knowledge work previously requiring human judgment.

The significance of agentic AI lies in its potential to dramatically expand what automation can accomplish. Rather than automating discrete, well-defined tasks, agentic systems can handle ambiguous, long-horizon goals — drafting and sending emails, conducting research, managing software deployments, or coordinating across organizational systems. This shift also introduces new challenges around safety, reliability, and oversight, since errors can compound across many autonomous steps before a human reviews the outcome. Ensuring that agentic systems remain aligned with user intent and operate within sanctioned boundaries is one of the central research and engineering problems of contemporary AI development.

Related

Related

Agentic AI
Agentic AI

AI systems that autonomously plan and execute multi-step actions to accomplish goals without continuous human intervention.

Generality: 800
Autonomous Agents
Autonomous Agents

AI systems that independently perceive, decide, and act to achieve goals.

Generality: 792
ACE (Agentic Context Engineering)
ACE (Agentic Context Engineering)

Designing inputs and interfaces that enable AI models to act as reliable autonomous agents.

Generality: 293
Agent
Agent

An autonomous system that perceives its environment and acts to achieve goals.

Generality: 875
Agentic File System
Agentic File System

A file system interface designed for autonomous AI agents to read, write, and organize data.

Generality: 293
AGI (Artificial General Intelligence)
AGI (Artificial General Intelligence)

A hypothetical AI system capable of performing any intellectual task a human can.

Generality: 895