What an Agent Actually Is
What an Agent Actually Is
A chatbot talks. An agent acts in a loop: it reads a goal, picks a tool, looks at the result, and decides the next step until the job is done or it asks you to take over.
That loop is the whole skill. Models get better. The job of the human is still: set the goal, give the tools, watch the trace, stop a bad run.
Learning outcomes
- Name the three parts of an agent: model, tools, loop
- Explain why a loop without a stop condition is dangerous
- Build a one-page explainer someone else could understand
This is lesson 1 of the free Build stage of the Agent Career Ladder. You will publish a real artifact by lesson 5.
Инструкции
Add an <h1> that contains the word Agent
Подсказка: The heading should name the thing you are explaining.
Add <section class="parts"> listing model, tools, and loop
Add <section class="stop"> describing when a human must interrupt the loop
Ваш код
Опишите, что хотите создать на этом шаге, и я напишу код — затем нажмите «Применить», чтобы вставить его в редактор. Текущий шаг: Add an <h1> that contains the word Agent