
AI Engineering Podcast Understanding The Operational And Organizational Challenges Of Agentic AI
7 snips
Apr 21, 2025 Julian LaNeve, CTO of Astronomer, shares his expertise on the transition from simple LLMs to complex agentic AI systems. He stresses the importance of starting with easy applications to build foundational knowledge. The discussion delves into orchestrating AI workflows using directed acyclic graphs and highlights the necessity of robust data management. Julian also addresses the challenges of reliability and observability in AI, urging teams to thoughtfully evaluate their operational readiness and investment decisions in this dynamic field.
AI Snips
Chapters
Transcript
Episode notes
Observability and Benchmarks for Agents
- Implement observability by emitting LLM and tool calls as telemetry traces for deep analysis.
- Benchmark components of the agent system separately to identify failure points and improve accuracy over time.
Use AI Where Unique Data Adds Value
- Focus AI efforts where unique data or perspective creates differentiation.
- Use AI to simplify solving problems where traditional ML would be costly or slow to build.
Agentic AI as Directed Acyclic Graphs
- Treat the agentic workflow as a DAG structure for reliability and observability.
- Use LLMs to make branching decisions within DAGs to solve complex routing or classification tasks.
