AIWorkflowAgents

The Rise of the "Agentic Workflow"

J

Joseph

Author

March 07, 2024

Published

The Rise of the "Agentic Workflow"

The Rise of the "Agentic Workflow"

The way we interact with AI is fundamentally changing. We are moving away from simple "chat" interfaces—where a human prompts and an AI responds—toward Agentic Workflows. This shift, popularized by AI leaders like Andrew Ng, focuses on the process of AI execution rather than just the prompt.

What is an Agentic Workflow?

Instead of a single prompt-response cycle, an agentic workflow involves AI systems that can think iteratively. An agentic system can:

  1. Plan: Break a large goal into smaller, manageable steps using tools like Chain-of-Thought reasoning.
  2. Execute: Use tools (like IDEs, browsers, or terminal commands) to perform tasks.
  3. Reflect & Refine: Analyze its own output, run tests, and self-correct if it finds errors.

The Impact on Engineering Value

For software engineers, this means we are transitioning from "code writers" to "system orchestrators." We design the architecture, define the constraints, and set the goals, while fleets of specialized agents handle the implementation details.

According to DeepLearning.AI, agentic workflows can often help smaller, cheaper models outperform much larger models by simply giving them the "time to think" and iterate. Embracing this shift is crucial for staying competitive in the modern development landscape.

Share the insight