← Browse

World's Fair 2024

Architecting and Testing Controllable Agents: Lance Martin

Overview

This talk focuses on architecting and testing reliable AI agents, moving beyond traditional chains and open-ended agents that suffer from poor reliability. The presenter introduces Lang Graph as a solution for building controllable agents that balance flexibility with robustness by expressing control flows as graphs with nodes and edges, incorporating state for memory.

Who should watch

Key takeaways

Notable quotes

*Tool calling is just an LM producing a structured output.*
*Chains are very reliable, but they're not flexible. React agents are very flexible, but they do have reliability problems.*
*Lang Graph sits in the middle where you can actually implement these user-defined, LLM-gated control flows, and they can actually be extremely reliable because of that constraint.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.