Now Available: Agentic AI in Law and Finance Learn more

Reference

Glossary

59 essential terms for understanding AI agents in law and finance

A comprehensive reference derived from Agentic AI in Law and Finance. These definitions span computer science, law, economics, and philosophy to provide a rigorous foundation for discussing AI agents.

59 terms 10 categories CC BY 4.0
A
10 terms

Action

The Six Properties

The third foundational property (A in GPA). The ability to effect change in the environment through actuators, API calls, or tool use. Actions can be reversible or irreversible, and governance requires appropriate approval gates.

Related: gpa, tools, perception-action-loop

Adaptation

The Six Properties

The second operational property (A in IAT). The ability to modify behavior based on experience, feedback, or changing conditions. Adaptation can occur within a session or across sessions, and requires change control and revalidation.

Related: iat, reinforcement-learning

Adverse Selection

Legal & Economic

A principal-agent problem where principals cannot accurately assess agent quality before engagement due to information asymmetry. In AI contexts, relates to difficulty evaluating AI system capabilities and limitations before deployment.

Related: moral-hazard, information-asymmetry

Agency Costs

Legal & Economic

Economic costs arising from divergent interests between principals and agents, including monitoring costs (oversight), bonding costs (agent commitments), and residual losses (imperfect alignment). AI governance represents a form of monitoring cost.

Related: principal-agent-relationship, moral-hazard

Agency Relationship

Legal & Economic

A legal arrangement where one party (agent) acts on behalf of another (principal) with the principal's consent and subject to the principal's control. Creates fiduciary obligations of loyalty and care. The Restatement of Agency provides authoritative treatment in U.S. law.

Related: principal-agent-relationship, fiduciary-duty

Agent

Core Framework

A system exhibiting the three foundational properties of Goal, Perception, and Action (GPA). An agent pursues objectives, observes its environment, and takes actions to achieve its goals. This represents Level 1 in the three-level hierarchy.

Related: gpa, agentic-system, ai-agent

Agent-Based Modeling (ABM)

Specialized Technical

A computational methodology where autonomous agents with simple rules interact to produce emergent macro-level patterns. Widely used in economics, finance, and social science to model markets, organizational behavior, and policy effects.

Related: multi-agent-system, emergent-behavior

Agentic System

Core Framework

A system exhibiting all six operational properties: Goal, Perception, Action, Iteration, Adaptation, and Termination (GPA+IAT). Agentic systems are production-ready and can operate across multiple cycles with learning and graceful stopping. This represents Level 2 in the three-level hierarchy.

Related: agent, ai-agent, gpa +1 more

AI Agent

Core Framework

An agentic system (Level 2) whose capabilities are powered by artificial intelligence or machine learning, particularly large language models (LLMs). This represents Level 3 in the three-level hierarchy.

Related: agentic-system, llm

Autonomy Spectrum

Analytical Dimensions

The degree to which an agent sets its own agenda versus following explicit instructions. Ranges from delegated proxies (executing specific commands) to self-directed entities (independently identifying and pursuing objectives). Higher autonomy requires stronger governance controls.

Related: dimensional-calibration
I
7 terms

IAT (Iteration, Adaptation, Termination)

Core Framework

The three operational properties that distinguish production-ready agentic systems from basic agents. Iteration enables multi-step execution, Adaptation allows learning from experience, and Termination ensures graceful stopping.

Related: iteration, adaptation, termination +1 more

In-Context Learning

Technical Patterns

The ability of language models to adapt behavior based on examples or instructions provided in the prompt, without updating model weights. This enables few-shot learning and dynamic capability extension.

Related: llm, chain-of-thought

Information Asymmetry

Legal & Economic

A condition where principals and agents have unequal access to relevant information, enabling agents to act in ways principals cannot fully observe or evaluate. AI systems often possess knowledge or reasoning that humans cannot directly inspect.

Related: principal-agent-relationship, adverse-selection

Intent

Architecture

The interpreted meaning behind a user's request that guides agent behavior. Intent extraction transforms ambiguous natural language into actionable goals, often requiring clarification or constraint validation.

Related: trigger, goal

Intentional Action

Philosophy

Anscombe's concept that actions are intentional "under a description"—the same physical movement can be intentional under one description and unintentional under another. Relevant for analyzing AI agent behavior and attributing responsibility.

Related: intentional-stance, causal-theory-of-action

Intentional Stance

Philosophy

Dennett's pragmatic framework for understanding agency: treating entities as rational goal-pursuers when doing so yields reliable behavioral predictions, regardless of their internal mechanisms. Useful for analyzing AI systems without resolving metaphysical questions about machine consciousness.

Related: intentional-action

Iteration

The Six Properties

The first operational property (I in IAT). The ability to execute multiple perceive-act cycles, building on prior state and environmental feedback. Iteration enables complex, multi-step tasks and requires audit trails for reproducibility.

Related: iat, perception-action-loop
P
5 terms

Perception

The Six Properties

The second foundational property (P in GPA). The ability to observe and interpret the environment through sensors, APIs, or data sources. Perception determines what information an agent can access and use for decision-making.

Related: gpa, perception-action-loop

Perception-Action Loop

Specialized Technical

The iterative cycle of sensing the environment, processing observations, taking actions, and observing consequences. This continuous loop distinguishes agents from systems that process input once and produce output without feedback.

Related: perception, action, iteration

Persistence

Analytical Dimensions

The characteristic of maintaining state and pursuing objectives over extended periods, distinguishing agents from one-shot reactive systems. Persistent agents accumulate context, learn from experience, and require governance for long-running operations.

Related: dimensional-calibration, memory

Planning

Architecture

The process of decomposing goals into sequences of actions. Planning patterns include reactive (ReAct), hierarchical, and multi-agent orchestration. Planning determines how iteration cycles are structured.

Related: react, goal

Principal-Agent Relationship

Legal & Economic

An economic framework analyzing relationships where principals engage agents with delegated decision-making authority. Focuses on incentive alignment, information asymmetry, and agency costs. Foundational for understanding AI alignment challenges.

Related: agency-relationship, agency-costs, information-asymmetry

Browse by Category

Terms are organized into ten categories spanning technical architecture, governance frameworks, and foundational concepts from law, economics, and philosophy.

Go Deeper

These definitions are drawn from Agentic AI in Law and Finance, which provides comprehensive treatment of each concept with examples, governance implications, and practical guidance.