Published Oct 15, 2024

Practical workflow orchestration

Explore the transformative power of workflow orchestration in AI with Prefect's Adam Azam, as he delves into solving complex challenges through open-source tools, embraces autonomous agentic workflows, and integrates large language models for enhanced decision-making and scalability.
Episode Highlights
Practical AI logo

Popular Clips

Questions from this episode

Episode Highlights

  • Agentic Workflows

    Agentic workflows represent a shift in how we approach automation, allowing systems to autonomously decide their actions. explains that these workflows differ from traditional deterministic ones by enabling large language models (LLMs) to create their own tools and plans 1. This flexibility, however, introduces challenges in debugging and reliability. highlights the difficulty in managing these workflows, often leading to a preference for static alternatives 2.

    A lot of people are trying to build these agentic workflows, and a lot of those things are very flaky and hard to debug.

    ---

    emphasizes the importance of treating failure states as first-class citizens to improve robustness.

       

    LLM Integration

    Integrating LLMs into workflows presents both opportunities and challenges. discusses how LLMs can autonomously create and manage infrastructure, which requires new orchestration strategies 3. Prefect's ControlFlow offers enhanced observability and resilience, addressing common failure points like timeouts and retries 4.

    It's really, how do you give agents durability and resiliency? Because those are often the biggest reasons that they fail.

    ---

    This approach allows for more reliable execution of complex workflows, even with thousands of concurrent API calls.

Related Episodes