Glossary

Agent

In the context of AI coding, a system that can autonomously plan tasks, execute actions (like reading files, running commands, and writing code), observe results, and iterate. Distinguished from a simple assistant by its ability to take multi-step actions. See also **agent loop**. (Ch. 36)

Learn More

Related Terms