What is an AI Agent?

An AI agent is a program that takes a goal, decides what to do next, and uses tools to do it, without a human driving each step.

How does an AI agent work?

Four parts. A goal from a person or another system. A model that picks the next action. Tools it can call, such as a search, a database, or an API. A stopping rule. It observes the result of each action and decides again. Agentic AI is the approach; an AI agent is the thing you deploy.

Why do AI agents matter?

They let software finish a job instead of drafting one. That changes what you can charge for, since the unit of value becomes a completed task instead of a seat. It also changes the failure mode. An agent with write access can create work faster than your team can undo it.

Where did AI agents come from?

The concept sits deep in computer science. A software agent was defined decades ago as a program acting on a user behalf with some independence. Language models did not invent agents. They gave agents a general purpose decision maker.

How do you build with AI agents well?

Start with one task that has an obvious right answer. Give the agent read access before write access. Put a human in front of anything that spends money or leaves the building. Log every tool call so you can replay a failure. Track cost per completed task next to your gross margin.

Bottom line: An AI agent is only as safe as the smallest set of tools you can give it and still finish the job.

For more startup terminology, visit startupdefinitions.com.

Previous
Previous

What is an AI Wrapper?

Next
Next

What is Agile?