JA EN
Glossary › agent

GLOSSARY

agent

appears in 10 paper titles

Definition

A system that chooses actions toward a goal, observes the outcome, and decides what to do next. With LLMs this is typically a loop wrapping the model with tool calls, memory, and a termination condition. The hard part is not the loop but error compounding: unlike single-turn use, a wrong action changes the state the agent works in, so mistakes propagate instead of being independently sampled.

Explainers using this term