Loading lesson…
An AI agent like Claude Code or Manus runs steps on its own — a chatbot just talks back.
A chatbot like vanilla ChatGPT only writes text back. An AI agent like Claude Code, Manus, or OpenAI's Operator can actually *do* things — open files, run commands, click buttons, send messages. The difference is loops and tools. Agents loop ('think, act, look, think again') and use tools (terminal, browser, file system).
Watch a 5-minute Claude Code or Manus demo on YouTube. Count how many tool calls happen between your prompt and the final answer.
15 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-builders-agentic-what-is-an-agent-r7a8-teen
What is the main difference between an AI agent and a chatbot?
Which of the following describes an AI agent performing a task?
What does it mean when an AI agent 'loops' during a task?
A student asks a chatbot to 'fix the bug in my code.' The chatbot explains which line to change but does not make the change itself. This is an example of:
Which tool is commonly associated with AI agent capabilities?
What would be a sign that you are using an AI agent rather than a basic chatbot?
An AI is described as having 'autonomy.' What does this mean in the context of AI agents?
You ask an AI to 'send an email to my teacher.' The AI actually composes and sends the email. What type of AI is this?
Which scenario best illustrates an AI agent's 'tool use'?
What is TRUE about the relationship between chatbots and AI agents?
A user prompts an AI to 'scrape this website for prices.' The AI opens a browser, visits the site, extracts price data, and saves it to a file. This demonstrates:
What is the 'think, act, look, think again' cycle called in AI agent design?
If an AI writes code, runs tests on that code, and commits the changes to a project — what is it doing?
A user gives an AI a complex task and the AI works on it for a while, checking its progress and adjusting its approach. What is this behavior an example of?
Which of these is the BEST indicator that you are interacting with an AI agent?