Loading…
7-9 October, 2026
Prague, Czechia
View More Details & Registration
Important Note: Timing of sessions and room locations are subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for Open Source Summit Europe 2026 to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.



Venue: Forum Hall (Floor 2) clear filter
arrow_back View All Dates
Thursday, October 8
 

10:50 CEST

Just Keep Swimming: Benchmarking OSS Agent Memory on Kubernetes With OpenTelemetry - Henrik Rexed, Dynatrace
Thursday October 8, 2026 10:50 - 11:30 CEST
Your AI agent is Dory. Every conversation it wakes up unable to remember a thing , so you, Marlin, re-explain everything every turn. Four open-source memory systems promise to fix that: Cognee, MemOS, Honcho, and MemPalace. But which architecture actually pays off in tokens, dollars, and resolved tasks?
This talk runs two experiments. First, we benchmark all four backends head-to-head on a single Kubernetes substrate , same harness, same workloads, same OpenTelemetry Collector and rank them by token efficiency, cost per resolved task, and recall under contradiction.
Then we test the question most teams haven't asked: is running an agent with memory worth it at all? We measure two real OSS agent frameworks , kagent (CNCF Sandbox) and sympozium with their built-in memory turned on, then turned off. Real workloads, real numbers.
None of the four backends ships first-party OTel today; the Helm chart, OTel pipeline, and upstream PRs are how we close that gap for the ecosystem.
Speakers
avatar for Henrik Rexed

Henrik Rexed

Cloud Native Advocate, Dynatrace
Henrik is a Cloud Native Advocate at Dynatrace, the leading Observability platform. Prior to Dynatrace, Henrik has worked more than 15 years, as Performance Engineer. Henrik Rexed Is Also one of the Organizer of the conferences named WOPR, KCD Austria and the owner of the Youtube... Read More →
Thursday October 8, 2026 10:50 - 11:30 CEST
Forum Hall (Floor 2)
  Open AI & Data

11:40 CEST

Building Real-Time, Data-Aware Intelligence With Postgres & Model Context Protocol (MCP) - Yogesh Jain, EnterpriseDB
Thursday October 8, 2026 11:40 - 12:20 CEST
Imagine asking an AI agent to analyze any data, only for it to hallucinate a schema that doesn't exist. This "context gap" is the primary barrier to reliable Data-Aware AI. While LLMs are brilliant reasoners, they are historically "blind" to the live, structured world of Postgres - until now!

In this talk, we will explore how the Model Context Protocol (MCP) bridges this gap, transforming Postgres from a passive storage layer into an active reasoning engine. We’ll dive into the architecture of a Postgres MCP server, demonstrating how it provides agents with secure, structured access to schemas and metadata. By utilizing tools like pg_catalog and EXPLAIN, we enable LLMs to understand table relationships and optimize performance before running queries.

Expect live demos and practical insights on making Postgres "talk" to AI safely and effectively.

Key Takeaways:

* How Postgres + MCP provides LLMs with correct, real-time database context.
* Leveraging Postgres metadata and schema to eliminate SQL hallucinationcs.
* Implementing secure, multi-tenant, and read-only access for AI agents.
* Enabling AI agents to use EXPLAIN and other tools for self-optimization.
Speakers
avatar for Yogesh Jain

Yogesh Jain

Staff SDE at EDB, EnterpriseDB
Yogesh Jain is a Staff SDE at EnterpriseDB and a passionately curious full-stack developer. He specializes in building scalable solutions leveraging open-source technologies, with expertise spanning Kubernetes, observability, distributed systems, and cloud-native PostgreSQL.He is... Read More →
Thursday October 8, 2026 11:40 - 12:20 CEST
Forum Hall (Floor 2)
  Open AI & Data

13:50 CEST

Yukti: A Unified Inference Interface for Low-Latency Machine Learning in High-Energy Physics - Sanjiban Sengupta, CERN, University of Manchester
Thursday October 8, 2026 13:50 - 14:30 CEST
Machine learning is increasingly used in high-energy physics, particularly in trigger systems that process data at rates of 100 kHz while making real-time event selection decisions. The latency and reliability requirements demand highly optimized inference pipelines. While portable solutions such as ONNX Runtime simplify deployment, many applications rely on hardware-specific libraries like NVIDIA TensorRT and MIGraphX (via ROCm) for optimal performance. Code-generation approaches such as SOFIE offer additional efficiency but introduce integration complexity.

We present a unified inference interface that abstracts backend-specific details while preserving performance. It enables execution across multiple inference libraries without data copies or user-side configuration changes. An offline processor converts trained models into backend-optimized plans, and a lightweight runtime loads and executes them through a common API with direct data access for heterogeneous environments.
Speakers
avatar for Sanjiban Sengupta

Sanjiban Sengupta

Doctoral Student, CERN, University of Manchester
Sanjiban is a Doctoral Student at CERN, affiliated with the University of Manchester, researching ML inference optimization for the LHC. He contributed to SOFIE, focusing on Keras/PyTorch parsing, ONNX-based operators, and GNN support. He was a CERN Summer Student (2022) and a GSoC... Read More →
Thursday October 8, 2026 13:50 - 14:30 CEST
Forum Hall (Floor 2)
  Open AI & Data

14:40 CEST

Designing Permissioned AI Agents That Can Run Offline - Miley Fu, Olares Tech
Thursday October 8, 2026 14:40 - 15:20 CEST
AI agents are moving from chat interfaces into workflows that read files, call tools, modify state, and coordinate multiple services. In cloud-hosted designs, this often creates a fragile trust boundary: private data leaves the device, tools are authorized through broad API keys, and the user has limited visibility into what the agent can do. This talk presents an open-source, local-first architecture for permissioned AI agents that can operate offline on Linux edge or personal infrastructure. We will break down the architecture into model serving, retrieval, tool invocation, capability scoping, identity, audit logs, sandboxing, human approval, and fallback synchronization when connectivity returns. The session is not about a specific agent framework; it is about the system boundary around agents. Attendees will learn how to separate reasoning from action, how to map tools to least-privilege permissions, how to keep sensitive context local, and how to evaluate agent workflows when network access is unavailable or intentionally disabled.
Speakers
avatar for Miley Fu

Miley Fu

Developer Relations Director, Olares Tech
Miley is the co-chair and keynote speaker for KubeCon+Open Source Summit and AI Dev China 2024. She works on WasmEdge runtime under Linux Foundation as the founding member for over 6 years. She talks at KubeCon, KCD Beijing+Shenzhen, CloudDay Italy, DevRelCon, Open Source Summit Japan... Read More →
Thursday October 8, 2026 14:40 - 15:20 CEST
Forum Hall (Floor 2)
  Open AI & Data
  • Audience Experience Level Any

15:50 CEST

Open Standards for Measuring Carbon, Energy, and Water in Software and AI - Navveen Balani, Linux Foundation
Thursday October 8, 2026 15:50 - 16:30 CEST
Software’s environmental footprint, especially AI’s, is becoming a business, governance, and regulatory priority. The EU AI Act introduces environmental transparency expectations for general-purpose AI, while the CSRD expands sustainability reporting obligations to 50,000+ companies. As software and AI adoption accelerate, organizations are increasingly seeking consistent ways to measure carbon, energy, and water impacts across workloads and inference.

The Green Software Foundation, a Linux Foundation project, is helping shape the open standards foundation for this transition:

• SCI (ISO/IEC 21031:2024): the ISO-ratified standard for software carbon intensity
• SEE: measuring software energy efficiency across workloads
• SCI for AI: extending measurement to AI training, fine-tuning, and inference
• SWE: addressing the growing water footprint of software and AI systems

Drawing on direct experience chairing and co-leading these specifications, this session explores how these standards connect, align with emerging expectations such as the EU AI Act and CSRD, and help organizations build measurable, transparent, and sustainable software and AI systems.
Speakers
avatar for Navveen Balani

Navveen Balani

Executive Director , Green Software Foundation, Linux Foundation
Navveen Balani is the Executive Director of the Green Software Foundation and a technology leader with 25+ years of experience building exponential and responsible technology systems. He chaired the creation of the ISO-ratified Software Carbon Intensity (SCI) standard and leads SCI... Read More →
Thursday October 8, 2026 15:50 - 16:30 CEST
Forum Hall (Floor 2)
  Open AI & Data

16:40 CEST

Panel: The Future of AI Inference in Cloud Native: Open Source Innovation, Challenges, and Opportunities - Martin Hickey, IBM Research; Maroon Ayoub, Red Hat; Nili Guy, IBM; Cong Liu, Google; Hyunkyun Moon, Moreh
Thursday October 8, 2026 16:40 - 17:20 CEST
As AI workloads move into production in cloud native environments, the open source community must define the future of AI inference infrastructure. This panel convenes experts from leading projects to assess the ecosystem and chart a path forward.

Key themes include:

- The evolution of cloud native inference (from serverless to large‑scale distributed serving)
- Performance and efficiency advances such as KV cache management, quantization and hardware acceleration
- The need for standardization across APIs, model formats and interoperability.

They’ll also examine how projects like vLLM, llm‑d, and KServe can collaborate to reduce fragmentation.

Panelists will address real‑world challenges in Kubernetes deployment, including multi‑tenancy, GPU sharing, autoscaling and observability. There will also explore emerging trends such as edge inference, multi‑modal models and the convergence of training and inference systems.
Speakers
avatar for Martin Hickey

Martin Hickey

Senior Technical Staff Member, IBM Research
Martin Hickey is a STSM at IBM Research, focused on Open Source, Cloud Native Computing, and AI. Martin has notable contributions to open source projects like vLLM, LMCache, Kubernetes, Helm, OpenTelemetry and OpenStack. Martin is a core maintainer for LMCache and an emeritus core... Read More →
avatar for Maroon Ayoub

Maroon Ayoub

Senior Principal Machine Learning Engineer, Red Hat
Maroon Ayoub is an AI infrastructure architect at Red Hat focused on distributed inference. He co-leads development of llm-d and specializes in scaling LLM inference with Kubernetes-native architectures, KV-cache orchestration, and open source integrations.
avatar for Nili Guy

Nili Guy

R&D and Senior Technical Staff Member, IBM
Nili is a Research Manager and Senior Technical Staff Member at IBM Research, co-creator of llm-d, and an expert in distributed inference and Kubernetes-native AI systems. She has led key open-source and productized inference initiatives across IBM’s AI platforms.
avatar for Cong Liu

Cong Liu

Software Engineer, Google
Cong is a software engineering working on Google Kubernetes Engine (GKE), building solutions for AI Inference workloads, such as efficient request scheduling for Large Language Models (LLMs). His past experience include GKE release channels and safe cluster upgrades.
avatar for hyunkyun moon

hyunkyun moon

ML Platform Engineer, Moreh
Hyunkyun Moon is an ML Platform Engineer at Moreh, where he builds high-performance LLM inference platforms using llm-d. He is an active contributor to open-source projects, including llm-d and vLLM. Previously at LINE Plus, he specialized in developing large-scale DBaaS using Kubernetes... Read More →
Thursday October 8, 2026 16:40 - 17:20 CEST
Forum Hall (Floor 2)
  Open AI & Data
  • Audience Experience Level Any
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -