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
arrow_back View All Dates
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
 
  • 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.
Filtered by Date -