LearnAI
Module 18 · Future of AI (Pro) · Lesson 1/5
← Back to catalog
Task

The era of AI agents

How is the agent different from the usual prompt here? Return JSON {"agent_does": "what does the agent do", "human_role": "the role of the person"}.

Unlock access to submit solutions for instant AI review.Start for free
From answers to actions
💡 A bit of theory

We are moving from AI that responds to AI that acts. Previously, you asked - the model answered with text. Now agents appear: they receive a goal, build a plan themselves, call tools (search, calendar, code, API), perform multi-step tasks and check the result. Example: “arrange a trip” - the agent searches for flights, books a hotel, adds it to the calendar. This changes the role of a person: you set a goal and control, rather than carry out steps. The skill of the agent era is to clearly formulate the goal, set boundaries and check, rather than micromanage, every step.

How it's graded · passing score 70

  • 1Valid JSON without text around it30%
  • 2There are fields agent_does and human_role35%
  • 3Agent plans+executes steps with tools; person - goal + control35%
Your promptClaude ⌄