What is Agentic Workflow?
TL;DR
A workflow design pattern where AI agents autonomously plan, execute, and reflect on tasks.
Agentic Workflow: Definition & Explanation
Agentic Workflow is a workflow design pattern in which AI agents autonomously handle task planning, execution, result evaluation, and revision as needed. Rather than the traditional single 'prompt → response' exchange, it produces high-quality outcomes through multiple iterative processing steps. Andrew Ng's four key patterns — Reflection, Tool Use, Planning, and Multi-agent Collaboration — are widely recognized. Tools such as AutoGPT, CrewAI, LangGraph, Manus, and Devin implement this concept and are being used to automate complex business tasks.