

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
Agentic AI vs Simple LLM Workflows
- Agentic AI allows the LLM to control its own decision flow and tool usage autonomously.
- LLM workflows defined by fixed code paths avoid this complexity and have higher operational reliability.
Start Simple Before Agents
- Start AI projects with simple LLM workflows to avoid operational failures.
- Build operational knowledge and intuition before advancing to complex agentic systems.
Agentic AI as Microservices Analogy
- Agentic AI systems resemble microservices architectures in complexity and orchestration needs.
- Building microservices (or agents) without mastering simpler systems often leads to operational failure.