Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende The Three-Layer Model of Agents | Agent Foundations
AI Agents in Action

The Three-Layer Model of Agents

Desliza para mostrar el menú

Every action-taking agent, no matter how complex it looks, is made of three parts. Once you see the parts, the whole space stops feeling magical and starts feeling buildable.

The Brain (the model)
expand arrow

This is the LLM itself: Claude, GPT, Gemini. The brain decides what to do. It reads your request, plans a sequence of steps, and figures out which tool to reach for at each step. Without a brain, nothing thinks. But a brain alone can only talk.

The Hands (the tools)
expand arrow

Tools are the things the brain can actually use. Sending an email is a tool. Searching the web is a tool. Adding a row to a spreadsheet is a tool. Posting to Slack is a tool. When you "connect" an app to your agent, you're handing the brain a new pair of hands. More tools means more things the agent can do.

The Eyes (the browser or screen)
expand arrow

Some tasks don't have clean tools. There's no "book a flight" button you can hand to the AI — flights live behind a website. So agents need a way to see and click, the same way you do. This is where browser agents like Comet and Claude for Chrome come in. They look at the page, read what's on it, and click around. Eyes are slower than hands, but they work on anything.

A real workflow uses all three.

Imagine this request: “Find the three most-mentioned competitors in my last 50 emails and add them to my CRM.”

The brain plans the steps. The hands read the emails through a Gmail connector. The brain analyzes the text. The eyes open the CRM website, because there is no clean tool for it, and click through the “add company” form.

You do not need to build any of this yourself. You just need to understand which layer is doing what when something works, and which layer is broken when something does not.

question mark

In the three-layer model, what does the "brain" do?

Selecciona la respuesta correcta

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Sección 1. Capítulo 2
some-alt