Back to home

Free preview · Lesson 01 of 19

What a Personal AI Agent Is

The plain-English difference between a chatbot and an agent — and why "an agent works."

What a Personal AI Agent Is

Read time: 5 minutes · Task: 8 minutes

If you already use a chat tool, this course adds tools, saved context and scheduled work. Those additions let an agent attempt multi-step tasks instead of returning text alone.

Chatbot vs agent

A basic chat exchange returns text. An agent can also use tools and continue through several steps, subject to the access and approval rules you set.

An agent loop can take a goal such as “research Nigerian child-marriage statistics and draft a policy memo” and then:

  1. Plan the steps it needs to take.
  2. Call tools to do them (search the web, read files, run code, send a message).
  3. Observe the results and correct course.
  4. Repeat until it finishes, reaches a limit or needs your input.

The practical difference is tool use: a chat reply tells you; an agent can attempt the authorised steps.

Personal means yours

The word personal means the setup is configured around your work: selected tools, saved context, schedules and the interfaces you choose. It does not mean giving the agent unrestricted access to your email, calendar or files.

The environment of an agent

To "work," an agent needs an environment it can act on. That means:

  • Files — read, edit, and organize documents.
  • Code — run scripts and commands.
  • Web — search, extract, and browse pages.
  • Messages — send a note to your phone or email.

Tools let a model take actions. Whether those actions are useful or safe depends on the task, permissions, model and your checks.

🎯 Task

Write a short paragraph answering: If I gave you a personal agent today, what is the first thing you would hand it to do this week? Be specific — name the file, the email, or the report.

📤 Output

One clear paragraph. You'll keep this list across the course; by the end, you'll know exactly how to build each item you named.


Official reference: Hermes Agent documentation. Commands can change, so check the linked page when your installed version behaves differently.

This is your free preview.

Create your account to continue with all 19 hands-on lessons: installation, skills, messaging, email, automation and a running agent — plus quizzes, labs and the cheat sheet.