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 - Reza Jelveh, Dynamia.ai / HAMi
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 Reza Jelveh

Reza Jelveh

GTM & Solution Engineer, Dynamia

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

Your Agent Did What? Forensic Observability for Systems That Don’t Leave Obvious Footprints - Adriana Villela, Dynatrace & Kasper Borg Nissen, Dash0
Thursday October 8, 2026 16:40 - 17:20 CEST
The GenAI observability space is fragmented right now. OpenInference, OpenLLMetry, framework-specific conventions are all solving the same problems with incompatible attribute names. That made sense when OTel’s GenAI support was thin. It makes less sense today.

OTel is where this converges. Getting there from where most teams actually are isn’t obvious. Kasper and Adriana cover the current landscape, how the genainormalizer processor bridges the gap at the collector layer, and what a realistic path to OTel-native GenAI observability looks like.

Then the harder question: your agent just deleted a database. What does your telemetry actually tell you? Non-deterministic systems don’t leave obvious footprints, and most teams discover that at the worst possible time.
Speakers
avatar for Adriana Villela

Adriana Villela

Principal Developer Advocate, Dynatrace
Adriana Villela is a blogger, host of the Geeking Out podcast, CNCF Ambassador, OpenTelemetry Community Manager, and maintainer of the OpenTelemetry End User SIG. By day, she focuses on Observability and OpenTelemetry, as a Principal Developer Advocate at Dynatrace. By night, she... Read More →
avatar for Kasper Borg Nissen

Kasper Borg Nissen

Principal Developer Advocate, Dash0
Kasper is a CNCF Ambassador, former KubeCon+CloudNativeCon Co-Chair, Golden Kubestronaut, KCD Organizer, and CNCG Group Organizer. He co-founded Cloud Native Nordics to unite meetups across the region. At Dash0, he helps make observability easy for developers by advocating for better... Read More →
Thursday October 8, 2026 16:40 - 17:20 CEST
Forum Hall (Floor 2)
  Cloud & Orchestration
 


Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -