Kamran Imam All free guides
Setup

Your First AI Agent

A free guide by Kamran ImamInstagram · TikTok · YouTube

“Agent” is the most abused word in AI right now. Here’s the plain version: a chatbot answers you; an agent takes steps — it can look things up, use tools, and keep working across multiple actions until a job is done. That’s it. Not magic, not scary: software that can take more than one step without you pressing the button between steps.

The capability ladder (climb in order)

Rung 1 — assisted tasks (you’re here already). You ask, it answers, you act. Zero risk, full control.

Rung 2 — supervised multi-step. The AI plans and executes a chain — research this, then compile that, then draft this — but shows you the plan and checks in at decision points. Claude Code doing a file-organization job (/r/claudecode) is exactly this. This rung is where beginners should live for a while.

Rung 3 — scheduled and triggered. The work runs without you present: every morning, summarize X; when a form is submitted, do Y. This is agent territory for real (/r/automate gets you started).

Rung 4 — autonomous loops. The AI monitors, decides, and acts continuously with occasional human review. Most people don’t need this rung, and nobody should start there.

Your actual first agent — the daily briefing

Rung 3, training wheels on: a scheduled task that reads public sources you care about and sends you a morning summary. It’s real, useful, and if it breaks, nothing bad happens — the failure mode is “no email today.”

The safety rules (non-negotiable)

Learned the hard way by many:

  1. Read-only before write. First agents should gather and summarize, not send, post, buy, or delete.
  2. Human approval on anything that leaves your machine. Emails, posts, purchases: the agent drafts, you press send. Graduate individual actions only after weeks of clean drafts.
  3. Small blast radius. Give access to one folder, one calendar, one inbox label — not everything, in case instructions go sideways.
  4. A kill switch you’ve actually tested. Know how to pause every automation you run. Test it the day you build it, not the day you need it.

The mindset

Hire the agent like an intern. First week: watch everything. First month: approve everything. Only then: real responsibility, one task at a time.

Related: /r/automate · /r/claudecode · /r/safety

Found this useful? Follow along for new guides.

New breakdowns drop every week across TikTok, Instagram, and YouTube. Free, no signup, ever.

← All free guides