diff --git a/assets/events/2026-prague/speakers/maish-saidel-keesin.jpg b/assets/events/2026-prague/speakers/maish-saidel-keesin.jpg
new file mode 100644
index 0000000000..ac063a895b
Binary files /dev/null and b/assets/events/2026-prague/speakers/maish-saidel-keesin.jpg differ
diff --git a/assets/events/2026-prague/speakers/michael-cote.jpg b/assets/events/2026-prague/speakers/michael-cote.jpg
new file mode 100644
index 0000000000..81aa6ad4b1
Binary files /dev/null and b/assets/events/2026-prague/speakers/michael-cote.jpg differ
diff --git a/assets/events/2026-prague/speakers/oleksii-mudryk.jpg b/assets/events/2026-prague/speakers/oleksii-mudryk.jpg
new file mode 100644
index 0000000000..a8edcce21b
Binary files /dev/null and b/assets/events/2026-prague/speakers/oleksii-mudryk.jpg differ
diff --git a/content/events/2026-prague/program.md b/content/events/2026-prague/program.md
new file mode 100644
index 0000000000..c79b57b2b3
--- /dev/null
+++ b/content/events/2026-prague/program.md
@@ -0,0 +1,18 @@
++++
+Title = "Program"
+Type = "program"
+Description = "Program for devopsdays Prague 2026"
++++
+
+
+If Open Space is new to you, you may be interested in more details about Open Space.
+
+
+
+
Color Keys:
+
Talk
+
Ignite
+
Open Space
+
+
+
diff --git a/content/events/2026-prague/program/maish-saidel-keesin.md b/content/events/2026-prague/program/maish-saidel-keesin.md
new file mode 100644
index 0000000000..dfd5aecb9b
--- /dev/null
+++ b/content/events/2026-prague/program/maish-saidel-keesin.md
@@ -0,0 +1,15 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "When your team can't debug what AI built for them"
+Type = "talk"
+Speakers = ["maish-saidel-keesin"]
+youtube = ""
+slideshare = ""
+slides = ""
++++
+
+Picture this: a production incident at 2 AM. Your on-call engineer opens the code and realizes nobody on the team actually wrote it. AI did. And nobody can explain why it works the way it does. This is already happening in teams that adopted AI coding tools without guardrails.
+
+In this talk, you'll hear real stories of AI-generated technical debt, learn the three warning signs that your codebase is silently degrading, and discover practical measures to keep your team in control of the code they ship.
diff --git a/content/events/2026-prague/program/michael-cote.md b/content/events/2026-prague/program/michael-cote.md
new file mode 100644
index 0000000000..0cd3aafafd
--- /dev/null
+++ b/content/events/2026-prague/program/michael-cote.md
@@ -0,0 +1,19 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "Here comes the normies - how DevOps can handle the flood of AI slop-apps"
+Type = "talk"
+Speakers = ["michael-cote"]
+youtube = ""
+slideshare = ""
+slides = ""
++++
+
+Agentic AI tools are creating a new workload nobody's ready for: knowledge workers creating their own applications. Salespeople, analysts, HR teams. Not "real" programmers - regular employees using Claude or Cowork to build small internal apps to replace Excel-and-PowerPoint driven business "processes".
+
+For example: BBVA reports 4,000+ active employee-built GPTs, ABN AMRO has retired 700 internal apps and is replacing them with this new shape, and Air France/KLM is saving over 200,000 hours a year on bot-driven internal automation. This is spreading fast!
+
+These new apps still need everything the old ones did - auth, audit, secure supply chain, access to enterprise data, somewhere to actually run and scale. IT can't say no, or they'll be left out of the loop in a new shadow IT wave.
+
+This talk goes over what's actually happening: the new app patterns I'm seeing emerge across banks, automakers, and airlines, the platform-engineering work nobody planned for, and what the early movers have figured out about running it all.
\ No newline at end of file
diff --git a/content/events/2026-prague/program/oleksii-mudryk.md b/content/events/2026-prague/program/oleksii-mudryk.md
new file mode 100644
index 0000000000..accb2fdb8b
--- /dev/null
+++ b/content/events/2026-prague/program/oleksii-mudryk.md
@@ -0,0 +1,17 @@
++++
+Talk_date = ""
+Talk_start_time = ""
+Talk_end_time = ""
+Title = "When Your Safety Net Becomes a Trap: Cleaning Up Feature Flag Debt "
+Type = "talk"
+Speakers = ["oleksii-mudryk"]
+youtube = ""
+slideshare = ""
+slides = ""
++++
+
+Feature flags are one of the most useful tools in a modern DevOps toolkit: progressive rollouts, A/B tests, and safer deployments. They also accumulate quietly, until a codebase is a maze of stale conditionals nobody dares delete, every incident investigation detours through dead branches, and every new engineer’s first week is spent asking “is this flag still a thing?”
+
+This talk is about treating flag debt as a first-class cleanup project: auditing a large flag inventory, classifying every flag as active, stale, dead, or zombie, and systematically removing the dead weight while the system stays live and under load, without regressions. I will share the practical approach I used in a live, multi-repository system: cross-referencing a flag-management tool’s API with organization-wide code search to understand which flags were still referenced and where. This addresses a practical, publicly documented gap where some tools’ built-in code references work at repository level and do not scale cleanly across an organization with many repositories.
+
+I will cover the classification framework, a staged deprecation process using small, monitored cleanup waves, a PR checklist, and ways to keep flags from accumulating again.
\ No newline at end of file
diff --git a/content/events/2026-prague/speakers/maish-saidel-keesin.md b/content/events/2026-prague/speakers/maish-saidel-keesin.md
new file mode 100644
index 0000000000..bc1251a4f2
--- /dev/null
+++ b/content/events/2026-prague/speakers/maish-saidel-keesin.md
@@ -0,0 +1,16 @@
++++
+Title = "Maish Saidel-Keesing"
+type = "speaker"
+linktitle = "maish-saidel-keesin"
+image = "maish-saidel-keesin.jpg"
++++
+
+Maish Saidel-Keesing is a Senior Developer Advocate at AWS, where he channels over 20 years of hands-on development and infrastructure expertise into empowering developers to build transformative cloud solutions.
+
+Maish doesn't just talk about technology; he builds with it. From architecting scalable applications to working hands-on with AWS services across compute, serverless, and infrastructure domains, he brings real-world development insights that resonate with engineers tackling similar challenges daily.
+
+What sets Maish apart is his developer-first approach to cloud adoption. He's passionate about equipping developers with practical strategies for leveraging GenAI tools in their workflows, automating infrastructure so teams can focus on code, and adopting DevOps practices that accelerate delivery without sacrificing quality. His work with AWS Heroes, developer communities and academic institutions demonstrates his commitment to making cutting-edge development tools and techniques accessible to everyone, from students writing their first Lambda function to senior engineers architecting distributed systems.
+
+Whether he's live-coding at meetups, sharing battle-tested patterns for cloud-native development, or demonstrating how GenAI can amplify rather than replace developer capabilities, Maish delivers actionable insights grounded in genuine development experience.
+
+His mission: to equip developers with the knowledge, tools, and confidence to build anything they can imagine in the cloud.
\ No newline at end of file
diff --git a/content/events/2026-prague/speakers/michael-cote.md b/content/events/2026-prague/speakers/michael-cote.md
new file mode 100644
index 0000000000..6e934f1547
--- /dev/null
+++ b/content/events/2026-prague/speakers/michael-cote.md
@@ -0,0 +1,8 @@
++++
+Title = "Michael Coté"
+type = "speaker"
+linktitle = "michael-cote"
+image = "michael-cote.jpg"
++++
+
+Michael Coté studies how large organizations improve how they build software to run and grow their business. His books Changing Mindsets, Monolithic Transformation, and The Business Bottleneck cover these topics. He's been an industry analyst at RedMonk and 451 Research, done corporate strategy and M&A, and was a programmer. He also co-hosts several podcasts, including Software Defined Talk. His daily-ish newsletter is at newsletter.cote.io.
\ No newline at end of file
diff --git a/content/events/2026-prague/speakers/oleksii-mudryk.md b/content/events/2026-prague/speakers/oleksii-mudryk.md
new file mode 100644
index 0000000000..e6aa31dee9
--- /dev/null
+++ b/content/events/2026-prague/speakers/oleksii-mudryk.md
@@ -0,0 +1,12 @@
++++
+Title = "Oleksii Mudryk"
+type = "speaker"
+linktitle = "oleksii-mudryk"
+image = "oleksii-mudryk.jpg"
+linkedin = "https://linkedin.com/in/moudrick"
+github = "https://github.com/moudrick"
+twitter = "https://x.com/moudrick"
+website = "https://moudrick.net/"
++++
+
+I have worked in software for more than 20 years, moving between development, deployment, technical leadership and platform work. Whatever the role, I have usually stayed close to both the code and the way it reaches production. CI/CD, infrastructure and running software in production were never separate from development for me; they were simply part of the job. Today I mainly work on backend and platform systems. What interests me most about DevOps is the practical side: reliable delivery, understandable systems and keeping long-lived software safe to change.
\ No newline at end of file
diff --git a/content/events/2026-prague/welcome.md b/content/events/2026-prague/welcome.md
index 0306c69dfb..4dbf240e37 100644
--- a/content/events/2026-prague/welcome.md
+++ b/content/events/2026-prague/welcome.md
@@ -45,23 +45,23 @@ Description = "devopsdays prague 2026"
-
+
-
+
diff --git a/data/events/2026/prague/main.yml b/data/events/2026/prague/main.yml
index 742af58f12..595ca76684 100644
--- a/data/events/2026/prague/main.yml
+++ b/data/events/2026/prague/main.yml
@@ -48,7 +48,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
- name: propose
- name: location
- name: registration
- # - name: program
+ - name: program
- name: speakers
- name: sponsor
- name: contact
@@ -109,3 +109,94 @@ sponsor_levels:
label: Bronze
- id: community
label: Community
+
+program:
+ - title: "Registration, Breakfast, Sponsors"
+ type: custom
+ date: 2026-10-05
+ start_time: "08:00"
+ end_time: "09:00"
+ - title: "Opening Welcome"
+ type: custom
+ date: 2026-10-05
+ start_time: "09:00"
+ end_time: "09:20"
+ - title: "yury-tsarev"
+ type: talk
+ date: 2026-10-05
+ start_time: "09:20"
+ end_time: "09:55"
+ - title: "maish-saidel-keesin"
+ type: talk
+ date: 2026-10-05
+ start_time: "09:55"
+ end_time: "10:30"
+ - title: "Coffee Break"
+ type: custom
+ date: 2026-10-05
+ start_time: "10:30"
+ end_time: "10:55"
+ - title: ""
+ type: talk
+ date: 2026-10-05
+ start_time: "10:55"
+ end_time: "11:30"
+ - type: ignite
+ date: 2026-10-05
+ start_time: "11:35"
+ end_time: "12:05"
+ - title: "Lunch"
+ type: custom
+ date: 2026-10-05
+ start_time: "12:05"
+ end_time: "13:15"
+ - title: "Open Space Opening"
+ type: open-space
+ date: 2026-10-05
+ start_time: "13:15"
+ end_time: "14:00"
+ - title: "attendee-suggested breakout discussions - Open Space #1"
+ type: open-space
+ date: 2026-10-05
+ start_time: "14:00"
+ end_time: "14:40"
+ - title: "attendee-suggested breakout discussions - Open Space #2"
+ type: open-space
+ date: 2026-10-05
+ start_time: "14:40"
+ end_time: "15:20"
+ - title: "attendee-suggested breakout discussions - Open Space #3"
+ type: open-space
+ date: 2026-10-05
+ start_time: "15:20"
+ end_time: "16:00"
+ - title: "oleksii-mudryk"
+ type: talk
+ date: 2026-10-05
+ start_time: "16:00"
+ end_time: "16:35"
+ - title: "michael-cote"
+ type: talk
+ date: 2026-10-05
+ start_time: "16:40"
+ end_time: "17:15"
+ - title: "Closing notes"
+ type: custom
+ date: 2026-10-05
+ start_time: "17:15"
+ end_time: "17:30"
+ - title: "Evening event"
+ type: custom
+ date: 2026-10-05
+ start_time: "17:30"
+ end_time: "?"
+
+ignites:
+ - title: ""
+ date: 2026-10-05
+ - title: ""
+ date: 2026-10-05
+ - title: ""
+ date: 2026-10-05
+ - title: ""
+ date: 2026-10-05