LLM Workflows then Agents: Getting Started with Apache Airflow
1–10 of 46 posts
Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#2Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#3Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#4Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#5That said, my impression is that Airflow is a really dated choice for a greenfield project. There isn't a clear successor though. I looked into this recently, and was quickly overwhelmed by Prefect, Dagster, Temporal, and even newer ones like Hatchet and Hamilton
Most of these frameworks now have docs / plugins / sister libraries geared around AI agents
It would be really helpful to read a good technical blog doing a landscape of design patterns in these different approaches, and thoughts on how to fit things together well into a pipeline given various quirks of LLMs (e.g. nondeterminism).
This page is a good start, even if it is written as an airflow-specific how-to!
Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#6Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#7this is really cool! That said, my impression is that Airflow is a really dated choice for a greenfield project. There isn't a clear successor though. I looked into this recently, and was quickly overwhelmed by Prefect, Dagster, Temporal, and even newer ones like Hatchet and Hamilton Most of these frameworks now have docs / plugins / sister libraries geared around AI agents It would be really helpful to read a good t…
Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#8this is really cool! That said, my impression is that Airflow is a really dated choice for a greenfield project. There isn't a clear successor though. I looked into this recently, and was quickly overwhelmed by Prefect, Dagster, Temporal, and even newer ones like Hatchet and Hamilton Most of these frameworks now have docs / plugins / sister libraries geared around AI agents It would be really helpful to read a good t…
Re: LLM Workflows then Agents: Getting Started with Apache Airflow
#9I'm looking into using LLM calls inside SQL Triggers to make agents / 'agentic' workflows. Having LLM powered workflows can get you powerful results and are basically the equivalent of 'spinning up' an agent.