Europe 2026
Scaling Agents on Kubernetes with acpx and ACP — Onur Solmaz, OpenClaw
Overview
This talk explores the challenges and solutions for scaling open-source AI agents, particularly within the Kubernetes ecosystem. It introduces ACP (Agent Client Protocol) as a standardized way for human users to interact with agents, aiming to reduce duplicated effort in building client integrations. The discussion also covers developing automated workflows for tasks like code review and error reporting, emphasizing the potential for agents to handle complex, multi-step processes.
Who should watch
- AI Engineers
- Product Managers
- Developers building or integrating AI agents
- Those interested in agent orchestration and infrastructure
- Individuals working with open-source agent frameworks like OpenClaw
Key takeaways
- ACP (Agent Client Protocol) aims to standardize agent-to-client interaction, reducing redundant development efforts across different agent frameworks.
- Kubernetes is presented as a viable infrastructure for deploying and scaling AI agents, enabling parallel workloads and robust management.
- Automated workflows, such as those for PR review and error reporting, can be built using agents to handle repetitive tasks and uncover shallow bugs.
- The concept of "on-demand, disposable agents" is highlighted, suggesting a future where specialized agents are created for specific tasks and managed efficiently.
- Agent interoperability and orchestration are crucial for enterprise adoption and effective use of AI agents.
- The speaker developed ACP-X, a workflow engine that drives agent sessions, demonstrating its application in automating code review processes.
- Deploying agents within full Kubernetes pods, while potentially resource-intensive, offers a powerful abstraction for complex agent operations.
- The talk touches on the distinction between personal and enterprise agents, with enterprise agents likely consuming more inference and requiring significant infrastructure.
Notable quotes
*ACP's for standardizing agent to client interaction.*
*We are basically creating a standard operating procedures for agents.*
*You need to apply agents generously on problems.*
Unofficial community note. Prefer the recording for nuance.