Llm

A Piece of Pi: Embedding The OpenClaw Coding Agent In Your Product — Matthias Luebken, Tavon

A Piece of Pi: Embedding The OpenClaw Coding Agent In Your Product — Matthias Luebken, Tavon

Matthias Luebken explains the core principle of building with coding agents: make things easy for them. This talk deconstructs the Pi SDK, showing how a simple loop of an LLM calling CLI tools can lead to emergent capabilities. Luebken presents a real-world B2B sales pipeline built on this principle, where agents handle incoming emails, query CRM/ERP data via simple tools, and generate draft responses, keeping the human in their familiar email client.

Viktor: AI Coworker That Lives in Slack — Fryderyk Wiatrowski

Viktor: AI Coworker That Lives in Slack — Fryderyk Wiatrowski

This talk explores the journey of building Viktor, an AI employee that lives entirely in Slack. It details the unique challenges of scaling an AI agent from a personal tool to a company-wide coworker, focusing on memory isolation, context management across different Slack interactions (DMs, channels, threads), and the surprising importance of the AI's personality for user adoption.

Predictive vs Generative AI: How They Work and When to Use Each

Predictive vs Generative AI: How They Work and When to Use Each

Predictive AI forecasts what will happen next based on historical data, while Generative AI creates new content by asking what something could look like. This summary explores their fundamental differences in outputs, data types, underlying models like transformers and diffusion systems, and how they can be used together in enterprise applications.

Hierarchical Memory: Context Management in Agents — Sally-Ann Delucia

Hierarchical Memory: Context Management in Agents — Sally-Ann Delucia

The Arize team shares lessons from building their AI agent, Alyx, which analyzes its own trace data. They detail their journey from failed attempts like naive truncation and summarization to a successful strategy combining head/tail preservation with a retrievable memory store and using sub-agents to manage context complexity.

You can't just one shot it — Mehedi Hassan, Granola

You can't just one shot it — Mehedi Hassan, Granola

A product engineer from Granola shares a candid account of the challenges in moving AI features from the playground to production. This talk covers the pitfalls of "one-shot" solutions like web search and generic prompts, and details Granola's strategy of building custom internal tracing and development tooling to create a tight, effective feedback loop for iteration.

Agentic Search for Context Engineering — Leonie Monigatti, Elastic

Agentic Search for Context Engineering — Leonie Monigatti, Elastic

Leonie Monigatti from Elastic provides a practical guide to agentic search, arguing that effective context engineering is not just a retrieval problem, but a search problem. The workshop explores the trade-offs between specialized tools (like semantic search) and general-purpose tools (like shell and SQL execution), offering a "low floor, high ceiling" framework for building a robust and efficient retrieval stack for AI agents.