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. LLA (Large Language Agent)

LLA (Large Language Agent)

An autonomous AI system combining large language models with goal-directed task execution.

Year: 2023Generality: 511
Back to Vocab

A Large Language Agent (LLA) is an AI system that couples the generative and reasoning capabilities of large language models (LLMs) with autonomous, goal-directed behavior. Unlike a standalone LLM that simply responds to prompts, an LLA is designed to plan multi-step actions, use external tools, query APIs, browse the web, write and execute code, and iteratively refine its outputs in pursuit of a specified objective. This architecture positions LLAs as active agents rather than passive text generators, enabling them to operate with minimal human intervention across complex, open-ended tasks.

The core mechanism of an LLA typically involves a reasoning loop—often described as a "think, act, observe" cycle—in which the underlying language model generates a plan, dispatches actions to tools or environments, receives observations from those actions, and updates its reasoning accordingly. Frameworks such as ReAct, Toolformer, and AutoGPT popularized this paradigm around 2022–2023, demonstrating that sufficiently capable LLMs could serve as general-purpose cognitive engines when equipped with the right scaffolding. Memory systems, both short-term context windows and long-term vector stores, further extend an agent's ability to maintain coherent behavior across extended interactions.

LLAs matter because they represent a significant step toward practical AI autonomy. Traditional software automation requires explicit, hand-coded logic for every contingency; an LLA can adapt to novel situations by drawing on the broad world knowledge encoded in its underlying model. This makes them valuable in domains such as software engineering assistance, scientific literature synthesis, customer service orchestration, and robotic task planning. At the same time, their autonomy introduces challenges around reliability, safety, and controllability—an agent that can take real-world actions can also make consequential mistakes.

The concept gained traction in the machine learning community in 2023, coinciding with the widespread availability of highly capable foundation models and the proliferation of open-source agent frameworks. Research interest has since focused on improving long-horizon planning, reducing hallucination-driven errors in tool use, and establishing evaluation benchmarks that capture genuine agentic competence rather than single-turn language fluency.

Related

Related

LLM (Large Language Model)
LLM (Large Language Model)

Massive neural networks trained on text to understand and generate human language.

Generality: 905
LAM (Large Action Model)
LAM (Large Action Model)

AI systems that interpret human intent and execute actions directly within digital applications.

Generality: 337
Self-Adaptive LLMs (Large Language Models)
Self-Adaptive LLMs (Large Language Models)

LLMs that autonomously adjust their behavior at runtime without full retraining.

Generality: 511
MLLMs (Multimodal Large Language Models)
MLLMs (Multimodal Large Language Models)

AI systems that understand and generate content across text, images, audio, and more.

Generality: 794
LVLMs (Large Vision Language Models)
LVLMs (Large Vision Language Models)

Large AI models that jointly understand and reason over images and text.

Generality: 694
Agentic AI Systems
Agentic AI Systems

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

Generality: 694