Lesson 380 of 1455
Agents vs Workflows
A workflow is a fixed sequence of steps.
Builders · Agentic AI · ~11 min read
Agents vs Workflows
A workflow is a fixed sequence of steps. An agent decides what to do at each step. Both have their place.
If the steps are always the same — use a workflow. If the steps depend on what the agent finds — use an agent.
Three trade-offs
- Workflows are predictable — agents are flexible
- Workflows are cheaper — agents use more tokens
- Workflows are easier to debug — agents are harder
Key terms in this lesson
The big idea: Pick the right tool. Workflows for routine. Agents for novel.
Practice this safely
Try this with a school, hobby, or family example where the stakes are low. Use the AI output as a draft you can question, not as the final answer.
- 1Ask AI to explain workflow in plain language, then underline anything that sounds uncertain or too broad.
- 2Give it one detail from "Agents vs Workflows" and ask for two possible next steps plus one reason each step might be wrong.
- 3Check flow chart against a trusted source, teacher, adult, expert, or original document before you use it.
End-of-lesson quiz
Check what stuck
8 questions · Score saves to your progress.
Lesson help
Questions are best handled with a grown-up here.
For this age range, Tendril keeps freeform AI chat paused until parent/guardian consent and child-safe moderation are fully verified. Use the quiz, notes, and related lessons below, or ask a parent, guardian, teacher, or librarian to work through the question with you.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Creators · 52 min
Production Agent Patterns: Queues, Retries, Idempotency
A prototype agent and a production agent have the same LLM. What's different is everything around it — durable state, retries, idempotency, observability. The real engineering.
Creators · 75 min
Capstone: Build and Ship a Real Agent
Everything comes together. Design, code, test, secure, and ship a production-quality agent with open-source code you can fork today.
Builders · 18 min
Agents You Already Use
You have already used agents — Alexa, Siri, Google Assistant.
