Hi HN,<p>We've built an SDK for building DAGs / data pipelines with LLMs in Apache Airflow [1] using Pydantic AI [2] under the hood. I've seen success across the board with Airflow users building simple LLM workflows before moving on to "AI agents". In my experience, the noise around building agents means that people forget that there are other ways to get more immediate value out of LLMs.<p>Coupling Airflow for orchestration and Pydantic AI for LLM interactions has turned out to be a very pragmatic approach to building these workflows (and agents). Neither tool "gets in the way" of what you're trying to do. Airflow's been around for 10+ years and has a very well-built orchestration engine rich with everything you need to write production grade data pipelines, and Pydantic AI's been a refreshing take on working with LLMs.<p>Would love some feedback from this community!<p>[1] <a href="https://github.com/apache/airflow" rel="nofollow">https://github.com/apache/airflow</a>
[2] <a href="https://ai.pydantic.dev" rel="nofollow">https://ai.pydantic.dev</a>