Webinar · Level 01 · Agentic AI
Level 01
01

Agentic AI.

A working definition · Further reading · The loop, built up
Definition · 02

AI Agent

noun /eɪ·aɪ ˈeɪ·dʒənt/

A system that pairs a language model with three things: an environment to act in, a set of tools to act with, and a system prompt that defines the job. It runs them in a loop until the task is completed.

01 environment 02 tools 03 system prompt

Barry Zhang, Anthropic — How We Build Effective Agents,
AI Engineer World's Fair, 2025.

Diagram · 04 · The loop, built up 01 / 08
Human LLM Call Action Environment data code Feedback tools Stop

 

References · Further reading 01 / 03
Where it lives · 05

Agentic AI is easy on a laptop.
Harder in production.

On your laptop
  • Claude Desktop — chat + MCP tools + filesystem
  • VS Code + Claude / Copilot / Continue — agent mode
  • Cursor — Composer / Agent

The environment (filesystem, terminal, browser) and the tools to act in it ship with the OS. One user, one machine, no auth.

In production

The same loop — but the environment doesn't exist yet.

  • Tools — internal databases, queues, APIs, SaaS apps all need adapters
  • Auth & identity — who does the agent act as, what can it touch
  • Data — governed, siloed, rarely LLM-shaped
  • Operations — observability, evals, cost, reliability

At work, building the environment is the work.

Diagram · 06 · The minimal agent, anatomically 01 / 07
Human Claude · Opus / Sonnet 4.x Claude Code · VS Code TASK.md Action READ · WRITE BASH · PYTHON Environment module-1/agent-XX/ Feedback data/ F1 segments sim.csv code/ V0 baseline + helpers final-model/ written → grader runs

 

← → navigate