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
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
 
  • 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 -