Loading…
11-12, August 2026
Seoul, South Korea
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 Korea 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.

This schedule is automatically displayed in Korea Standard Time (KST), UTC +9. To see the schedule in your preferred timezone, please select from the drop-down menu to the right.
Company: English clear filter
Tuesday, August 11
 

09:10 KST

Keynote: Welcome - Jim Zemlin, CEO, The Linux Foundation
Tuesday August 11, 2026 09:10 - 09:50 KST

Speakers
avatar for Jim Zemlin

Jim Zemlin

CEO, The Linux Foundation
Jim Zemlin’s career spans three of the largest technology trends to rise over the last decade: mobile computing, cloud computing, and open source software. Today, as executive director of The Linux Foundation, he uses this experience to accelerate innovation in technology through... Read More →
Tuesday August 11, 2026 09:10 - 09:50 KST
Grand Ballroom 2-3
  Keynote Sessions

09:50 KST

Keynote: Linux in the Land of LLMs - Greg Kroah-Hartman, Linux Kernel Maintainer & Fellow, The Linux Foundation
Tuesday August 11, 2026 09:50 - 10:05 KST
Recently, LLMs have changed the landscape of security issues in open source software in a radical way. This talk goes into the problems that all open source projects are having with this, and how to use the enemy's resources against them to solve the problem.
Speakers
avatar for Greg Kroah-Hartman

Greg Kroah-Hartman

Fellow, Linux Foundation

Tuesday August 11, 2026 09:50 - 10:05 KST
Grand Ballroom 2-3
  Keynote Sessions
  • Presentation Language English
  • Slides Attached Yes

10:05 KST

Keynote: Open Models Need Open Memory - Nigel Brown, Senior OSS Developer Advocate - Valkey, Amazon Web Services
Tuesday August 11, 2026 10:05 - 10:10 KST
Modern AI agents are only as useful as what they can remember. Behind every agent that recalls a user, holds a session, or retrieves context sits a data layer that has to be fast, durable, and portable across the places the agent runs. That memory layer is becoming critical infrastructure, and how it is built and governed determines whether teams stay in control of their own systems or inherit the constraints of whoever owns the layer beneath them. This talk examines the technical problem of stateful memory for AI agents at low latency and scale: the architectural patterns for session state and vector retrieval, the trade-offs between them, and why the licensing and governance of the data layer matter as much as its performance. Valkey, a community-governed key-value datastore under the Linux Foundation, serves as a case study in how these challenges can be met in the open.

Speakers
avatar for Nigel Brown

Nigel Brown

Senior OSS Developer Advocate, Valkey, Amazon Web Services
Nigel is a Senior Developer Advocate based in Austin, Texas. He was drawn to the craft of software engineering because of the agency it provides people to build and interact with worlds of their own creation. He focuses on Cloud Native technologies and his passions in technology are... Read More →
Tuesday August 11, 2026 10:05 - 10:10 KST
Grand Ballroom 2-3
  Keynote Sessions

10:15 KST

Keynote: Open Source for AI and AI for Open Source - Priya Nagpurkar, Vice President, Hybrid Cloud and AI Platforms, IBM Research
Tuesday August 11, 2026 10:15 - 10:30 KST
Open source has been the single most powerful force democratizing AI—taking capabilities that might otherwise be confined to a handful of well-resourced labs and putting them within reach of researchers, developers, and IT operators everywhere. But the relationship runs both ways: as AI systems increasingly write and contribute code, they are reshaping the open-source ecosystem itself—straining how we manage a rising tide of machine-generated contributions and how we secure code in an era when both attackers and defenders are AI-augmented. In this keynote, I make the case for why open models and open technologies like PyTorch, vLLM, and llm-d are critical enablers for enterprises and governments seeking greater control and flexibility over their AI, and I highlight the technical innovation making this possible. I close by arguing that we have a real opportunity to turn this two-way street into a virtuous loop—building AI that accelerates and secures open source even as open source accelerates AI.
Speakers
avatar for Priya Nagpurkar

Priya Nagpurkar

Vice President, AI-native Systems Research, IBM Research
Priya Nagpurkar is the Vice President of AI-native Systems research at I.B.M.'s T.J. Watson Research Center in New York. She leads a global team of systems and AI experts working on all interesting aspects of the AI platform -- from scalable, performant, and efficient deployment... Read More →
Tuesday August 11, 2026 10:15 - 10:30 KST
Grand Ballroom 2-3
  Keynote Sessions

11:00 KST

Upstream Kernel Hardening: Recent Progress and Challenges - Gustavo A. R. Silva, Linux Kernel Self-Protection Project
Tuesday August 11, 2026 11:00 - 11:30 KST
With the release of Linux 7.0, Rust is no longer considered experimental. New and safer components are expected to be written in Rust in the near future. However, the Linux kernel still contains more than 35 million lines of code written in C. This code will remain critical for years to come and, for the benefit of everyone, must continue to be maintained, improved, and hardened where possible.

In the Linux Kernel Self-Protection Project, we care deeply about this, and we've been advancing kernel hardening upstream for several years. In this presentation, we'll review recent hardening efforts and discuss the challenges we continue to face as we work toward our ultimate goal of eliminating classes of bugs and methods of exploitation in the upstream Linux kernel.
Speakers
avatar for Gustavo A. R. Silva

Gustavo A. R. Silva

Upstream Linux Kernel Engineer, Linux Kernel Self-Protection Project
Gustavo A. R. Silva works full-time as an Upstream Linux Kernel Engineer focused on hardening and proactive security. He's spent the past several years fixing all sorts of bugs & hardening the Linux kernel. His work is supported by The Linux Foundation and the Alpha-Omega project... Read More →
Tuesday August 11, 2026 11:00 - 11:30 KST
Orchid 1
  Linux
  • Presentation Language English
  • Slides Attached Yes

11:00 KST

SBOMs Aren't Enough. Secure Your Software Supply Chain End-To-End - Yongjae Chung, New York University Secure Systems Lab & Justin Cappos, New York University
Tuesday August 11, 2026 11:00 - 11:30 KST
You probably heard that SBOMs are helpful, but did you know that an SBOM only addresses a fraction of what can go wrong in your software supply chain? The SLSA (Supply Chain Levels for Software Artifacts) specification identifies 9 distinct threat areas, spanning from source code, all the way to package distribution. Most development teams address one or two of these and call it a day, leaving gaps that real-world attacks like SolarWinds and Log4J have already exploited. We understand that it is difficult to cover all aspects when it comes to the software supply chain.

How about we make this much easier? In this talk, we will present an overview of the modern software supply chain threat model, and show how you can provide integrity throughout the whole process of your software development life cycle. We will introduce an easy-to-setup, end-to-end open source stack, built from frameworks and tools within the CNCF/OpenSSF ecosystem.
Speakers
avatar for Justin Cappos

Justin Cappos

Professor, New York University
I am a professor at NYU who has been working on software supply chain security for more than 20 years. I am a maintainer / creator of the TUF, Uptane, and in-toto projects, which are all under the LF.
avatar for Yongjae Chung

Yongjae Chung

Student, NYU-SSL
Yongjae is a Master's student at New York University. He is a contributor of gittuf, an incubating project at Open Source Security Foundation.
Tuesday August 11, 2026 11:00 - 11:30 KST
Magnolia
  Packages + Images + Containers
  • Presentation Language English
  • Slides Attached Yes

11:00 KST

Sponsored Session: A New Security Standard for the AI Era: Zero-CVE and Real-Time Threat Response - SeungEll Lee, Red Hat
Tuesday August 11, 2026 11:00 - 11:30 KST
As Generative AI and Agentic AI continue to evolve, cyberattacks have become increasingly automated. With hundreds of new CVEs disclosed every day and AI-powered attacks are automated in zero-hour, traditional security and patch management approaches have reached their limits.

This session explores how organizations can build a lightweight hardened infrastructure and a trusted Zero-CVE environment with Red Hat AI on a proven platform that leverages the strengths of the open source ecosystem. It also examines the need for autonomous defense systems and approaches to implementing them, enabling real-time threat response while maintaining infrastructure stability through controlled AI-driven automation.
Speakers
avatar for SeungEll Lee

SeungEll Lee

Enterprise Solution Architect, Red Hat
SeungEll Lee is an Enterprise Solution Architect at Red Hat Korea, who helps customers achieve business success through tailored architecture strategies for the hybrid cloud and AI era. By providing consulting services and phased transformation roadmaps, he enables customers to navigate... Read More →
Tuesday August 11, 2026 11:00 - 11:30 KST
Rose
  Safety Critical Software
  • Presentation Language English
  • Slides Attached Yes

11:40 KST

Self-Healing Rollouts: Automating Production Fixes With Agentic AI - Kevin Dubois, IBM
Tuesday August 11, 2026 11:40 - 12:10 KST
Your software rollouts to production are probably always flawless, right? For the rest of us, once in a while we do run into issues when releasing code to production. Even with robust CI/CD, production rollouts can hit unexpected snags. While in Kubernetes, ArgoCD and Argo Rollouts excels at Progressive Delivery and automated rollbacks to mitigate deployment issues, what if we could go a step further?

This session explores how to elevate your release process by integrating Agentic AI and asynchronous coding agents, with Argo Rollouts canary deployments. We'll demonstrate how an intelligent agent can automatically analyze a rollout failure, pinpointing the root cause. Beyond diagnosis, these agents can take proactive steps on your behalf, suggesting and even implementing code fixes as new pull requests, which can be redeployed automatically after PR review. This approach moves us closer to truly self-healing deployments.

Join us to learn how to combine the power of cloud native projects like Kubernetes, ArgoCD and Argo Rollouts with the autonomous capabilities of Agentic AI, achieving a release experience that is not only seamless but also resilient.
Speakers
avatar for Kevin Dubois

Kevin Dubois

Sr Principal Developer Advocate, IBM
Kevin Dubois is often featured as a (keynote) speaker at conferences around the world, where he shares his passion and knowledge about developer experience, Agentic AI, open source, cloud native development and Java. He is also an author, java Champion, and an accomplished software... Read More →
Tuesday August 11, 2026 11:40 - 12:10 KST
Orchid 2
  Cloud + Orchestration
  • Presentation Language English
  • Slides Attached Yes

11:40 KST

Getting Started With Kernel Programming: The Linux Kernel Mentorship Program - Jori Koolstra, Independent
Tuesday August 11, 2026 11:40 - 12:10 KST
The Linux Kernel is one of the most influential and widely-used open source software projects today. However, getting started -- understanding the code and contributing to it -- can be quite daunting. Kernel code often carries history and conventions that are not always documented, but are rather shared by the community as tribal knowledge. Moreover, understanding operating-system-level source code comes with its own unique challenges: there is no libc, you need to know about low-level primitives like memory barriers and various types of locking mechanisms, and memory handling errors can bring the whole system down (no garbage collection either, of course!).

The Linux Kernel Mentorship Program (LKMP) addresses some of these difficulties and aims to mentor prospective contributors to overcome the initial hurdle -- because everything becomes easier after your first contribution. The program is led by experienced kernel maintainers with the assistance of regular contributors and is open to anyone.

In this talk I will detail my experience as an LKMP mentee and explain how I have progressed since. I will also explain how you can get started with a small patch!
Speakers
avatar for Jori Koolstra

Jori Koolstra

Software Engineer

Tuesday August 11, 2026 11:40 - 12:10 KST
Orchid 1
  Linux

11:40 KST

Sponsored Session: From Clicks to Rankings: Building a Learning-to-Rank Pipeline with OpenSearch - West Kim, AWS
Tuesday August 11, 2026 11:40 - 12:10 KST
Search relevance improves when ranking reflects how users actually interact with results. OpenSearch provides three plugins that work together to enable this: User Behavior Insights (UBI) collects click and query data, Search Relevance Workbench (SRW) evaluates ranking quality, and Learning to Rank (LTR) applies machine-learned models to reorder results. This session walks through the full workflow: collecting user behavior data with UBI, training an XGBoost-based ranking model, and deploying customized search rankings using the LTR plugin.

Speakers
avatar for West Kim

West Kim

AI Specialist SA, Amazon Web Services
West is an AI Specialist SA at AWS who specializes in information retrieval. As a search service and search engine engineer, he provides expert support in RAG and ontology design and implementation, and advises on designing and building flows and tooling to make agentic systems run... Read More →
Tuesday August 11, 2026 11:40 - 12:10 KST
Rose
  Open AI + Data

11:40 KST

Stop Trusting a Black Box: The Economic Case for Open, Sovereign AI - Vincent Caldeira, Red Hat
Tuesday August 11, 2026 11:40 - 12:10 KST
As AI matures from a novelty into a strategic asset, 79% of organisations now prioritise sovereignty to mitigate vendor lock-in and secure critical data. Despite this, the market remains paralysed by a paradox: while open models have achieved performance parity with proprietary systems at a fraction of the cost, they remain massively under-utilised due to perceived friction and trust gaps.

This session dissects this market inefficiency, with insights from LF Research revealing how closed-source dominance is often driven by inertia rather than superior capability. We will explore how to operationalise true independence by rejecting "open-washing" in favour of rigorous frameworks that demand full model completeness: verifying everything from training data to weights. Join us to learn how to transition from renting black-box APIs to architecting a transparent, reproducible, and economically superior AI stack.
Speakers
avatar for Vincent Caldeira

Vincent Caldeira

CTO APAC, Red Hat
Vincent Caldeira, Red Hat APAC CTO and Industry Visiting Scholar at Columbia University, drives tech strategy and emerging engineering. A Top 10 APAC CTO (2023) with 20+ years in finance IT, he is an authority on open source, cloud-native technologies and AI. Vincent holds leadership... Read More →
Tuesday August 11, 2026 11:40 - 12:10 KST
Grand Ballroom 2-3
  Open AI + Data

11:40 KST

One Binary, Every Package Manager: Shipping a Rust CLI To PyPI, Npm, Homebrew, Winget, and Beyond - Ajit Kumar, Wellmatix
Tuesday August 11, 2026 11:40 - 12:10 KST
Most dev tools die in obscurity because installation friction kills adoption before the first command is run. This talk provides a battle-tested playbook for solving that problem using evnx—a Rust CLI for validating and secret-scanning `.env "files"—as a real-world case study.

Launched in early 2026, evnx achieved thousands of cross-ecosystem downloads within weeks by treating distribution as a first-class engineering concern. The session breaks down a complete distribution matrix:

Registry Packaging: Using crates.io as a source of truth, Maturin for native Python wheels, and npm wrappers for platform-specific binaries.
OS Package Managers: Automating Homebrew formulas via cargo-dist, plus Scoop and Winget submissions.
Developer Integration: GitHub Actions with SARIF output, pre-commit hooks, and lightweight Docker CI images.
Supply-Chain Security: Leveraging PyPI Trusted Publishing (OIDC), provenance attestations, and cosign for signed containers.

Attendees will receive reusable GitHub Actions workflows and manifest templates from the public evnx repo to ship any Rust CLI across ecosystems without sacrificing security or maintainer sanity.
Speakers
avatar for Ajit Kumar

Ajit Kumar

Senior Software Architect, Wellmatix

Tuesday August 11, 2026 11:40 - 12:10 KST
Magnolia
  Packages + Images + Containers
  • Presentation Language English
  • Slides Attached Yes

13:35 KST

KNOD: In-Kernel Network Offload Device for GPU-Accelerated Packet Processing - Taehee Yoo, LINE Investment Technologies & Hoyeon Lee, SUSE
Tuesday August 11, 2026 13:35 - 14:05 KST
GPU compute resources remain inaccessible to the Linux kernel without userspace runtimes (ROCm, CUDA), forcing network packet processing to stay CPU-bound regardless of available GPU capacity.

We present KNOD (in-Kernel Network Offload Device), a Linux kernel framework that enables GPU-accelerated network packet processing entirely within the kernel. KNOD compiles and launches GPU kernels natively, dispatching packet processing workloads directly to the GPU — no ROCm, no userspace involvement, using only publicly documented hardware interfaces.

XDP offload is KNOD's first use case. Building on our LPC 2025 talk, this talk covers: in-kernel GPU kernel compilation targeting AMD GFX9/Vega ISA with post-processing optimizations (latency: ~118µs → ~46µs); a lock-free GPU-side queue between NIC RX path and GPU compute; and branch divergence mitigation to maximize SIMT utilization across heterogeneous packet flows.

At equivalent throughput (~32 Mpps), KNOD reduces system-wide CPU utilization from 40% (CPU-based XDP) to 17-20%. We discuss lessons from MACsec/WireGuard offload attempts and the path toward KNOD as a general kernel framework for GPU-accelerated network functions.
Speakers
avatar for Taehee Yoo

Taehee Yoo

Algo Engineer, LINE Investment Technologies
Taehee Yoo is a contributor to the Linux Networking Stack and a maintainer of the AMT module in the networking stack. And he is working as an Algo engineer at LINE Investment Technologies. He is currently focusing on KNOD project.
avatar for Hoyeon Lee

Hoyeon Lee

BPF System Engineer, SUSE
Hoyeon Lee is a BPF System Engineer at SUSE, focusing on BPF and system internals in the Linux kernel. He enjoys sharing knowledge through writing and speaking, and has been active in open source communities and technical translation.
Tuesday August 11, 2026 13:35 - 14:05 KST
Orchid 1
  Linux

13:35 KST

Science in the Agentic Era: Structured Experimentation With Ado - Alessandro Pomponio, IBM
Tuesday August 11, 2026 13:35 - 14:05 KST
As AI agents become increasingly capable of generating code and executing complex workflows, their use in research is still limited by concerns about rigour and reproducibility. This session introduces ado, an open-source framework that brings structure to agent-driven scientific experimentation.

ado defines schemas for the core elements of a discovery process: the problem space and how to explore it. Agents iteratively propose and refine experimental campaigns as validated configurations based on these schemas, while ado handles execution. This separation of research intent from execution constrains agents to focus on the research task, reducing hallucinations and the need to write boilerplate code. Combined with a set of agent skills for formulating problems, creating and running experiments, and analysing their results, ado provides a framework for end-to-end agent-driven discovery workflows.

Whether you are an experienced researcher or new to computational experimentation, this talk presents a practical model for integrating AI agents into research workflows while keeping experimentation structured, transparent, and reproducible.
Speakers
avatar for Alessandro Pomponio

Alessandro Pomponio

Research Software Engineer, IBM
Alessandro Pomponio is a Research Software Engineer and a member of the Next Generation Systems and Cloud team in IBM Research Europe – Ireland. His work focuses on optimizing containerized workflows and accelerating the scientific discovery process. His main areas of interests... Read More →
Tuesday August 11, 2026 13:35 - 14:05 KST
Grand Ballroom 2-3
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

13:35 KST

Sponsored Session: Trust by Design: Engineering Reliable Enterprise AI Workflows with Open Source - KyoSeok Kim & Suyeon Woo, IBM
Tuesday August 11, 2026 13:35 - 14:05 KST
When enterprises bring AI into real-world operations, reliability challenges extend far beyond hallucinations and response accuracy. Document structure and meaning can be lost during processing, retrieval may fail to provide sufficient grounding, and models may violate business rules or operational constraints. As agents connect to enterprise systems, additional risks emerge, including unauthorized tool calls and actions that are difficult to trace or audit.
These challenges cannot be addressed by adding a guardrail at the final stage. Reliability must be designed across the entire workflow, from document understanding and retrieval to reasoning, generation, and execution.
This session presents an open-source reference architecture that combines document representation with Docling and DocLang, grounded retrieval and reasoning with OpenRAG and Granite, requirement-driven generation and validation with Mellea, and controlled, observable tool integration with ContextForge.
 

Speakers
avatar for Suyeon Woo

Suyeon Woo

Solutions Architect, IBM
Suyeon Woo is a Solution Architect at IBM, specializing in enterprise AI, application modernization, and cloud-native architecture. He works with organizations across the financial services, telecommunications, and manufacturing sectors to design and implement enterprise AI platforms... Read More →
avatar for KyoSeok Kim

KyoSeok Kim

Technical Specialist and Senior Systems Management Specialist, IBM
KyoSeok Kim is Technical Specialist on OSS and Hybrid Cloud and Senior Systems Management Specialist in IBM Korea OSS Competency Team experienced  30+year. His working is based on Open Source-based Cloud infrastructure,  Kubernetes and On-prem Infrastructure. His focus is on helping... Read More →
Tuesday August 11, 2026 13:35 - 14:05 KST
Rose
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

13:35 KST

Panel Session: Realizing Sovereign AI: Strategies for Korea’s Tech Sovereignty and AI Independence Via Open Source - Yongkook Kim & Priya Nagpurkar, IBM; Jae Lee, Rebellions; Alice Oh, KAIST
Tuesday August 11, 2026 13:35 - 14:05 KST
When global AI development being centralized around proprietary "black-box" models, the demand for Sovereign AI has become a national priority for many countries, including South Korea. True sovereignty requires more than just local data or local LLMs; it demands independence across the entire stack—from silicon up to the software services, as well as AI model itself. This panel challenges the misconception that global technology leaders are incompatible with national goals, demonstrating instead how open-source collaboration is the only viable path to technical and data independence as foundation for Sovereign AI.
Speakers
avatar for Alice Oh

Alice Oh

Endowed Professor, School of Computing & Head of the Global Cooperation Subcommittee of the Presidential Council on National AI Strategy, KAIST
Alice Oh is a KAIST ICT Endowed Professor in the School of Computing at KAIST and Head of the Global Cooperation Subcommittee of the Presidential Council on National AI Strategy. She received her PhD in Computer Science from MIT in 2008. Her major research area is at the intersection... Read More →
avatar for Priya Nagpurkar

Priya Nagpurkar

Vice President, AI-native Systems Research, IBM Research
Priya Nagpurkar is the Vice President of AI-native Systems research at I.B.M.'s T.J. Watson Research Center in New York. She leads a global team of systems and AI experts working on all interesting aspects of the AI platform -- from scalable, performant, and efficient deployment... Read More →
avatar for Jae Lee

Jae Lee

Head of Forward Deployed Engineering, Rebellions
Dr. Lee leads Forward Deployed Engineering at Rebellions, Korea's sovereign AI chip company, deploying its accelerators into datacenters through deep integration with open-source frameworks. He drives strategic implementation, technology enablement, and customer engagement to accelerate... Read More →
avatar for Alex Kim

Alex Kim

CTO for Strategic Ecosystem Partnership at IBM, IBM
Yongkook (Alex) is an OSS advocate, and a tech leader with 25+ years in R&D and IT architecture. He started as a security chip engineer at IBM Poughkeepsie, then worked as an enterprise IT architect for financial clients like Morgan Stanley and DTCC. Alex co-founded the Linux Foundation's... Read More →
Tuesday August 11, 2026 13:35 - 14:05 KST
Magnolia
  OSS Enabling & Management

14:15 KST

LLMs Change — Where Should Knowledge Live? (Lessons From SBOM) - Koji Annoura, Annoura Office
Tuesday August 11, 2026 14:15 - 14:45 KST
Large Language Models (LLMs) are widely used to search, summarize, and generate answers. They are powerful, but results are not always stable and can be difficult to verify.

Many systems use Retrieval-Augmented Generation (RAG) to connect LLMs with external data. This helps, but does not fully solve the problem. The same question can produce different answers depending on the model or context, making knowledge hard to manage.

This raises a simple question: where should knowledge be managed?

A similar issue exists in software supply chains. SBOM (Software Bill of Materials) makes components and relationships visible, but is often treated as static data.

Based on hands-on experience designing graph-based knowledge systems, this session introduces a design approach: managing knowledge outside LLMs as structured, persistent data.

We discuss lessons from SBOM and how graph-based approaches—using technologies such as SQL/PGQ or GQL—can help understand relationships and trace changes.

The focus is a practical way of thinking for more open and sustainable knowledge practices.
Speakers
avatar for Koji Annoura

Koji Annoura

Knowledge Graph Architect, Annoura Consulting
Koji Annoura is a practitioner in graph data and knowledge systems, focusing on modeling relationships in real-world systems.

He co-founded the Neo4j Users Group Tokyo in 2013 and founded the Apache Hop User Group Japan in 2021.
His work focuses on structuring complex data usi... Read More →
Tuesday August 11, 2026 14:15 - 14:45 KST
Rose
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

14:55 KST

Bridge X86-64 Applications To ARM64 and RISC-V With Dynamic Binary Translation - Jim Huang & Chi-Kuan Chiu, National Cheng Kung University
Tuesday August 11, 2026 14:55 - 15:25 KST
Running unmodified x86-64 binaries on ARM64 and RISC-V Linux systems remains important, but existing solutions often involve high overhead or depend on platform-specific hardware. Box64 addresses this gap with a wrapping-first architecture that prioritizes native execution by routing calls into host libraries through ABI translation, while reserving JIT compilation for guest code that cannot be directly mapped.

This session presents the core design of Box64 in three parts. First, a native wrapping layer that spans hundreds of libraries, handling entry-point interception and callback bridging. Second, a multi-pass JIT compiler that applies optimizations such as flag liveness analysis and deferred flag computation. Third, system-level integration techniques that enable practical deployment, including container bypass, mixed-bitness coordination with Wine, and memory ordering support on weakly ordered architectures.

We will also share performance results on ARM64 and RISC-V platforms, showing how Box64 achieves near-native performance in favorable cases and significant speedups over traditional emulation approaches.
Speakers
avatar for Jim Huang

Jim Huang

Assistant Professor, National Cheng Kung University
Drawing from his contributions to the Android Open Source Project (AOSP), Jim specializes in real-time performance tuning and optimization of Linux-based automations. Additionally, he is a co-founder of the LXDE project, a lightweight desktop environment widely utilized in embedded... Read More →
avatar for Chi-Kuan Chiu

Chi-Kuan Chiu

Student, National Cheng Kung University
Chi-Kuan Chiu is a Computer Science student at National Cheng Kung University, Taiwan. He contributes to Box64, the open-source dynamic binary translator that runs x86-64 applications on ARM64 and RISC-V, and builds eBPF-based tooling to profile it across platforms. He will begin... Read More →
Tuesday August 11, 2026 14:55 - 15:25 KST
Orchid 1
  Linux

14:55 KST

Open Source AI Agents on User-Owned Infra: K3s, MCP, and GPU Sharing in Practice - Miley Fu, OlaresOS
Tuesday August 11, 2026 14:55 - 15:25 KST
Most open-source AI demos stop at a chatbot, but real users want agents that can work with private files, call tools, and run close to their important data without sending everything to the public cloud.

This talk shows a practical reference architecture for private agent workflows on a single-node K3s-based personal cloud, including local model serving, private knowledge bases, app sandboxing, secure remote access, and multiple GPU allocation modes for competing AI workloads.

Using an open-source personal cloud OS as a case study, I will share what works, what breaks, and which design choices matter when you try to make local AI usable by developers, creators, and small teams rather than just homelab experts.
Speakers
avatar for Miley Fu

Miley Fu

DevRel, OlaresOS
Miley us 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 →
Tuesday August 11, 2026 14:55 - 15:25 KST
Grand Ballroom 2-3
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

14:55 KST

How AI Is Changing Open Source Communities: Lessons From openEuler - Jianmin Wang, openEuler Community
Tuesday August 11, 2026 14:55 - 15:25 KST
Artificial Intelligence is reshaping how software is developed and maintained. From code generation to automated reviews, AI tools are increasingly influencing how open source communities collaborate. This also introduces new challenges, including how to handle AI-generated contributions, maintain trust and code quality, and define governance for AI-assisted workflows.

In this session, we share experiences from the openEuler community in integrating AI into development processes, including AI-assisted code review, package maintenance, and community guidelines for AI usage, as well as work on frameworks such as Intelligence BooM.

We will discuss how these changes affect contributor workflows, what challenges maintainers face in practice, and what approaches have worked so far. The goal is to provide practical reference points for other open source communities exploring similar directions.
Speakers
avatar for Jimmie Wang

Jimmie Wang

Senior Software Engineer, openEuler Community
Jimmie Wang has over a decade of experience in system software and open source, focusing on operating systems, privacy and data, AI Security. He is a core contributor to the openEuler community, serving on the Technical Committee and maintaining multiple SIGs. He is a frequent speaker... Read More →
Tuesday August 11, 2026 14:55 - 15:25 KST
Magnolia
  OSS Enabling & Management
  • Presentation Language English
  • Slides Attached Yes

15:25 KST

Ask the Expert Session Mingyu Yang, Senior Developer Relations Manager, on Optimizing LLM Inference for Production Deployment
Tuesday August 11, 2026 15:25 - 15:55 KST
Come sit down with some open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary.

Ask Mingyu about Optimizing LLM Inference for Production Deployment.


Speakers
avatar for Mingyu Yang

Mingyu Yang

Senior Developer Relations Manager, NVIDIA
Tuesday August 11, 2026 15:25 - 15:55 KST
Grand Ballroom Foyer
  Ask the Experts

15:25 KST

Ask the Expert Session Priya Nagpurkar, Vice President, AI-native Systems Research, on Distributed Inference
Tuesday August 11, 2026 15:25 - 15:55 KST
Come sit down with some open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary.

Ask Priya about Distributed Inference.
Speakers
avatar for Priya Nagpurkar

Priya Nagpurkar

Vice President, AI-native Systems Research, IBM Research
Priya Nagpurkar is the Vice President of AI-native Systems research at I.B.M.'s T.J. Watson Research Center in New York. She leads a global team of systems and AI experts working on all interesting aspects of the AI platform -- from scalable, performant, and efficient deployment... Read More →
Tuesday August 11, 2026 15:25 - 15:55 KST
Grand Ballroom Foyer
  Ask the Experts

15:55 KST

Panel Session: The Next Phase for Digital Money: From Pilots to Production in Korea and Beyond with Open Source - Julian Gordon, LF Decentralized Trust; Alice Kim, Independent; Jisu Park, SOOHO.IO Inc.; Joonyi Sung, Bank of Korea; Jake Kim, FairSquareLab
Tuesday August 11, 2026 15:55 - 16:25 KST
The shift to digital money is accelerating in Korea and globally - central bank digital currency pilots, tokenized deposits, and real-world asset tokenization are moving toward production, stablecoins are gaining regulatory clarity. However, key challenges remain around interoperability, scalability and integration with existing financial systems.

In this panel, Julian Gordon, VP Asia Pacific & Middle East at LF Decentralized Trust, will host a discussion with leaders from Korea’s financial and technology ecosystem on moving from PoC to production-grade digital money infrastructure.

Panelists will share insights from initiatives including CBDC pilots, public-private collaboration, agentic AI integration, and developments in tokenized deposits and assets – exploring how open source decentralized technologies are improving settlement efficiency, programmability and interoperability across platforms and networks.

They will examine the role of open development, governance and standards in building secure, scalable systems. Attendees will gain practical perspectives on architecture, ecosystem coordination and policy shaping the next phase of digital money.
Speakers
avatar for Jake Kim

Jake Kim

CEO & Founder, FairSquareLab
Jake Joonhong Kim is a technology entrepreneur leading the on-chain transformation of South Korea’s financial industry. Since founding FairSquare Lab (FSL) in 2018, he has focused on integrating blockchain technology into institutional finance, drawing on 30 years of experience... Read More →
avatar for Julian Gordon

Julian Gordon

VP Asia Pacific and Middle East, Linux Foundation Decentralized Trust
As VP, Asia Pacific and Middle East, for LF Decentralized Trust, Julian Gordon works with business leaders and technologists across the region to drive development and deployment of a growing ecosystem of open source blockchain, ledger, identity, cryptographic, and related technologies... Read More →
avatar for Jisu Park

Jisu Park

CEO & Founder, SOOHO.IO Inc.
CEO and Founder of SOOHO.IO, a blockchain infrastructure company pioneering institutional-grade FX solutions for digital assets. Expert in smart contract security, blockchain standardization, and regulatory compliance. Built security audit systems and deployed blockchain infrastructure... Read More →
avatar for Joonyi Sung

Joonyi Sung

Team Head, Bank of Korea
Joonyi Sung is the IT Head of Project Hangang at the Bank of Korea, leading the nation’s pioneering digital currency initiative. Since joining the Bank in 2004, he has built a multidisciplinary career as an IT Manager, Strategist, and Economist. He holds Master’s degrees in Public... Read More →
avatar for Alice Kim

Alice Kim

Fintech & Payments Consultant, Independent

Tuesday August 11, 2026 15:55 - 16:25 KST
Rose
  Cloud + Orchestration

15:55 KST

MCP Adoption and Why OSPO Skills Matter - Ana Jiménez Santamaría, Linux Foundation (TODO Group and PyTorch Foundation)
Tuesday August 11, 2026 15:55 - 16:25 KST
As organizations explore the Model Context Protocol (MCP), many of the early conversations naturally happen around AI tooling, integrations, and experimentation. At the same time, MCP may also raise questions that are familiar to Open Source Program Offices (OSPOs) and related teams or professionals with open source management experience, including governance, contribution strategy, standards engagement, and cross-functional coordination

This talk reflects on what organizations might gain by bringing those perspectives into MCP discussions earlier, as well as into their broader Agentic AI strategy. Rather than treating MCP only as a technical AI topic, the session will explore it as an area where open source process knowledge may also add value. Attendees will leave with ideas for how OSPOs can contribute to MCP adoption in practical, collaborative, and organization-aware ways
Speakers
avatar for Ana Jiménez Santamaría

Ana Jiménez Santamaría

Senior Project Manager, Linux Foundation
Ana Jiménez Santamaría is an open source community leader and data scientist with 5+ years of experience at the Linux Foundation, working as Sr. project manager supporting global, multi-stakeholder IT ecosystems. She is also an Agentic AI Foundation Ambassador, helping developers... Read More →
Tuesday August 11, 2026 15:55 - 16:25 KST
Grand Ballroom 2-3
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

16:35 KST

What Happens When Your AI Agent Meets OPA - Jyoti Bisht & Animesh Pathak, Harness
Tuesday August 11, 2026 16:35 - 17:05 KST
Tom and Jerry has run for over 80 years. Every episode follows the same plot: Tom builds an elaborate trap, Jerry walks straight through it, the house is destroyed, and the owner blames Tom. Sound familiar?

This talk is structured exactly like a Tom and Jerry cartoon except Tom is OPA and Jerry is your AI agent. Jerry is not malicious. He just wants the cheese. He will find every gap in every policy, squeeze through every webhook, and retreat to his mouse hole (MCP) the moment Tom gets close. The audience will root for Jerry. Jerry is still the problem.

We walk through three episodes. Episode one: Jerry discovers he can call kubectl delete and Tom's first policy stops him — but not before he's renamed two deployments. Episode two: Jerry finds a namespace Tom forgot to cover and provisions a GPU node at $8/hour. Episode three: Jerry and Tom finally cooperate — the agent runs a legitimate right-sizing workflow, OPA approves every step, and the cluster is actually better for it.


You'll leave with an OPA policy library for agentic tool-call governance, Argo Workflows, and a threat model built from real agent misbehaviour.
Speakers
avatar for Animesh Pathak

Animesh Pathak

DevRel Engineer, Harness
I'm Animesh Pathak - a Developer Relations Engineer currently at Harness, focused on Database DevOps, APIs, testing, and open-source innovation. Previously, I worked at Keploy where I evangelized eBPF-based testing tools.
avatar for Jyoti Bisht

Jyoti Bisht

DevRel Engineer, Independent
Tuesday August 11, 2026 16:35 - 17:05 KST
Orchid 2
  Cloud + Orchestration

16:35 KST

Flexible Paging in Linux: Per-process Page Size - Dev Jain, Arm Ltd
Tuesday August 11, 2026 16:35 - 17:05 KST
Applications often run faster on a 64K page size kernel than on 4K. This is because larger pages reduce TLB pressure and pagetable walk overhead, greatly improving memory access speed. But, sysadmins are hesitant to use a 16K/64K kernel as most applications have been historically tuned for 4K pages, and larger pages can increase memory waste due to internal fragmentation. This creates a tradeoff between performance and memory waste.

We propose a design that changes the game by separating the page size of the user and the kernel. Instead of enforcing a single system-wide page size, processes can operate under different page-size ABIs. A performance-critical app can use a 64K page-size ABI while still running on a 4K kernel. We achieve this by enabling Linux to provide memory in 64K chunks via 16 contiguous 4K pages, and by translating operations on the 4K page table into a 64K “native” page table that serves as the actual hardware page table.

At the same time, lightweight or memory-sensitive applications can continue using 4K pages to minimize memory waste. All of this happens on the same Linux kernel, without requiring separate builds of the kernel.
Speakers
avatar for Dev Jain

Dev Jain

Software Engineer, Arm Ltd
Dev is a software engineer at Arm India. He does Linux kernel development as part of the kernel Memory Management Performance team at Arm. Besides the kernel, he is interested in algorithms and mathematics.
ppps pptx
Tuesday August 11, 2026 16:35 - 17:05 KST
Orchid 1
  Linux
  • Presentation Language English
  • Slides Attached Yes

16:35 KST

Computer Programming Is Dead; Long Live AI-First Programming - Stephen Chin, Neo4j & Cassandra Chin, Independent
Tuesday August 11, 2026 16:35 - 17:05 KST
Computer science graduates are facing an increasingly difficult job market. Recent data shows a sharp decline in employment outcomes for computer science majors, highlighting the mismatch between what universities teach and what employers now demand. The traditional model of teaching syntax first and hoping students eventually build something useful is no longer working. In this keynote we argue that programming as we knew it is effectively dead. The future lies in AI-First programming, built on the simple loop of try, learn, and grow. Learners try building code with AI assistance, learn by unpacking the generated code and asking AI for detailed explanations, and grow by testing and extending real applications. This loop not only builds confidence but also ensures we grow the generation of AI engineers that companies are desperate to hire.
Speakers
avatar for Stephen Chin

Stephen Chin

VP of Developer Relations, Neo4j
Stephen Chin is VP of Developer Relations at Neo4j, conference chair of the LF AI & Data Foundation, and author of numerous titles including the upcoming GraphRAG: The Definitive Guide for O'Reilly. He has given keynotes and main stage talks at numerous conferences around the world... Read More →
avatar for Cassandra Chin

Cassandra Chin

Java Champion, Book Author, Keynote Speaker, Kids Workshop Instructor, Independent
Cassandra Chin is a keynote speaker, book author, podcast host, children's workshop instructor, and a computer science student. She has been teaching technology kids workshops at international conferences since she was 13 years old and is passionate about helping allow women, minorities... Read More →
Tuesday August 11, 2026 16:35 - 17:05 KST
Magnolia
  Open AI + Data

17:15 KST

From Frankenstein To Kamaji: Lessons in Building a Single CAPI Cluster Across Multiple Providers - Antonia von den Driesch, Giant Swarm
Tuesday August 11, 2026 17:15 - 17:45 KST
At Giant Swarm we use Cluster API to provision and bootstrap our k8s clusters. With this setup, control plane (CP) and worker nodes must run on the same infrastructure which was never an issue so far...

However, in bare-metal environments, using 128-core servers for CP nodes is luxury. It's far more efficient to host them as virtual machines on a hypervisor while keeping workers on physical hardware. But can we get around CAPI's limitations?

We will walk through how we built Frankenstein's cluster by mixing vSphere for the CP and Proxmox for workers as a testing ground. While technically functional, this required "hacky engineering". We will share the hurdles we hit and the operational risks of this hybrid cluster setup.

Finally, we will demonstrate how we solved this challenge with a cleaner, upstream-friendly alternative. Kamaji lets us run the CP as pods in a management cluster. We achieved even better resource optimisation with full native community support and no custom hacks.
Speakers
avatar for Antonia von den Driesch

Antonia von den Driesch

Platform Engineer, Giant Swarm
Antonia has been a platform engineer at Giant Swarm for 5 years and is currently working on development of Giant Swarms Industrial IoT platform which brings their managed Kubernetes product to Smart Factory customers.
Tuesday August 11, 2026 17:15 - 17:45 KST
Orchid 2
  Cloud + Orchestration
  • Presentation Language English
  • Slides Attached Yes

17:15 KST

GitAIOps: A 4-Layer Architecture for Predictable AI-Assisted Operations - Hoon Jo, Megazone
Tuesday August 11, 2026 17:15 - 17:45 KST
AI agents have no memory between sessions. Every conversation starts from zero. Git becomes the only persistent memory an AI agent can rely on. GitAIOps is the pattern built on this principle: Git is the memory, and a 4-layer architecture defines what goes into that memory.

I applied this to a production migration: 15 Helm releases, Kafka ZooKeeper-to-KRaft, Redis-to-Valkey, full observability stack rebuild. The question: what does Git need to contain so any AI session picks up where the last one left off?

The answer is a 4-layer Git structure, each layer born from a production failure.
Layer 1: Human plans in Git (36 files, 23,854 lines). Too verbose for AI.
Layer 2: Distilled AI context in Git (6 files, 1,254 lines). 19:1 compression as a project state dashboard.
Layer 3: Command Guardrails in Git (117 files). Enforced ordering, no AI-generated commands.
Layer 4: Locked values in Git (30 files). Zero interpretation, reviewed like code.

Every AI action reads from Git, executes, and commits back. The loop is closed.

DEV: 2 weeks → 2 days. PROD: 1 week → 1 day. The session covers the architecture, each layer's failure, and real production artifacts.
Speakers
avatar for Hoon Jo

Hoon Jo

CNCF & AAIF Ambassador | AI & Cloud Native Engineer, Megazone

Tuesday August 11, 2026 17:15 - 17:45 KST
Magnolia
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

17:15 KST

Personalisation and Specialisation of Search With OpenSearch Agentic Search - Aswath Srinivasan, AWS
Tuesday August 11, 2026 17:15 - 17:45 KST
Agentic search lets you ask in Natural Language and have OpenSearch plan and execute retrieval. The Query Planner re-writes Natural Language to OpenSearch DSL using SOTA LLMs. This works amazingly well but not without important limitations:

1/ The biggest factor is added latency for remote inference. eCommerce Search demands sub-100ms response times. Even the best results when slow lead to search abandonment.
2/ We'll demo overcoming latency by hosting SLMs locally within OpenSearch nodes using vLLM/Ollama. This is faster & cheaper, but SLMs suffer quality decline in query re-writes. We'll explore fine-tuning with domain-specific data—proving fine-tuned SLMs beat SOTA LLMs.
3/ Relevance remains generic even with Agentic Search. We'll show how to improve it using user and business contexts with hybrid search and reranking.

This hands-on talk covers:
1/ Search Latency with Remote Inference
2/ Locally hosting SLMs using vLLM/Ollama
3/ Agentic search with SLM Local Inference
4/ Improving relevance with user and business contexts
5/ Fine-tuning SLMs for domain-specific query re-writing via Axolotl/LLaMA-Factory
Speakers
avatar for Aswath Srinivasan

Aswath Srinivasan

Senior Search Engine Architect,, OpenSearch @ AWS
Aswath Srinivasan is a Senior Search Engine Architect at Amazon Web Services currently based in Munich, Germany. With over 18 years of experience in various search technologies, Aswath currently focuses on OpenSearch. He is a search and open-source enthusiast and helps customers and... Read More →
Tuesday August 11, 2026 17:15 - 17:45 KST
Grand Ballroom 2-3
  Open AI + Data

17:45 KST

LFX Mentorship Showcase
Tuesday August 11, 2026 17:45 - 18:45 KST
The LFX Mentorship Showcase is an opportunity for graduating mentees of the LFX Mentorship program to showcase the work they completed during their session term.

This event is free and open to all. Join us to explore the experiences of LF Mentorship Program mentees, discover the exciting projects they are working on, recruit fresh talent, and support new developer contributions.

The Linux Foundation’s Mentorship Program helps developers – many of whom are first-time open source contributors – gain the skills and experience necessary to contribute effectively to open source communities.
Tuesday August 11, 2026 17:45 - 18:45 KST
Solutions Showcase - Grand Ballroom Foyer
 
Wednesday, August 12
 

09:00 KST

Keynote: Welcome Back - Jim Zemlin, CEO, The Linux Foundation
Wednesday August 12, 2026 09:00 - 09:10 KST

Speakers
avatar for Jim Zemlin

Jim Zemlin

CEO, The Linux Foundation
Jim Zemlin’s career spans three of the largest technology trends to rise over the last decade: mobile computing, cloud computing, and open source software. Today, as executive director of The Linux Foundation, he uses this experience to accelerate innovation in technology through... Read More →
Wednesday August 12, 2026 09:00 - 09:10 KST
Grand Ballroom 2-3
  Keynote Sessions

09:30 KST

Keynote: Zephyr RTOS: 10 Years After Applying OSS Best Practices - Kate Stewart, Vice President of Dependable Embedded Systems, The Linux Foundation
Wednesday August 12, 2026 09:30 - 09:45 KST
Zephyr initially set out to solve a problem that many embedded teams quietly struggled with: how to build dependable real-time systems without being locked into a single vendor, toolchain, or proprietary stack. The project introduced a new model built around portability, adoption of open source and security best practices, modern tooling, and a shared ecosystem of drivers and middleware.

From the start, there was the commitment to apply known best practices to its development. While Zephyr is a different code base, a lot of the lessons learned from developing the Linux Kernel were applied. The project has also focused on incorporating security best practices from the start which now enables it to make compliance easier for manufacturers looking to conform to the emerging Cybersecurity Resilence Act (CRA).

 Best practices have also enabled the project to work towards achieving formal safety certification for 61508 and 26262. The project has achieved 61508 concept approval at this point, as is working towards formal certification, using a combination of traditional V-Model analysis, and innovative techniques to keep up with the speed of open source development.
Speakers
avatar for Kate Stewart

Kate Stewart

Vice President of Dependable Embedded Systems, The Linux Foundation
Kate Stewart works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched the ELISA and Zephyr Projects, and supports other embedded projects. With... Read More →
Wednesday August 12, 2026 09:30 - 09:45 KST
Grand Ballroom 2-3
  Keynote Sessions
  • Presentation Language English
  • Slides Attached Yes

09:50 KST

Keynote: What Agentic AI Asks of Open Source Strategy: A New Layer for OSPOs - Ana Jíménez Santamaria, Senior Project Manager, The Linux Foundation
Wednesday August 12, 2026 09:50 - 10:05 KST
As AI agents become active participants in software development, organizations need to rethink how they approach open source strategy. This talk explores why Agentic AI introduces new responsibilities for Open Source Program Office (OSPO) teams: from governance and policy to trust, security, and organizational enablement. This session shares a strategic perspective on how OSPOs can help organizations adopt AI agents responsibly while strengthening open source practices
Speakers
avatar for Ana Jiménez Santamaría

Ana Jiménez Santamaría

Senior Project Manager, Linux Foundation
Ana Jiménez Santamaría is an open source community leader and data scientist with 5+ years of experience at the Linux Foundation, working as Sr. project manager supporting global, multi-stakeholder IT ecosystems. She is also an Agentic AI Foundation Ambassador, helping developers... Read More →
Wednesday August 12, 2026 09:50 - 10:05 KST
Grand Ballroom 2-3
  Keynote Sessions
  • Presentation Language English
  • Slides Attached Yes

11:00 KST

Building and Orchestrating Production-ready Agentic AI Systems - Kevin Dubois, IBM & Daniel Oh, Red Hat
Wednesday August 12, 2026 11:00 - 11:30 KST
Agentic AI is all the hype right now, but how do you actually implement such a system for real enterprise, cloud based use cases?

The challenge for developers, architects and platform engineers alike lies in custom building agents, and even more so, orchestrating these agents to collaborate effectively towards a common goal. Unfortunately though, despite all the promises from vendors, a "one-size-fits-all" or “off-the-shelf” approach just doesn't work due to the complex nature of software. In addition, just like traditional apps, these agentic systems will likely need to be deployed, managed and observed in cloud environments.

In this session we'll explore:
* The spectrum of Agentic AI patterns
* A real world-ish implementation of a highly performant - open source - agentic system (with Java!)
* Deploying this agentic system to Kubernetes
* Other considerations such as observability and fault tolerance to get it all running smoothly in production.
Speakers
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Java Champion, CNCF Ambassador & TAG DevEX Co-Chair, AAIF Ambassador, Microsoft MVP, Developer Advocate, Technical Marketing, Keynote Speaker, Published Author
avatar for Kevin Dubois

Kevin Dubois

Sr Principal Developer Advocate, IBM
Kevin Dubois is often featured as a (keynote) speaker at conferences around the world, where he shares his passion and knowledge about developer experience, Agentic AI, open source, cloud native development and Java. He is also an author, java Champion, and an accomplished software... Read More →
Wednesday August 12, 2026 11:00 - 11:30 KST
Orchid 2
  Cloud + Orchestration
  • Presentation Language English
  • Slides Attached Yes

11:00 KST

Exploring Unikernel: An Empirical Comparison With Linux - Taekyung Kang & Kyungha Kim, Boeing
Wednesday August 12, 2026 11:00 - 11:30 KST
Unikernels are specialized operating systems designed for efficiency by including only the components needed by an application. By eliminating the traditional user–kernel separation and omitting general-purpose services such as background daemons and unused device drivers, this design reduces system complexity and overhead while providing a fundamentally different execution model from conventional Linux systems.
This study examines the structure of Unikraft-based unikernels from a library operating system perspective. It also presents an empirical comparison with Linux under controlled conditions. Both systems were deployed on the same Xen hypervisor and executed on a hardware platform, running the same application with a common subset of POSIX APIs. Execution latency was measured, and assembly-level analysis was performed to investigate potential reasons for the observed differences.
The results are presented as an example of combining performance measurement and low-level inspection when analyzing specialized operating systems. Similar approaches may be applicable to other specialized OS or unikernel contexts, depending on the application and execution environment.
Speakers
avatar for Kyungha Kim

Kyungha Kim

Software Engineer, Boeing
Software Engineer at Boeing, currently working on the Boeing Linux team since 2025. Previously involved in BFMS CPS verification at Boeing and HILS for infrared missile systems at the Agency for Defense Development in South Korea.
avatar for Taekyung Kang

Taekyung Kang

Software engineer, Boeing
Software Engineer at Boeing 
- Boeing OS team (Current)
- Computing Platform Software Verification

Systems Engineer at Agency for Defense Development (Previous)
Wednesday August 12, 2026 11:00 - 11:30 KST
Magnolia
  Embedded
  • Presentation Language English
  • Slides Attached Yes

11:00 KST

Fusing AOSP and Linux! To Open a New Chapter for Linux Desktops - Yong Gong, Phytium: OpenFDE open-source community
Wednesday August 12, 2026 11:00 - 11:30 KST
The Linux desktop system boasts strong customization and freedom, but its application ecosystem has long been a weakness. Recently, the Android system has millions of applications, covering all aspects of work and life. If we could integrate these and create a brand-new desktop experience, what kind of impact would it have?

This presentation will introduce our open-source project - OpenFDE (Open Fusion Desktop Environment). This is an innovative desktop environment that integrates the Android open-source project (AOSP) deeply with Linux applications, enabling users to run various Android applications seamlessly on their Linux desktops.

We will share:
1、Project Vision: Why did we choose AOSP and Linux integration? What problems are we aiming to solve?
2、Core Architecture: How do we achieve the integration of these two major systems? In-depth analysis of the key technologies of OpenFDE in terms of graphics, window management, and application lifecycle.
3、Live Demonstration: Witness firsthand the smooth coexistence of Linux and the latest Android applications (including large-scale games) in the OpenFDE environment.
Speakers
avatar for Yong Gong

Yong Gong

Associate Researcher, Engineer, Phytium: OpenFDE open-source community

Wednesday August 12, 2026 11:00 - 11:30 KST
Orchid 1
  Linux
  • Presentation Language English
  • Slides Attached Yes

11:00 KST

When Semantic Search Breaks in your RAG systems: RAM Walls, Silent Failures, and the Architecture Decisions - Jeevan D C, Entain
Wednesday August 12, 2026 11:00 - 11:30 KST
The team shipped semantic search. It worked. Then came 100M vectors, a RAM bill that tripled overnight, filtered queries silently returning zero results, and a proposal to "just add Pinecone alongside Postgres."

This talk is for engineers who've already built the thing and now need to scale it without burning the budget or the team. We'll do the RAM math that should happen before any architecture decision, walk through quantization strategies that deliver 32x compression with 95%+ recall, show why filtered search is the #1 silent production failure, and lay out when DiskANN, hybrid BM25+vector search, or a specialized vector DB actually makes sense — and when it doesn't.

Live demos included. Decision matrices to take back to the team on Monday. No hype, just trade-offs in plain English.
Speakers
avatar for Jeevan D C

Jeevan D C

Senior Principal Engineer, Entain
I build systems, teams, and the structures that connect them. I've architected consumer apps for 30M users at Southeast Asia's largest telco, wrote the first line of code for a digital bank that scaled to 1.5M customers in 18 months, and migrated an entire cloud (Alicloud → GCP... Read More →
Wednesday August 12, 2026 11:00 - 11:30 KST
Rose
  Open AI + Data

11:40 KST

EZIO: Predictable, Fast, Scalable BitTorrent-Based Bare Metal Provisioning - Date (Yu-Chiang) Huang, DozenCloud
Wednesday August 12, 2026 11:40 - 12:10 KST
Deploying OS images to bare metal clusters is painful. Unicast scales linearly with node count. Multicast stalls if one node is slow. Past BitTorrent approaches either transfer entire raw partitions (wasting bandwidth) or require RAM buffering for image conversion (size limited).

EZIO's provisioning time depends on image size and bandwidth, not node count. It transfers only used filesystem blocks and writes directly to raw disk by calculating offsets on the fly. No RAM buffering, no image conversion, no size limit. Each node works independently. Broken nodes can rejoin after recovery. This enables deploying large HPC environments with pre-installed software and data. Clonezilla has integrated EZIO for production use.

Benchmarks: On HDD (50GB, 32 nodes), 11x faster than unicast, 50% faster than multicast. In the cluster with NVMe SSD and 10G network at Taiwan's National Center for High-performance Computing (NCHC), 500 MB/s across 32 nodes. Lab tests reach 700 MB/s.

This talk covers EZIO's architecture, real-world benchmarks, and integration approach.
Speakers
avatar for Date (Yu-Chiang) Huang

Date (Yu-Chiang) Huang

Cloud and Network Solution Architect, DozenCloud
Date Huang is a Solution Architect with 7+ years of experience in cloud and datacenter networking. He is the creator of STUNMESH-go and maintainer of EZIO Project. His expertise includes AWS/Azure/GCP networking, OpenStack, Kubernetes, SD-WAN, and open-source development.Speaking... Read More →
Wednesday August 12, 2026 11:40 - 12:10 KST
Orchid 2
  Cloud + Orchestration

11:40 KST

From CVEs To Compliance: Automating Embedded Linux Kernel Security - Kyungsik Lee, LG Electronics
Wednesday August 12, 2026 11:40 - 12:10 KST
Global security regulations such as the EU Cyber Resilience Act (CRA) have raised security requirements for embedded products. Open source components, especially the Linux kernel, must now support systematic vulnerability management, fast security patching, and long-term maintenance, making kernel security a key challenge.

This session discusses practical solutions for managing Linux kernel vulnerabilities in embedded products. It begins with an overview of recent kernel CVE trends and their impact on long-lived and customized kernels. The session then introduces a CI-based vulnerability response pipeline designed to minimize the time from CVE disclosure to patch deployment.

A key challenge is backporting security fixes to older or vendor-modified kernels, where patches often do not apply cleanly. To address this, the session presents an AI agent–based approach that assists developers by analyzing CVE data, upstream patches, and kernel context to suggest candidate backports.

By adopting an AI-assisted vulnerability response workflow, teams can reduce response time and prepare for compliance with evolving global security regulations.
Speakers
avatar for Kyungsik Lee

Kyungsik Lee

Software Engineer, LG Electronics
Kyungsik Lee is a Senior Software Engineer at LG Electronics working on the Linux kernel for embedded consumer products. He currently focuses on kernel security, including vulnerability response and patch management. He has spoken at LinuxCon Japan and Open Source Summit + Embedded... Read More →
Wednesday August 12, 2026 11:40 - 12:10 KST
Magnolia
  Embedded
  • Presentation Language English
  • Slides Attached Yes

11:40 KST

Simplifying AI for Edge Compute with HAMi - Reza Jelveh, Dynamia
Wednesday August 12, 2026 11:40 - 12:10 KST
Open-source agents like Hermes and OpenClaw can reason and use tools, but edge deployment is still hard - not the model, the compute underneath: limited memory, tight power budgets, no ops team. Democratizing agentic AI means fixing the compute layer. This deep dive covers GPU and memory slicing at the edge: carving one device’s unified memory so multiple agents run concurrently on hardware as small as an NVIDIA Jetson, and time-sharing when demand exceeds memory.

We compare Jetson-class GPUs with NPUs from Axelera and DeepX - higher performance per watt - and what it takes to make them schedulable. HAMi, the CNCF Incubation project for hardware-agnostic GPU virtualization, is that layer: one scheduling plane across heterogeneous accelerators, fine-grained memory slicing, open source. A blueprint for edge AI without a cloud budget.
Speakers
avatar for Reza Jelveh

Reza Jelveh

GTM & Solution Engineer, Dynamia

Wednesday August 12, 2026 11:40 - 12:10 KST
Rose
  Open AI + Data
  • Presentation Language English
  • Slides Attached Yes

11:40 KST

OpenChain’s Strategic Direction for 2027 in Global Practices - Meixia Wang, The Linux Foundation
Wednesday August 12, 2026 11:40 - 12:10 KST
In this session, as the newly appointed Executive Director of OpenChain, I will outline the strategic direction for OpenChain in 2027 and beyond. Building on the solid foundation of our existing ISO standards, including ISO 5230:2020 and ISO 18974, I will share the next steps OpenChain will take to expand its global reach. We will focus on fostering international collaboration, adapting to emerging regulatory landscapes, and driving innovation in open-source compliance practices worldwide.
Speakers
avatar for Meixia Wang

Meixia Wang

Executive Director of OpenChain Project, The Linux Foundation
Mary Wang is the Executive Director of the OpenChain Foundation, part of the Linux Foundation.

Prior to this role, she served as Director of the Open Source Ecosystem at Volvo Cars, where she founded and led the company’s Open Source Program Office (OSPO).
Mary also spent nine years at Ericsson. During that time, she worked as a DevOps engineer, developing and implementing CI/CD pipelines, and later as a Technical Product Manager (TPM), taking end-to-end ownership of products... Read More →
Wednesday August 12, 2026 11:40 - 12:10 KST
Orchid 1
  OSS Enabling & Management

13:35 KST

From Static Rules To Reasoning Platforms: Scaling Intelligent Canary Delivery in 2026 - Daniel Oh, Red Hat
Wednesday August 12, 2026 13:35 - 14:05 KST
As organizations scale their Kubernetes footprint, the "Day 2" reality of GitOps becomes clear: static thresholds are brittle. Standard Canary rollouts rely on fixed Prometheus queries (e.g., Error Rate < 1%), but these rules lack the context to distinguish between a minor transient blip and a systemic failure. For Platform Engineers, this results in "Alert Fatigue" and manual "promotion" gates that slow down the delivery pipeline.
In 2026, we are moving from Static Automation to Reasoning Platforms.
This session explores how to evolve your delivery infrastructure into an intelligent system that doesn't just follow rules, but reasons through data. We will demonstrate how to wrap ArgoCD Rollouts with an Agentic Reasoning Layer capable of cross-referencing metrics, logs, and distributed traces to make autonomous "Go/No-Go" decisions.

We will trigger a Canary deployment that passes basic health checks but introduces a "silent failure" (e.g., a cache hit-rate drop causing downstream latency). You will see the Reasoning Platform detect the anomaly, pause the rollout, "investigate" the root cause, and present a natural-language justification for the automated rollback.
Speakers
avatar for Daniel Oh

Daniel Oh

Senior Principal Developer Advocate, Red Hat
Java Champion, CNCF Ambassador & TAG DevEX Co-Chair, AAIF Ambassador, Microsoft MVP, Developer Advocate, Technical Marketing, Keynote Speaker, Published Author
Wednesday August 12, 2026 13:35 - 14:05 KST
Orchid 2
  Cloud + Orchestration

13:35 KST

From Closed To Collaborative: Perspectives and Lessons From Qualcomm’s Open Development Experience - Craig Northway, Qualcomm Technologies Inc
Wednesday August 12, 2026 13:35 - 14:05 KST
For more than 15 years, Qualcomm’s been actively involved in a range of Open Source ecosystems. Until recently, some parts of our development were handled behind closed doors, with contributions coming a bit later and enablement being somewhat limited. We tried various projects and partnerships to push things upstream sooner, but it wasn’t until lately that we truly made a complete shift.

Over the past 18 months, we’ve totally revisited our approach—moving an entire Linux product development ecosystem, with hundreds of contributors, from a private downstream setup to a full-blown Open Development model. This wasn’t just a surface change: it meant overhauling how our engineers work, syncing up our internal systems with open practices, and fundamentally changing the way our developers connect and collaborate.

In this session, we’ll share what made this transition work for us—including how we managed to weave our internal systems into Open Source workflows, encouraged developers to embrace new ways of thinking, and built scalable processes that can handle all sorts of Linux ecosystems and distributions.
Speakers
avatar for Craig Northway

Craig Northway

Senior Director of Engineering, Qualcomm Technologies Inc
Craig Northway is a Senior Director of Engineering at Qualcomm Technologies, Inc. (QTI). Craig leads the Qualcomm Software Content Compliance team, a group formed to improve process, policy and tooling around Open Source software at Qualcomm, including within the Qualcomm Innovation... Read More →
Wednesday August 12, 2026 13:35 - 14:05 KST
Magnolia
  Embedded
  • Presentation Language English
  • Slides Attached Yes

13:35 KST

Kernel Live Patching: Mitigating CVEs With Zero Downtime - Shung-Hsi Yu, SUSE
Wednesday August 12, 2026 13:35 - 14:05 KST
Service operators often face a constant friction: maintaining high Service Level Indicators (SLIs) versus addressing immediate security vulnerabilities. While userspace updates cause minimal disruption, mitigating Linux kernel vulnerabilities traditionally mandates a full system reboot, forcing administrators into the dilemma of choosing between proactive security practices and continuous uptime.

This session explores the workings of Linux kernel live patching, details how a livepatch kernel module is built, examines the internal mechanisms that power the technology (e.g., ftrace), and provides a practical overview of the current ecosystem so administrators can start using live patches immediately.
Speakers
avatar for Shung-Hsi Yu

Shung-Hsi Yu

Kernel Engineer, SUSE
Mainly working on maintaining the eBPF stack of SUSE Linux Enterprise Server (SLES) distribution.
Currently drawn to the inner working of eBPF verifier and formal verification.
Wednesday August 12, 2026 13:35 - 14:05 KST
Orchid 1
  Linux
  • Presentation Language English
  • Slides Attached Yes

14:15 KST

Clouds on Clouds: OpenStack and Kubernetes With Cloud-Barista - Seokho Son, ETRI
Wednesday August 12, 2026 14:15 - 14:45 KST
Can you build OpenStack and Kubernetes clusters anywhere, across multiple clouds, and still understand how network connectivity works?

This session explores that question through a scenario using Cloud-Barista, an open-source multi-cloud orchestrator.

Instead of separate project overviews, this talk connects Cloud-Barista, OpenStack, and Kubernetes as infrastructure layers. Cloud-Barista provisions VMs on public clouds, then OpenStack is deployed on them. The OpenStack-based cloud is registered back into Cloud-Barista to create VMs and host a web service.

Will that service be reachable from Internet? If not, why? What makes it complex? These questions guide our explanation of network paths and reachability. We will apply the same lens to Kubernetes on multi-cloud VMs.

The focus is not just automation, but how connectivity works: public/private IPs, bastion access, cluster nodes, and how users reach workloads.

Beginners curious about these topics will gain practical insight into open-source infrastructure stacks.

This is not another cluster deployment talk. It is an experimental journey across open-source cloud layers, from multi-cloud IaaS to OpenStack and Kubernetes.
Speakers
avatar for Seokho Son

Seokho Son

Special Fellow and Principal Researcher, CNCF Ambassador, ETRI
Dr. Son is a Special Fellow and Principal Researcher at the Electronics and Telecommunications Research Institute (ETRI), South Korea's national research institute. He develops systems and algorithms for cloud and cloud native computing in national projects. As a CNCF Ambassador... Read More →
Wednesday August 12, 2026 14:15 - 14:45 KST
Orchid 2
  Cloud + Orchestration
  • Presentation Language English
  • Slides Attached Yes

14:15 KST

Finding Vulnerabilities in IoT Embedded Devices Using Linux OS and Open Source Tools - Dr. Nkuba Kayembe Carlos, Korea University
Wednesday August 12, 2026 14:15 - 14:45 KST
Smart home ecosystems are increasingly powered by embedded Linux platforms, yet the security of their underlying firmware, memory management, and wireless communication stacks remains dangerously underexamined. This talk presents a systematic approach to vulnerability discovery in IoT embedded Z-Wave smart home devices using freely available Linux OS tools and developed open source frameworks — bridging the gap between theoretical security research and hands-on embedded testing.

Drawing directly from original research that resulted in 18 CVEs assigned by U.S. CERT and U.S. MITRE, and from a live-demonstration talk presented at TyphoonCon 2025 in Seoul, the speaker will walk attendees through a structured open source testing methodology:

• Fuzzing embedded protocol stacks to uncover memory-corruption vulnerabilities
• Live exploitation: manipulating controller internal memory to delete or modify secured slave device properties
• Triggering Denial-of-Service (DoS) conditions that disable an entire smart home network
• Coordinated disclosure and remediation work with SiLabs and the Z-Wave Alliance
Speakers
avatar for Dr. Nkuba Kayembe Carlos

Dr. Nkuba Kayembe Carlos

Dr. Nkuba, Korea University
Dr. Carlos Nkuba is a Research Professor at the Center for Software Security & Assurance (CSSA) at Korea University. He is a cybersecurity researcher and IoT security expert specializing in wireless communication protocols and smart home security. With deep expertise in Z-Wave security... Read More →
Wednesday August 12, 2026 14:15 - 14:45 KST
Magnolia
  Embedded

14:15 KST

How To Make AI-Assisted OSS Contributions Review-Ready - Jaewoo Choi, Hyundai Autoever
Wednesday August 12, 2026 14:15 - 14:45 KST
AI coding tools can generate patches quickly, but maintainers still cannot merge a PR on generated code alone. They need evidence, what was reproduced, what changed, how it was validated, and whether the contributor actually reduced review work instead of shifting it downstream.

In this session, I draw on recurring patterns from reviewing and maintaining Argo CD contributions to show why many AI-assisted PRs stall and what makes others move quickly. I present a simple four-stage framework for review-ready OSS contributions, Set up the environment, validate the problem before changing code, harden the fix with tests and checks, and submit a PR with enough context and proof for efficient review. Attendees will leave with practical guidance they can use immediately to improve contribution quality and reduce maintainer burden.
Speakers
avatar for Jaewoo Choi

Jaewoo Choi

DevOps Engineer | Argo CD Maintainer, Hyundai Autoever
Jaewoo is a DevOps Engineer at Hyundai-Autoever, focused on GitOps and cloud-native developer experience. He recently joined the Argo CD reviewer team after contributing to the project. In his free time, he enjoys going to the gym and running outdoors.
Wednesday August 12, 2026 14:15 - 14:45 KST
Rose
  OSS Enabling & Management
  • Presentation Language English
  • Slides Attached Yes

14:55 KST

Connecting the Dots With Context Graphs - Stephen Chin, Neo4j
Wednesday August 12, 2026 14:55 - 15:25 KST
AI systems need more than intelligence; they need context that persists. Without it, even strong models can misinterpret information, lose decision rationale, or repeat the same mistakes. Context Graphs have emerged as a practical pattern for agentic AI: a living graph that captures not only what was retrieved or known, but how context led to actions through tool calls, constraints, policies, and outcomes, stitched across entities and time so precedent becomes searchable.

This talk explores context engineering as the discipline of designing that context layer, and shows how context graphs complement retrieval by enabling multi-hop, structured context assembly (building on GraphRAG-style hierarchical summaries) while improving explainability and evaluation. Attendees will leave with a practical understanding of how to build context pipelines that combine contextual retrieval with persistent memory and provenance, and why context graphs are becoming central to trustworthy, enterprise-ready AI systems.
Speakers
avatar for Stephen Chin

Stephen Chin

VP of Developer Relations, Neo4j
Stephen Chin is VP of Developer Relations at Neo4j, conference chair of the LF AI & Data Foundation, and author of numerous titles including the upcoming GraphRAG: The Definitive Guide for O'Reilly. He has given keynotes and main stage talks at numerous conferences around the world... Read More →
Wednesday August 12, 2026 14:55 - 15:25 KST
Orchid 2
  Open AI + Data

14:55 KST

Breaking the Sharing Paradox: A Working Foundation and a Call for the Next Phase - Jinyong (Dave) Jeon, SOOHO.IO
Wednesday August 12, 2026 14:55 - 15:25 KST
Institutional blockchain systems need collective defense, yet the data behind the vulnerabilities they discover cannot leave the institution. The OpenReagent project was launched to break that paradox through an open standard built on sharing signatures, not source. A year in, the concept has become a working technical foundation, with early benchmark evidence and first conversations with institutions testing real fit. This session shares what that foundation now enables, and what it doesn't yet, and issues a direct call to researchers ready to deepen the technical frontier, and to institutions ready to join the initiative as early partners.
Speakers
avatar for Jinyong (Dave) Jeon

Jinyong (Dave) Jeon

Head of Security Business, SOOHO.IO
Jinyong Jeon is a head of security business at SOOHO.IO
Wednesday August 12, 2026 14:55 - 15:25 KST
Magnolia
  Safety Critical Software

15:25 KST

Ask the Expert Session Greg Kroah-Hartman, Linux Kernel Maintainer & Fellow, on Linux Kernel.
Wednesday August 12, 2026 15:25 - 15:55 KST
Come sit down with some open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary. 

Ask Greg Kroah-Hartman about Linux Kernel.
Speakers
avatar for Greg Kroah-Hartman

Greg Kroah-Hartman

Fellow, Linux Foundation

Wednesday August 12, 2026 15:25 - 15:55 KST
Grand Ballroom Foyer
  Ask the Experts

15:25 KST

Ask the Expert Session Gustavo A. R. Silva, Upstream Linux Kernel Engineer, on the Linux Kernel Self-Protection Project
Wednesday August 12, 2026 15:25 - 15:55 KST
Come sit down with some open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary. 

Ask Gustavo about the Linux Kernel Self-Protection Project.
Speakers
avatar for Gustavo A. R. Silva

Gustavo A. R. Silva

Upstream Linux Kernel Engineer, Linux Kernel Self-Protection Project
Gustavo A. R. Silva works full-time as an Upstream Linux Kernel Engineer focused on hardening and proactive security. He's spent the past several years fixing all sorts of bugs & hardening the Linux kernel. His work is supported by The Linux Foundation and the Alpha-Omega project... Read More →
Wednesday August 12, 2026 15:25 - 15:55 KST
Grand Ballroom Foyer
  Ask the Experts

15:25 KST

Ask the Expert Session Kevin Dubois, Sr Principal Developer Advocate, on building enterprise AI apps
Wednesday August 12, 2026 15:25 - 15:55 KST
Come sit down with some open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary. 

Ask Kevin about building enterprise AI apps.
Speakers
avatar for Kevin Dubois

Kevin Dubois

Sr Principal Developer Advocate, IBM
Kevin Dubois is often featured as a (keynote) speaker at conferences around the world, where he shares his passion and knowledge about developer experience, Agentic AI, open source, cloud native development and Java. He is also an author, java Champion, and an accomplished software... Read More →
Wednesday August 12, 2026 15:25 - 15:55 KST
Grand Ballroom Foyer
  Ask the Experts

15:25 KST

Ask the Expert Session Minsoo Song, Senior Developer Relations Manager, on Building Physical AI for Robotics with NVIDIA Cosmos
Wednesday August 12, 2026 15:25 - 15:55 KST
Come sit down with some open source experts to gain knowledge 1:1 and ask all your pressing questions! No sign-up necessary. 

Ask Minsoo about Building Physical AI for Robotics with NVIDIA Cosmos.
Speakers
MS

Minsoo Song

Senior Developer Relations Manager, NVIDIA
Wednesday August 12, 2026 15:25 - 15:55 KST
Grand Ballroom Foyer
  Ask the Experts

15:55 KST

Building Reliable AI Agents: An Open Source Approach To Evaluation and Observability - Sho Tanaka, Snowflake
Wednesday August 12, 2026 15:55 - 16:25 KST
Building AI agents is easier than ever with open source tools, but ensuring their reliability in production remains a major challenge. Unlike traditional software, AI agents are non-deterministic, making simple pass/fail testing insufficient.

This talk introduces a practical approach to evaluation and observability for AI agents, combining open source tools such as TruLens with agent architectures inspired by AgentGPT.

We will demonstrate how to instrument agent workflows, capture execution traces, and implement evaluation metrics such as faithfulness, tool selection accuracy, and answer relevancy. Attendees will also see how to visualize agent behavior and identify failure points across retrieval, reasoning, and generation layers using a lightweight dashboard.

Finally, we show how to build a feedback loop to iteratively improve agent performance, and share a reference implementation (GitHub) that can be reused with different agent frameworks.
Speakers
avatar for Sho Tanaka

Sho Tanaka

Lead Developer Advocate, Snowflake
Sho Tanaka is a Lead Developer Advocate at Snowflake, focused on AI/ML and data engineering. He previously worked at Google (gTech) delivering ML/Data solutions across Japan, APAC and global. He is a Google Developer Expert (AI/ML) and a co-founder of the MLOps community in Japan... Read More →
Wednesday August 12, 2026 15:55 - 16:25 KST
Rose
  Open AI + Data

15:55 KST

Case Studies of Existing Use of Linux in Safety-critical Domains - Nikita Verma, Individual & Harshita Varma, Independent
Wednesday August 12, 2026 15:55 - 16:25 KST
The automotive transition to Software-Defined Vehicles (SDVs) relies on mixed-criticality architectures, consolidating open-source infotainment (Automotive Grade Linux) alongside safety-critical Real-Time Operating Systems (RTOS). This virtualization boundary—often KVM/Xen—is assumed to be a secure airgap. However, guest-to-host communication requires hardware abstraction, primarily via the VirtIO standard.

This 40-minute session conducts a hardcore technical teardown of the virtqueue shared-memory mechanism, exposing how legacy C-based VirtIO backends (vhost-net) introduce critical vulnerabilities into the automotive supply chain.

We will dissect a hypervisor escape utilizing custom fuzzing. By crafting malformed descriptor chains to bypass frontend validation, a compromised guest can force the host's backend into out-of-bounds memory corruption, effectively bridging the airgap into the control plane.

Finally, we will architect the open-source defense: migrating to memory-safe rust-vmm virtualization components to mathematically eliminate buffer overflows, and deploying zero-overhead eBPF probes for kernel-level I/O anomaly detection.
Speakers
avatar for Nikita Verma

Nikita Verma

cloud Native Developer, Individual
Nikita Verma is an active contributor to the open-source community with a strong focus on Kubernetes and cloud-native technologies. She worked on developing forest growth simulations, automating configuration generation, and integrating CI/CD workflows. Nikita has volunteered at KubeCon... Read More →
avatar for Harshita Varma

Harshita Varma

Associate Product Manager, Independent
Harshita Varma is a contributor to the Kubernetes project, actively involved in the SIG Contributor Experience community, with a focus on enhancing the contributor journey. In March 2022, she was selected as an LFX mentee for Kubernetes under the CNCF. Since then, Harshita has significantly... Read More →
Wednesday August 12, 2026 15:55 - 16:25 KST
Magnolia
  Safety Critical Software

16:35 KST

Live Demo: Event-Driven Terraform Drift Detection With Falco - Keita Higaki, Sysdig,Inc
Wednesday August 12, 2026 16:35 - 17:05 KST
Terraform is widely used to manage infrastructure as code, but traditional drift detection relies on periodic scans or manual checks such as terraform plan. This approach often fails to detect real-time changes, manual modifications, or unauthorized actions.

In this technical feature demonstration, we present an open source approach to drift detection using an event-driven model powered by Falco.

We will demonstrate how:

infrastructure is provisioned using Terraform
manual or out-of-band changes introduce drift
Falco detects these changes in real time via event streams
an open source tool analyzes and surfaces these events as actionable drift signals

Unlike traditional drift detection tools, this approach enables near real-time detection, user attribution, and continuous visibility into infrastructure changes.

This session introduces the concept of “event-driven runtime drift” and shows how it complements Terraform-based workflows using open source technologies.

The demo is based on a publicly available open source project, allowing attendees to reproduce the setup and apply it to their own environments.
Speakers
avatar for Keita Higaki

Keita Higaki

Senior Customer Solutions Engineer, Cloud-Native Security, Sysdig,Inc
Keita Higaki is a Senior Customer Solutions Engineer specializing in cloud-native security and Kubernetes runtime protection. He supports enterprise environments adopting runtime security using open source technologies such as Falco. He focuses on bridging Infrastructure-as-Code and... Read More →
Wednesday August 12, 2026 16:35 - 17:05 KST
Orchid 2
  Cloud + Orchestration
  • Presentation Language English
  • Slides Attached Yes

16:35 KST

Reboot Without Rebooting: Updating Linux Userspace at the Speed of a Service Restart - Nandakumar Raghavan & Prasanna Kumar T S M, Microsoft
Wednesday August 12, 2026 16:35 - 17:05 KST
What if you could replace your entire OS userspace — binaries, configs, services, even init itself — without ever stopping the kernel? No firmware POST, no hardware re-init, no multi-minute downtime. Just a clean userspace restart in seconds.

That's what soft-reboot (systemctl soft-reboot), implemented in systemd, delivers: a primitive that tears down all of userspace, pivots into a fresh root filesystem, and re-launches PID 1 — while the running kernel stays untouched.

This talk unpacks how soft-reboot works under the hood, why it matters for modern OS update workflows, and how it compares to a traditional reboot and kexec. We'll walk through real production use cases: zero-downtime OS updates, staged fleet rollouts, and rapid recovery from a wedged userspace — without paying the cost of a full boot cycle.

Attendees will leave with a clear mental model of soft-reboot internals, practical guidance on when to choose it over a full reboot or kexec, and concrete patterns for building soft-reboot-aware update pipelines.

If you've ever wished you could ship an OS update as fast as restarting a service, this talk is for you.
Speakers
avatar for Nandakumar Raghavan

Nandakumar Raghavan

Senior Software Engineer - Linux Systems Group, Microsoft
Nandakumar works as Senior Software Engineer at Microsoft - Linux Systems Group. He has worked on router board bring up, linux kernel development and user space. He has extensive work experience on MIPS and x86 architecture. He has made several contributions to systemd upstream.
avatar for Prasanna Kumar T S M

Prasanna Kumar T S M

Senior Software Engineer, Microsoft
Prasanna Kumar is a seasoned Linux kernel engineer, is currently working for Microsoft's Linux Systems Group. He has worked on low level CPU architecture code, board bring up, driver development, file system and related utilities etc. He has contributed to Linux kernel.
Wednesday August 12, 2026 16:35 - 17:05 KST
Orchid 1
  Linux
  • Presentation Language English
  • Slides Attached Yes

16:35 KST

Eval-Driven Development: Mastering Agentic Tracing and Expert-Aligned Judges With MLflow - Vincent Caldeira, Red Hat
Wednesday August 12, 2026 16:35 - 17:05 KST
Building AI agents is easy, but ensuring their reliability is hard. Because agents operate in open-ended, non-deterministic environments, traditional Test-Driven Development (TDD) falls short. The solution is Eval-Driven Development (EDD), a paradigm that embeds continuous evaluation throughout the agent lifecycle.

This talk explores how to operationalize EDD. First, we examine the critical role of observability. Evaluating just a final output is insufficient for multi-step workflows. We show how OpenTelemetry (OTel) compatible tracing exposes internal reasoning and tool usage for granular debugging.

Next, we tackle scaling evaluation via LLM-as-a-Judge. Since uncalibrated judges often miss domain-specific nuances, we demonstrate aligning custom judges with human experts. Using open-source MLflow, attendees will learn to capture traces, collect expert feedback, and use alignment optimizers to create expert-aligned evaluators.
Speakers
avatar for Vincent Caldeira

Vincent Caldeira

CTO APAC, Red Hat
Vincent Caldeira, Red Hat APAC CTO and Industry Visiting Scholar at Columbia University, drives tech strategy and emerging engineering. A Top 10 APAC CTO (2023) with 20+ years in finance IT, he is an authority on open source, cloud-native technologies and AI. Vincent holds leadership... Read More →
Wednesday August 12, 2026 16:35 - 17:05 KST
Rose
  Open AI + Data

16:35 KST

Using AI To Bridge the Gap Between Safety Standards and Open Source Development - Kate Stewart, The Linux Foundation
Wednesday August 12, 2026 16:35 - 17:05 KST
Popular open source operating systems like the Linux Kernel and Zephyr RTOS accept up to 9 commits per hour. Safety standards, like 61508, 26262, and others were developed without this rate of change in mind. Safety standards also expect the requirements to be explicit, which is not part of OS development processes. By using AI tools, we're able to accelerate the analysis of OS code to derive the requirements and traceability to tests. By storing this info in tools that can import and export System Package Data eXchange (SPDX) 3.0+, we're able to capture the requirements in a way that can be leveraged for wider system analysis necessary for safety. Associating integrity methods with the requirements and code snippets, also enables monitoring. Combining requirements traceability with precise build SBOM metadata, gives us a framework to keep a component compliant to a safety profile after a security fix.

This talk will provide a view on the latest experiments occurring with the Linux Kernel in the ELISA project, as well as in the Zephyr Safety Working group, and SPDX Functional Safety working group to extend SPDX to meet the needs of establishing these frameworks.
Speakers
avatar for Kate Stewart

Kate Stewart

Vice President of Dependable Embedded Systems, The Linux Foundation
Kate Stewart works with the safety, security and license compliance communities to advance the adoption of best practices into embedded open source projects. Since joining The Linux Foundation, she has launched the ELISA and Zephyr Projects, and supports other embedded projects. With... Read More →
Wednesday August 12, 2026 16:35 - 17:05 KST
Magnolia
  Safety Critical Software
 
  • Filter By Date
  • Filter By Venue
  • Filter By Type
  • Presentation Language
  • Slides Attached
  • Timezone

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.