Joseph
Author
March 07, 2024
Published

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.
Instead of a single prompt-response cycle, an agentic workflow involves AI systems that can think iteratively. An agentic system can:
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.