Loading…
25-27, August 2025
Amsterdam, Netherlands
View More Details & Registration
Note: The schedule is 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 2025 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.

This schedule is automatically displayed in Central European Summer Time, CEST (UTC +2). To see the schedule in your preferred timezone, please select from the drop-down menu to the right. 

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

Venue: G109 clear filter
Monday, August 25
 

11:20 CEST

Cloud Security Wildlife: A Tale of Otters, Monkeys and Security? - Marcus Tenorio, ControlPlane
Monday August 25, 2025 11:20 - 12:00 CEST
When we talk about cloud security, the first thing that comes to mind is otters. Obviously.

In this talk, we’ll dive into the fascinating analogy between the world of cloud security and wildlife. We’ll explore Falco, eBPF, and others and how they relate to our very own animal ecosystem. This perspective offers a unique and intuitive way to understand cloud security.

Think of chameleons and adaptive security: changing colours to match evolving threats.

We’ll migrate like birds, discovering security’s role in real-world workload transitions across clouds.

We’ll collaborate like bees, protecting the hive with policies, alerts, and shared responsibility.

We’ll defend like armadillos, layer by layer, showing how strong defence is often the best offence.

And we’ll feel our spider-sense tingle — like observability tools catching anomalies across the great web of services.

And, just like otters, we’ll hold hands to stay together in the rushing currents of the cloud.

And who’s heard of chaos monkeys? Clever and unpredictable, just like attackers exploiting misconfigurations and edge cases! We’ll take a look at how that plays out in the wild world of cloud-native security.
Speakers
avatar for Marcus Tenorio

Marcus Tenorio

Security Engineering Manager, ControlPlane
Mart is an engineering manager at ControlPlane, where he enjoys managing various consultants who teach him every day how to break things and become a better manager and engineer.
Monday August 25, 2025 11:20 - 12:00 CEST
G109
  Open Source 101

13:30 CEST

Open Source Tools To Empower Ethical and Robust AI Systems - Alberto Rodríguez, ControlPlane & Miguel Fontanilla, sennder
Monday August 25, 2025 13:30 - 14:10 CEST
In this talk, we will present open-source tools for evaluating and securing AI models which are key in building responsible AI systems. We'll start with an overview of these tools and their use cases, organized through a simple ontology to help classify them.

We'll cover:

- Tools that assess bias and fairness, such as AIF360

- Evaluation tools like Garak, which offers comprehensive security and safety assessments for LLMs; Promptfoo, which supports prompt engineering and testing; and Giskard, which allows the use of custom evaluation datasets

- Guardrail tools for LLM systems, like NeMo Guardrails

- Tools that focus on prompt security and insights, such as LLMGuard and LangKit

- Tools for traditional ML model security, like the Adversarial Robustness Toolbox

The main goal of the talk is to give attendees a clear overview of the wide range of open-source tools available for securing AI models and provide examples and insights about them that can help in making an informed decision on which one to use.
Speakers
avatar for Alberto Rodríguez Fernandez

Alberto Rodríguez Fernandez

Cloud Native Engineer, ControlPlane
Cloud Native consultant at Control Plane with a focus in Kubernetes, AI security and Software Supply Chain Security. AWS and Kubernetes Certified.
avatar for Miguel Fontanilla

Miguel Fontanilla

Platform Engineering Lead, sennder
Hello, I'm Miguel, a technology enthusiast who enjoys helping people learn about it!My specialty is cloud infrastructure, with a strong focus on containerization technologies.I currently work as a Staff Engineering Lead on the infrastructure team at Sennder, a European digital logistics... Read More →
Monday August 25, 2025 13:30 - 14:10 CEST
G109
  Open Source 101

14:25 CEST

Mind the Gap - A Developer's Roadmap To Building AI Agents - Ivan Pedrazas, Docker Inc.
Monday August 25, 2025 14:25 - 15:05 CEST
This talk is about software developers' journey into AI Agent creation.


We'll explore the evolving toolkit, from specialized IDEs like Cursor and VS Code (with AI Agents extensions) to frameworks like LangChain and LlamaIndex that simplify complex workflows.


I'll share firsthand experiences comparing local development with models like Ollama, LM Studio and LLM Runner against production deployments using OpenAI and Anthropic APIs. We will explore how to consume MCP Servers to provide tools to our Agents.


We'll address critical decision points: when to use RAG versus fine-tuning, how testing differs from traditional software, and the unique debugging challenges of non-deterministic systems. Finally, we will look at the challenges of deploying AI Agents in production and what we can do as developers to minimise the risk.


Developers will leave with a clear understanding of the technical shifts required when building AI agents, available tools, and practical strategies for overcoming the most common obstacles in this rapidly evolving space.
Speakers
avatar for Ivan Pedrazas

Ivan Pedrazas

Principal Engineer, Docker inc.
Ivan Pedrazas has been designing and building distributed systems for more than 20 years. In the last year, he’s been building developer tools that consume and provide AI capabilities, like AI agents, MCP Servers and LLM models.
Monday August 25, 2025 14:25 - 15:05 CEST
G109
  Open Source 101

15:35 CEST

Between Building and Testing Your Linux Driver - Krzysztof Kozlowski, Linaro
Monday August 25, 2025 15:35 - 16:15 CEST
Linux kernel code (and any C project in general) can greatly benefit from several static code analyzers. Let's dive into open and free (as in free beer as well) tools for static code analysis used in the Linux kernel, because there is more than one tool

The session will describe in detail how to check your Linux kernel code around build time to improve the code quality.

Many techniques will be applicable to other projects, but session focuses on the Linux kernel due to its own build process.
Speakers
avatar for Krzysztof Kozlowski

Krzysztof Kozlowski

Linux Kernel Maintainer , Linaro
Krzysztof Kozlowski is an active Linux Kernel developer, working currently for Linaro. Krzysztof maintains several upstream kernel subsystems: Devicetree bindings (as a co-maintainer with Rob and Conor), Memory controller drivers, NFC subsystem with drivers, and Samsung Exynos SoC... Read More →
Monday August 25, 2025 15:35 - 16:15 CEST
G109
  Open Source 101
  • Audience Experience Level Any

16:30 CEST

Guiding Newcomers: A Mentor’s Journey Through Linux Kernel Development - Daniel Baluta, NXP Semiconductors
Monday August 25, 2025 16:30 - 17:10 CEST
Helping newcomers step into the Linux kernel community is not an easy task, but

with the right mentorship it becomes a transformative journey for both the mentor and the

the mentee.


This talk shares lessons from over a decade of hands-on mentoring experience, helping students

grow from their first patch to becoming meaningful contributors.


This presentation focuses on real world examples from subsystems like IIO, ALSA and device tree

bindings and explains the practical steps to get beginners started. Each steps is important:

from selecting the appropriate tasks and hardware platfroms, to explaining kernel workflows

and mailing list culture.


Attendees will gain practical guidance on building effective mentorship practices, learning

how to support newcomers as they evolve from learners to contributors. Also, this presentation

is valuable for newcomers looking to take their first step into kernel development, offering

a clear view of the journey ahead and how to access mentoring programs like Outreachy Program for Women

or Google Summer of Code.
Speakers
avatar for Daniel Baluta

Daniel Baluta

Software Engineer, NXP Semiconductors
Daniel works at NXP in Romania hacking on Linux kernel audio drivers for i.MX boards. He is a teaching assistant for Operating System Internals class at University POLITEHNICA in Bucharest and very passionate about helping newcomers to the Linux kernel world while being a mentor for... Read More →
Monday August 25, 2025 16:30 - 17:10 CEST
G109
  Open Source 101
  • Audience Experience Level Any
 
Tuesday, August 26
 

11:00 CEST

Local AI for Developers - Raymon S, SBB
Tuesday August 26, 2025 11:00 - 11:40 CEST
In a world where cloud-based AI solutions dominate the tech landscape, the power and flexibility of local AI are often overlooked.

This session will showcase how you can leverage open-source AI models to streamline your development workflow, improve data privacy, and reduce costs. We’ll explore tools like Ollama, LM Studio, and Open Web UI to replace Github Copilot and ChatGPT on your local machine.

Through hands-on demonstrations, you will learn how to integrate these tools into their daily tasks, making your development process more efficient and secure.

Whether you are a developer or tech enthusiasts, this session will provide practical tips you can apply directly.


Speakers
avatar for Raymon S

Raymon S

Tech Lead, SBB
As a JavaScript developer, I specialize in Vue.js, Nuxt.js, and other JavaScript frameworks. I also have a strong focus on AI and team leadership. Passionate about mentoring and personal development, I share my journey and insights at byrayray.dev.
Tuesday August 26, 2025 11:00 - 11:40 CEST
G109
  Open Source 101

11:55 CEST

Building Agentic AI Systems: From Transactions To Conversations - Richard Li, Amorphous Data
Tuesday August 26, 2025 11:55 - 12:35 CEST
Traditional software is built around transactions—predictable inputs and outputs. But agentic AI systems are different: they’re conversation-driven, adaptive, and capable of reasoning over time. In this talk, we’ll break down what makes AI systems "agentic" and the key components required to build them. You'll learn about the three essential stacks—training, inference, and runtime—and dive deep into what makes an agentic runtime work: durable execution, memory, agent lifecycle orchestration, and tool use. Finally, we’ll explore the open-source ecosystem powering agentic AI systems, including popular open source projects such as vLLM, LangGraph, and AutoGen, and explain where they fit in the agentic stack.
Speakers
avatar for Richard Li

Richard Li

Principal, Amorphous Data
Richard Li is an AI expert, helping companies rethink their business models to thrive in the age of intelligent systems. Previously, he was founder and CEO of Ambassador Labs, the Kubernetes infrastructure company. He has held a variety of strategy, product, and corporate development... Read More →
Tuesday August 26, 2025 11:55 - 12:35 CEST
G109
  Open Source 101

14:10 CEST

Quantum Curious? Your Cloud Native Launchpad for K8s-based Quantum Simulations - Anmol Krishan Sachdeva & Samrat Priyadarshi, Google
Tuesday August 26, 2025 14:10 - 14:50 CEST
Intrigued by quantum computing but unsure where to begin? This beginner-friendly session charts a practical path using accessible, open-source tools. Discover how open-source Python libraries like Cirq and Qiskit makes defining your first quantum circuits for simulation surprisingly straightforward. We'll then explore how to take these Python-based simulations, package them into standard containers, and run them directly on Kubernetes – the ubiquitous platform for modern applications.

See a live demo running a basic containerized Python-based quantum simulation as a standard Kubernetes Job, showcasing deployment in this powerful environment.

We'll also map the road ahead: as needs scale, understand how the open Kubernetes ecosystem could support advanced management via CNCF tools (like Kueue) for K8s-native queueing and HPC scheduler integrations (like Slurm) for larger batch workloads.

Get a clear roadmap from your first Python script to running Quantum Simulations on K8s, understanding the path towards tackling larger challenges using open, cloud-native approaches.
Speakers
avatar for Anmol Krishan Sachdeva

Anmol Krishan Sachdeva

Sr. Hybrid Cloud Architect, Google
Anmol is a seasoned International Tech Speaker (delivered 75+ talks), a Distinguished Guest Lecturer, an active conference organizer, and has published several notable papers. He works at Google and focuses on Emerging Technologies.
avatar for Samrat Priyadarshi

Samrat Priyadarshi

Cloud Engineer, Google
Samrat is a Cloud Engineer at Google with 8 years of experience in Cloud Computing focussing mainly on Kubernetes and related landscapes. He has delivered multiple international and national conferences including Open Source Summit, Japan, 2024. He has a Youtube channel with more... Read More →
Tuesday August 26, 2025 14:10 - 14:50 CEST
G109
  Open Source 101

15:05 CEST

The Power of the Command Line - How Bash Can Boost Your Productivity - Werner Fischer, Thomas-Krenn.AG
Tuesday August 26, 2025 15:05 - 15:45 CEST
Most Linux users use it every day: the bash shell. While Linux newbies only sporadically access the command line (terminal), their familiarity with it increases with continued use.

However, very few people take advantage of the sheer power of the bash. A basic understanding of the Bash grammar will help you get started: from simple commands, pipelines (|), lists, to compound commands, coprocesses, shell function definitions.

The Bash is incredibly versatile.

Quoting, for example, is used to remove the special meaning of certain characters or words to the shell. Values can be stored in parameters - of which there are several: positional parameters, special parameters, shell variables (e.g. $BASH, $LANG, $PATH, ...), arrays. Functions, arithmetic evaluation, conditional expressions and exit status are features often used in Bash scripts. Last but not least, shell bulletin commands are also part of the bash feature list.

Join Werner's talk and discover many possibilities for your favourite shell that you may have only dreamed of.
Speakers
avatar for Werner Fischer

Werner Fischer

Product Manager, Thomas-Krenn.AG
Werner studied computer and media security in Hagenberg and then worked at IBM for two years, where he wrote two Redbooks with colleagues. He has been working in the Linux area at Thomas-Krenn.AG since 2005. His previous roles include HA clusters, devops, 3rd level support, security... Read More →
Tuesday August 26, 2025 15:05 - 15:45 CEST
G109
  Open Source 101

16:20 CEST

Sponsored Session: Streamlining AI Solutions Development: Seamless Development from Device to Cloud Harnessing Wasm on the Edge - Shinsuke Tashiro & Munehiro Shimomura, Sony
Tuesday August 26, 2025 16:20 - 17:00 CEST

As the demand for intelligent sensing solutions increases, integrating real-time AI capabilities into edge devices can lead to development inefficiencies. The fragmentation of various IoT devices and software stacks adds to this challenge, requiring advanced embedded software development that considers resource limitations. At the same time, technologies like WebAssembly (Wasm) and image recognition AI models are becoming more accessible. To effectively leverage these innovations, we must expand the development ecosystem for edge sensing devices and simplify the development process.

In this session, we will explore strategies to provide a consistent and scalable approach across different hardware environments. We will introduce our open-source software suite that enables:
- Easily develop Wasm-based applications using our SDK
- Integrate seamlessly into edge AI camera devices
- Deploy Wasm applications on the edge with a graphical user interface

Join us to discover how our platform is changing the edge AI landscape and making intelligent sensing more accessible.
Speakers
avatar for Munehiro Shimomura

Munehiro Shimomura

Open Source Program Manager, Sony Semiconductor Solutions Corporation
Munehiro is the division's OSPO Open Source Program Manager, where he leads open source strategy development and execution. He believes it is important to create a culture in which organizations can strategically and proactively utilize open source, and is working hard to achieve... Read More →
avatar for Shinsuke Tashiro

Shinsuke Tashiro

Senior Software Architect, Sony
Shinsuke is the Senior Software Architect with over 20 years of expertise in the embedded device software development.He is working to leverage his extensive experience and skills to contribute edge AI ecosystem, to simplify edge device development, aiming for a world filled with... Read More →
Tuesday August 26, 2025 16:20 - 17:00 CEST
G109
 
Wednesday, August 27
 

11:00 CEST

Modern Application Debugging: An Introduction To OpenTelemetry - Joshua Lee, Altinity
Wednesday August 27, 2025 11:00 - 11:40 CEST
In this talk, Joshua will share his insights and experiences with OpenTelemetry, an open-source project that offers protocols, APIs, and SDKs for collecting metrics, traces, and logs from applications and services. He will cover the comprehensive toolkit provided by the OpenTelemetry community, including language SDKs, the Collector, and the OTLP formats for metrics, traces, and logs.

He will demonstrate how to instrument and monitor a microservices application running on a Kubernetes cluster, utilizing the full potential of OpenTelemetry. Attendees will learn how to use powerful open-source tools like Jaeger and Prometheus to effectively analyze telemetry signals from their applications.

By the end of this session, attendees will have a solid understanding of how to implement OpenTelemetry in their projects, enhancing their debugging and observability practices. Join us as we delve into the world of OpenTelemetry, unlocking the capabilities of this powerful technology for your development needs.
Speakers
avatar for Joshua Lee

Joshua Lee

Developer Advocate, Altinity
Joshua is a seasoned software developer with over a decade of experience, specializing in a broad range of topics including operations, observability, agile methodologies, and accessibility. Currently, Joshua serves as a Developer Advocate for Altinity, where he creates educational... Read More →
Wednesday August 27, 2025 11:00 - 11:40 CEST
G109
  Open Source 101
  • Audience Experience Level Any

11:55 CEST

When Foundation Models Go Open: Unlocking the Promise From Infrastructure To Impact in Health - Elham Dolatabadi, York University
Wednesday August 27, 2025 11:55 - 12:35 CEST
As foundation models become increasingly central to health applications, the open-source community plays a vital role, not only in democratizing access to data and models, but also in driving safe, reproducible, and equitable innovation. In this talk, I will explore the rapidly growing ecosystem of open-source foundation models, with a particular focus on healthcare, where governance, fairness, and privacy are essential.

I will share lessons learned from our team's experience developing and releasing several open-source resources, including datasets, training pipelines, and evaluation frameworks designed to support advanced AI and multimodal learning in health. These tools enable rapid prototyping, benchmarking, and reproducible experimentation across vision-language and other multimodal health tasks.

This session offers a hands-on perspective for researchers and developers looking to engage with open foundation model efforts. Whether you're releasing models, curating datasets, or contributing to tooling, you'll gain insights into best practices for documentation, data quality assurance, and aligning model development with ethical and privacy principles in health AI.
Speakers
avatar for Elham Dolatabadi

Elham Dolatabadi

Assistant Professor/Scientist, York University
Elham Dolatabadi, PhD, is an Assistant Professor and early-career researcher at York University. She as an emerging leader in machine learning (ML) for health, an affiliated faculty member at the Vector Institute. Her contributions to date have advanced the development of advanced... Read More →
Wednesday August 27, 2025 11:55 - 12:35 CEST
G109
  Open Source 101
  • Audience Experience Level Any

14:10 CEST

Why We Needed an Open Source AI Definition Now - Stefano Maffulli, Open Source Initiative
Wednesday August 27, 2025 14:10 - 14:50 CEST
Why did we need to define Open Source AI, how did the OSI go about it, what conclusions did they reach, what's next, and how is the OSI's Open Source AI definition (OSAID) already helping to combat openwashing?

In this Session, OSI's executive director, Stefano Maffulli will present the process that led to the OSAID, and OSI EU Policy Analyst Jordan Maris will explain how the OSAID is vital to combatting openwashing in Europe and beyond.
Speakers
avatar for Stefano Maffulli

Stefano Maffulli

Executive Director, Open Source Initiative
Stefano is the Executive Director of the Open Source Initiative, he joined OSI in 2021 after decades of open source advocacy, both as a contributor and leader. He co-founded and led the Italian chapter of Free Software Foundation Europe from 2001 to 2007, structured the developer... Read More →
Wednesday August 27, 2025 14:10 - 14:50 CEST
G109
  Open Source 101
  • Audience Experience Level Any

16:20 CEST

Demystifying Containers and Container Images - Dan Čermák, SUSE
Wednesday August 27, 2025 16:20 - 17:00 CEST
Containers have become a cornerstone of modern IT infrastructure, yet, despite their widespread adoption, many technical fundamentals behind the container ecosystem are not widely known and lead to confusion and open questions like:

- Are containers just lightweight virtual machines?

- What are the layers of a container image?

- Are containers inherently more secure than workloads running on bare metal?

This session aims to demystify the underlying concepts behind containers and container images. We will trace the historical and technical evolution, beginning with foundational features like namespaces and cgroups, and how they are employed by container engines like Docker and Podman. Then we will provide an overview of how container images are constructed and how containers are launched from container images by Docker and Podman.

Whether you are new to containerization or looking to solidify your foundational knowledge, this talk will provide you with the necessary groundwork to successfully navigate the containerization landscape.
Speakers
avatar for Dan Čermák

Dan Čermák

Senior Full Stack Web Developer, SUSE
Dan is working as a Senior Web developer, building container images, creating developer tools and sometimes works on QA at SUSE, which he joined after working as an embedded firmware developer. Originally he started out as a theoretical astrophysicist, but after becoming a contributor... Read More →
Wednesday August 27, 2025 16:20 - 17:00 CEST
G109
  Open Source 101
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Audience Experience Level
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.