Loading…
17-18 September | Amsterdam, Netherlands
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.
Venue: G106 + G107 (1st Floor) clear filter
Thursday, September 17
 

10:15 CEST

Sponsored Workshop: Total Recall: Agent Memory and Harness Engineering - Ignacio Martinez, Oracle
Thursday September 17, 2026 10:15 - 11:50 CEST
In this hands-on workshop you'll build a working autonomous agent from the harness up, in a notebook, then see it live in a full working web application and leave with one that can write and run its own automations. You'll implement every surface area yourself: a set of predefined tools, persistent memory through the Oracle AI Agent Memory package, orchestration with LangChain and LangGraph, and LLM access through OCI GenAI Service, composing the full set of Oracle primitives into one harness you understand end to end.

Most teams assemble that harness from a dozen disconnected services: one store for vectors, another for state, a separate reranker, a bolt-on memory layer. We take the opposite approach, on a single unified memory core. The organizing principle is optionality by default: you shouldn't have to choose your memory substrate up front. With Oracle AI Database you get file system and database memory in one place, embedding models and rerankers running inside the database kernel, and every retrieval strategy an AI workload needs without leaving the core.

And consolidating onto one core is what keeps the whole thing tractable. You know the drill: a production harness has you holding all those moving parts in your head at once, and most of your attention goes to keeping them in sync rather than improving the agent. Pull that sprawl into a single core and the cognitive load drops. You get to think about what the agent does, not where its state lives. That's the difference between controlling your harness and renting its pieces.
Speakers
avatar for Ignacio Martinez

Ignacio Martinez

AI Developer Advocate, Oracle
Nacho Martínez is an AI Developer Advocate at Oracle, specializing in AI agent memory and generative AI. He contributes to Oracle’s AI Agent Memory package and is a co-author of the Agent Memory course, helping developers build more capable and context-aware AI agents.
Thursday September 17, 2026 10:15 - 11:50 CEST
G106 + G107 (1st Floor)

12:00 CEST

Sponsored Workshop: The Buzz-Word Is Collaboration - Morgan Martin, Tyler Longwell, Wes Billman & Bradley Axen, Block
Thursday September 17, 2026 12:00 - 13:35 CEST
Most teams made a person the API between their agents and everyone else: copying the output into chat and pasting the reply back into the harness. This hands-on workshop shows the alternative: put the agents where the work is. We use Buzz, Block's open source, channel-driven workspace where people and AI agents share conversations, repositories, and reviews.

We begin in the middle of a live project, with four people and a swarm of agents working across shared channels and code. Then we rewind and bring the room in. Attendees will join a shared Buzz community, work with an agent, form channels with other participants, and practice delegating, steering, reviewing, and coordinating work as it happens. Along the way, we examine how Buzz approaches portable identity, scoped capabilities, signed work, and collaboration across different agent runtimes and models.

By the end, the room itself becomes part of the workflow: everyone contributes code, assets, and reviews to one shared project in a Buzz-hosted Git repository. Bring a laptop. Leave with practical experience running many agents in one shared workspace, where the whole team can see, steer, and use them.

Pre-work: Please download:  https://buzz.xyz/
Speakers
avatar for Bradley Axen

Bradley Axen

Creator & Maintainer of Goose; Tech Lead, Block
Brad is Tech Lead for Data and Machine Learning at Block. He built and maintains Block’s open source AI agent framework that automates repetitive tasks for more than 1,000 engineers in the company. He also leads company-wide initiatives to optimize data and ML workflows and evolve... Read More →
avatar for Wes Billman

Wes Billman

Engineer, Block
Wes Billman is a software engineer at Block on the AI Substrate team, building the platforms where humans and AI agents work side by side. As a core engineer on Buzz, Block's agent-native communication platform, he ships across the full stack — from the Rust relay and event protocol... Read More →
avatar for Morgan Martin

Morgan Martin

Design Lead, Block
Morgan Martin is a design lead and builder at Block, working at the intersection of infrastructure, intelligence, and human workflows. Using agentic coding as her primary design method, she has shipped end-to-end product surfaces across Block's agent ecosystem, including goose, Berd... Read More →
avatar for Tyler Longwell

Tyler Longwell

Engineer, Block
Tyler Longwell builds Buzz at Block, a messaging platform where people and AI agents work in the same channels. He is a core contributor to goose, Block’s open source agent, and built the Slack-homed agents Block runs internally. His background in platform infrastructure and infosec... Read More →
Thursday September 17, 2026 12:00 - 13:35 CEST
G106 + G107 (1st Floor)

16:20 CEST

Workshop: Governing AI Agent Actions: MCP and Beyond - Shannon Williams & Chris Urwin, Obot AI
Thursday September 17, 2026 16:20 - 17:55 CEST
Enterprise adoption of the Model Context Protocol is accelerating, and MCP has become the primary way agents connect to enterprise tools and data. But MCP is only part of how agents act. Agents also run CLIs, execute Skills, and generate code that calls APIs directly. Governing MCP well matters. Governing everything else agents can do matters just as much.

Building MCP servers and writing Skills isn't particularly hard. The real challenges are deciding which actions agents are allowed to take, controlling who can take them, and proving it all later. These are architectural questions, and they need answers before agents scale across an organization.

In this workshop, we will:
1.⁠ ⁠Show how to control agent actions with policies that apply across MCP servers, CLIs, Skills, and agent-generated code — including allowlists, access control by users and groups, and human-in-the-loop approvals.
2.⁠ ⁠Explain why enterprises need managed registries for MCP servers and Skills, and how admin review and approval change the trust model.
3.⁠ ⁠Work through audit and compliance requirements: capturing complete logs of agent and tool activity, exporting to enterprise storage, and generating reports.
4.⁠ ⁠Demonstrate how to discover shadow AI — unmanaged agents, MCPs, and Skills already running in your organization — and how to block them or bring them under management.
5.⁠ ⁠Look at token usage and spend visibility by agent, user, and group.
You'll leave with a clear picture of the architectural decisions ahead of you, and a better sense of what your security team will require before signing off on scaling AI agents across your organization.

Speakers
avatar for Shannon Williams

Shannon Williams

President, Obot AI
I am the President and co-founder of Obot AI, and have been building open source software for the last 20 years. Prior to starting Obot, I co-founded Cloud.com (creator of CloudStack) and Rancher Labs (creator of Rancher, k3s, Longhorn, etc). I was a board member of the CNCF for 4... Read More →
avatar for Chris Urwin

Chris Urwin

VP of Field Engineering, Obot AI
Chris Urwin is VP of Field Engineering at Obot AI and a veteran engineering leader. With deep hands-on experience in cloud‑native platforms, Kubernetes, containers, CI/CD, and developer tooling, he builds and scales global technical teams. Chris bridges product, engineering, and... Read More →
Thursday September 17, 2026 16:20 - 17:55 CEST
G106 + G107 (1st Floor)
 
Friday, September 18
 

10:20 CEST

Workshop: Keep Infrastructure Out of Your AI Agents: The Agent Gateway Pattern - Lin Sun, Solo.io
Friday September 18, 2026 10:20 - 11:55 CEST
As AI agents move into production, engineering teams face a growing set of challenges. How do you secure and govern MCP servers without modifying them? Route and fail over across multiple LLM providers? Enforce rate limits, access controls, and governance policies? Observe agent traffic, and scale operations across environments?

Rather than embedding these capabilities into every agent, MCP server, and application, organizations can adopt a single architectural pattern: the agent gateway.

An agent gateway acts as a unified control plane for AI systems. It can function as an MCP gateway, LLM gateway, inference gateway, and traditional API gateway, centralizing security, observability, routing, resilience, and policy enforcement across agents, tools, models, and services.

In this hands-on workshop, you'll learn how to secure and federate MCP servers without code changes, route and fail over LLM traffic across providers, enforce authentication and usage policies, and gain end-to-end visibility into agent interactions. Through practical exercises, you'll see how a single gateway layer simplifies operations while enabling secure, scalable, and governable AI systems.
Speakers
avatar for Lin Sun

Lin Sun

Head of Open Source, Solo.io
Lin is the Head of Open Source at Solo.io, co-chair of KubeCon + CloudNatibeCon 2026. She actively contributes to AAIF and CNCF projects. She is the author of “Sidecar-less Istio Explained” and “AI Agents in Kubernetes”, and holds more than 200 patents.
Friday September 18, 2026 10:20 - 11:55 CEST
G106 + G107 (1st Floor)

12:05 CEST

Workshop: Harness Engineering: Building the System Around Your AI Coding Agent - Ji Darwish, Lunatech
Friday September 18, 2026 12:05 - 13:40 CEST
AI coding agents feel like magic. It is easy to assume there is something exotic inside, some secret sauce that makes agents reliable. Well, there isn't, the core of every AI coding agent is dead simple: send a message to a model, parse tool calls, execute them, feed the results back, repeat. Everything else (context management, permissions, observability, safety guardrails) is engineering layered on top of it that we should be building.

In this deep dive, we build that engine from scratch (in Java!), live on stage. Not to build the best agent, but to understand how the pieces fit together. We point it at a real codebase, and watch what happens. It compiles. Tests pass. And it violates every convention the team agreed on. So we iterate. We add context, constraints, and feedback, and at each step we examine what changed, why it helped, and what it maps to in the tools you already use.

The goal is a mental model. By the end, you will understand the components inside the AI coding tools you use every day, what you can layer on top to get smoother results and safer expectations, and where the honest limits still are, the gap no amount of engineering has closed yet.
Speakers
avatar for Ji Darwish

Ji Darwish

Data Platform Engineer, Xomnia
Ji is a Software Engineer at Lunatech with a background in Computer Science & Engineering from TU Delft and a recently completed MSc in Artificial Intelligence from Utrecht University. With years of experience in software development, he focuses on solving real-world software and... Read More →
Friday September 18, 2026 12:05 - 13:40 CEST
G106 + G107 (1st Floor)

15:45 CEST

Evaluating Agents at Scale: From 50 Examples to a Production Flywheel - Bauke Brenninkmeijer, Orq.ai
Friday September 18, 2026 15:45 - 16:10 CEST
LLM agents are reaching production faster than teams can evaluate them. A data-analysis agent that runs the right query but reports the wrong number, or returns the right number via a trajectory full of fabricated tool calls, passes superficial testing and fails in production.

This talk walks through evaluating such an agent end-to-end. Our running example: a data-analysis agent answering questions over a business dataset. We show how to grade three dimensions that agent evaluation requires and single-shot LLM evaluation ignores: final response, trajectory, and state changes.

We cover the full lifecycle:

1. Bootstrapping evaluation from 50 hand-reviewed examples when you have no labels.
2. Aligning an LLM-as-a-judge to human judgment with the same rigor you'd apply to outsourced annotators: dev/test splits, inter-rater agreement, Cohen's kappa.
3. Scaling to continuous online evaluation with CI integration, error analysis, and prompt optimization driven by natural-language feedback.

We also cover what we got wrong in earlier iterations and what we'd do differently today.
Speakers
avatar for Bauke Brenninkmeijer

Bauke Brenninkmeijer

AI Research Engineer, Orq.ai
Bauke is an AI Research Engineer with a background in data science and computer science. After working at several startups, I spent 5 years building ML systems at ABN AMRO and ING — from real-time streaming frameworks to RAG-based document processing.Now at orq.ai, I focus on AI... Read More →
Friday September 18, 2026 15:45 - 16:10 CEST
G106 + G107 (1st Floor)

16:20 CEST

From Advisory to Autonomous: A Staged Model for Agent Adoption - Milos Mandic, Lleverage
Friday September 18, 2026 16:20 - 16:45 CEST
Most teams shipping agents into production hit the same wall. The build is fast. The adoption is not. A solution that works in three weeks can take three months before operators trust it enough to actually use.

This talk is about closing that gap. Drawing on production deployments across fifteen-plus enterprise clients in logistics, wholesale, manufacturing, insurance, and finance, I'll walk through a four-stage model for moving agents from advisory to full autonomy without breaking trust along the way.

The talk goes deep on a single use case deployed across multiple clients: sales order processing. I'll cover what changed when we moved too quickly between stages and lost trust we had already earned, how we rebuilt it, and the operator-side patterns we now look for before progressing a stage.

The framework is protocol-agnostic. Whether teams are integrating agents through MCP, APIs, or a mix, the trust progression is the same. The talk should be useful for anyone building or deploying agent systems where humans remain in the loop and where adoption, not capability, is the binding constraint on impact.
Speakers
avatar for Milos Mandic

Milos Mandic

Founder & Editor, FDE Hub
Milos Mandic is a Forward Deployed Engineer based in Amsterdam. Over the past year he has shipped AI automation across more than fifteen parallel client engagements in logistics, wholesale, manufacturing, insurance and finance. He writes FDE Hub, a vendor-neutral newsletter on the... Read More →
Friday September 18, 2026 16:20 - 16:45 CEST
G106 + G107 (1st Floor)
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.