ABCDEFGHIJKLMNOPQRSTUVWXYZ
GLOSSARY

AI Agent

DEFINITION

An autonomous AI system that perceives its environment, makes decisions, and takes actions to complete a goal. AI agents use LLMs as their reasoning engine and have access to tools (web search, code execution, APIs) to act on the world.

An AI agent differs from a simple chatbot by its ability to take multi-step actions autonomously. Given a goal like "research the top 5 competitors and write a summary report," an agent can break the task into subtasks, execute searches, process results, and produce the output.

Common agent patterns: ReAct (Reason + Act), plan-and-execute, and multi-agent (separate specialized agents for research, writing, and review). n8n AI agent nodes and LangGraph are the leading tools for building production agents.

Tools That Use AI Agent

C
Claude
9.4/10

Anthropic's AI assistant with industry-leading reasoning and safety

Free / $20/mo Pro / API from $3/M tokensView Review →
N
n8n
9.2/10

Open-source workflow automation built for AI pipelines

Free (self-hosted)View Review →
L
LangChain
8.3/10

Open-source framework for building production LLM applications

Free (OSS) / LangSmith from $39/moView Review →