Skip to content

What are AI Agents?

Published: at 06:16 PM

What are AI Agents?

AI Agents are autonomous programs designed to perform tasks that would require human intelligence. They’re a subset of artificial intelligence that interact with the world around them, make decisions, and learn from outcomes to improve their performance over time.

Definition

Agent = a large language model setup to run iteratively with some goals / tasks defined. This is different than how large language models (LLM’s) are “normally” used in tools like ChatGPT where you ask a question and get a single response as the answer. Agents have complex workflows where the model essentially talks to itself without a human forcing every part of the interaction.

An AI agent, in the realm of computer science and artificial intelligence, is an entity that perceives its environment through sensors and acts upon that environment through actuators. They’re programmed to fulfill a specific purpose, such as providing customer service, managing a smart home, or even playing a game.

Types of AI Agents

There are several types of AI agents, each with different capabilities:

Applications

AI agents are employed in a variety of settings:

The future of AI Agents

The idea of AI Agents is not going anywhere, these are the first entities powered by general purpose AI that can solve tasks. Over time, they will get more and more sophisticated powered by more powerful models and tools. For example, you can imagine a simple customer service agent which can take someones problem and iteratively break it down, solve it, and validate the aswer. A few things are required to get there:

reference