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. Agent

Agent

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

Year: 1985Generality: 875
Back to Vocab

In artificial intelligence, an agent is any system that perceives its environment through inputs—whether physical sensors, data streams, or simulated observations—and takes actions intended to achieve a specified goal or maximize some measure of performance. This perception-action loop is the defining characteristic of an agent, distinguishing it from passive systems that merely process data without influencing the world. Agents can range from simple reflex systems that respond directly to current inputs, to goal-based and utility-maximizing agents that plan sequences of actions, to fully autonomous learning agents that improve their behavior over time through experience.

The theoretical backbone of agent design draws heavily from decision theory, control systems, and reinforcement learning. In reinforcement learning specifically, an agent interacts with an environment modeled as a Markov Decision Process, receiving rewards or penalties that guide it toward optimal behavior. The agent's policy—a mapping from perceived states to actions—is refined through trial and error, enabling it to handle complex, high-dimensional environments without explicit programming of every contingency. Modern deep reinforcement learning agents, such as those developed by DeepMind for playing Atari games or mastering Go, combine neural network function approximation with this framework to achieve superhuman performance on challenging tasks.

The concept of agents is foundational across nearly every subfield of AI. In robotics, agents must navigate physical uncertainty and real-time constraints. In natural language processing, conversational agents must manage dialogue state and user intent. Multi-agent systems—where multiple agents interact, compete, or cooperate—introduce additional complexity around coordination, communication, and emergent behavior, with applications in autonomous vehicles, financial markets, and distributed computing. As AI systems become more capable and are deployed in higher-stakes settings, the design of agents that are safe, aligned with human values, and robust to distributional shift has become one of the central challenges in the field.

Related

Related

Autonomous Agents
Autonomous Agents

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

Generality: 792
Agentic AI Systems
Agentic AI Systems

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

Generality: 694
Agentic AI
Agentic AI

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

Generality: 800
Agent-to-Agent Interaction
Agent-to-Agent Interaction

How autonomous agents communicate and cooperate to achieve individual or shared goals.

Generality: 695
MAS (Multi-Agent System)
MAS (Multi-Agent System)

A network of autonomous AI agents that interact to solve complex problems collectively.

Generality: 713
Intention
Intention

A goal or desired outcome that guides an intelligent agent's planning and actions.

Generality: 694