World's Fair 2025
Conquering Agent Chaos — Rick Blalock, Agentuity
Overview
This talk addresses the significant challenges in deploying and running AI agents, often referred to as agent chaos. The speaker highlights common issues like timeouts, state management, and the need for agents to run for extended periods, pause, and resume. The core thesis is that successful agent deployment requires specific infrastructure and capabilities beyond typical stateless web applications, leading to the development of a platform designed to manage these complexities.
Who should watch
- AI Engineers
- Product Managers
- Developers building and deploying AI agents
- Anyone experiencing deployment headaches with AI agents
- Those looking for solutions to agent timeouts and state management
Key takeaways
- Deploying AI agents presents unique challenges such as long execution times, the need for pause/resume functionality, and managing state, which differ from traditional stateless web applications.
- Successful agents require introspection, self-observability, self-reflection, memory, and the ability to improve over time through code execution.
- The Agentivity platform offers a CLI for project creation, supporting runtimes like Bun, Python, and Node.js, with framework-agnostic templates.
- Agents are treated as first-class infrastructure citizens, with built-in routing and security options like API keys.
- The platform includes a development mode with a simulator for testing agents with various input types (JSON, HTML, PDF) and provides detailed observability into agent execution and costs.
- Agentivity supports decoupling agent inputs and outputs, allowing integration with channels like email and SMS, with plans for further integrations.
- The system emphasizes a convention-over-configuration approach with a YAML file for configuration and an `agents` folder for agent code, exporting a default function as the request handler.
- The platform aims to provide a robust infrastructure layer, enabling agents to interact with each other and offering features like an AI gateway to manage model API keys and costs.
Notable quotes
*The number one problem they all said, including the professors, deploying agents.*
*Agents are not stateless necessarily. They're stateful in a lot of cases.*
*Agents are a first-class citizen infra infrastructure citizen in Agentivity.*
Unofficial community note. Prefer the recording for nuance.