Europe 2026
A Piece of Pi: Embedding The OpenClaw Coding Agent In Your Product — Matthias Luebken, Tavon
Overview
This talk explores the integration of coding agents, specifically the OpenClaw agent, into products. It emphasizes that coding agents are becoming a fundamental building block for software systems and highlights the Pi framework as an excellent tool for experimentation and development. The presentation demonstrates how agents can be leveraged to automate complex workflows, such as processing sales proposals, by interacting with various tools and systems.
Who should watch
- AI Engineers looking to embed coding agents into applications.
- Product Managers seeking to understand the capabilities of agent-based systems.
- Builders interested in prototyping and shipping agent-powered features.
- Developers exploring open-source agent frameworks like Pi and OpenClaw.
- Anyone interested in automating workflows through agent-tool interactions.
Key takeaways
- Coding agents are a core building block for future software systems, and developers are encouraged to experiment with them.
- The Pi framework is minimal and ideal for tinkering, allowing users to understand and modify agent mechanics.
- Agents function by running tools in a loop to achieve specific goals, with the rest of the complexity lying in integrating them into use cases.
- An architectural pattern involves making systems easy for coding agents to interact with, focusing on accessibility and clear tool usage.
- OpenClaw demonstrates how agents can utilize various tools, including system commands like FFmpeg, to perform tasks that might appear as learning but are essentially tool orchestrations.
- The Pi framework supports extensions for UI interaction, enabling agents to not only interact with back-end systems but also with user interfaces, including selections and dropdowns.
- Integrating agents into products involves creating specialized agents for specific roles or customers, defining their harnesses and customer-specific logic, and leveraging sessions for context.
- Tools for agents can be exposed as CLIs, ensuring secure access within sandboxed environments, and the output can be used to generate drafts or automate tasks within existing user workflows.
Notable quotes
*Coding agents are and will be a core building block for your software systems.*
*Pi is perfect for tinkering whether you like it or not it's minimal. You can rip things apart and put things together. It's perfect. So please go tinker.*
Unofficial community note. Prefer the recording for nuance.