Home/Glossary/Agent
Concepts

Agent

An AI system that autonomously plans and executes multi-step tasks using tools and environment feedback.

Full Definition

An AI agent is a system where a language model acts as the reasoning core, perceiving its environment, planning a sequence of actions, executing those actions using tools (web search, code execution, file operations, APIs), and updating its plan based on results — all with minimal human intervention per step. Agents differ from standard chatbots in their autonomy, multi-step planning, and ability to take actions with real-world consequences. Effective agent design requires careful tool definition, reliable memory management, error recovery, and safety constraints to prevent unintended actions. Agents are the dominant paradigm for automating complex knowledge work with LLMs.

Examples

1

A coding agent receiving a GitHub issue, writing a fix, running the test suite, reading the output, debugging failures, and opening a pull request — autonomously.

2

A research agent that searches the web, reads papers, synthesises findings, and produces a structured literature review without human step-by-step direction.

Apply this in your prompts

PromptITIN automatically uses techniques like Agent to build better prompts for you.

✦ Try it free

Related Terms

Agentic Workflow

A multi-step pipeline where an AI agent plans, acts, observes, and iterates to c

View →

Tool Use

The ability of a model to invoke external tools — APIs, code executors, search —

View →

ReAct Prompting

Interleaving reasoning traces and actions so a model can use tools and reflect o

View →
← Browse all 100 terms