Zenaique
Glossary · Tooling

AI Agents

Also known as: LLM agents, Autonomous agents

LLMs that loop: plan → call tools → observe results → repeat until done.

Autonomous systems that use LLMs as reasoning engines to plan, decide, and execute multi-step tasks. Typically combine tool use, memory, and planning loops (e.g. ReAct, function calling).

In practice

The fastest-growing interview area. Expect questions on ReAct vs function calling, planning failures, and how you'd evaluate an agent.

How it compares

Agents are the systems doing the work; MCP is one standard for how they call tools.

Comparisons that include AI Agents

Related topics

Related terms