Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions content/events/2026-prague/program/yury-tsarev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
+++
Talk_date = ""
Talk_start_time = ""
Talk_end_time = ""
Title = "Let AI Think. Let Controllers Reconcile."
Type = "talk"
Speakers = ["yury-tsarev"]
youtube = ""
slideshare = ""
slides = ""
+++

AI is moving from code generation into operations, but production systems cannot be safely run as open-ended conversations with probabilistic agents.

This keynote explores a practical operating model for the AI era: keep the core declarative, deterministic, policy-aware, and continuously reconciled. Let humans define intent, let AI reason and assist, and let controllers turn that intent into reliable behavior.

We will look at how intelligent control planes can connect desired state, actual state, operational knowledge, and validation without turning infrastructure into magic.

The future of DevOps is not letting AI operate everything. It is knowing where AI should stop, and where the reconcile loop should begin.
5 changes: 5 additions & 0 deletions content/events/2026-prague/speakers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
Title = "Speakers"
Type = "speakers"
Description = "Speakers for Devopsdays Prague 2026"
+++
6 changes: 6 additions & 0 deletions content/events/2026-prague/speakers/yury-tsarev.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
Title = "Yury Tsarev"
type = "speaker"
linktitle = "yury-tsarev"
image = "yury-tsarev.jpg"
+++
6 changes: 5 additions & 1 deletion data/events/2026/prague/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
- name: location
- name: registration
# - name: program
# - name: speakers
- name: speakers
- name: sponsor
- name: contact
- name: conduct
Expand Down Expand Up @@ -79,6 +79,10 @@ organizer_email: "prague@devopsdays.org" # Put your organizer email address here
# List all of your sponsors here along with what level of sponsorship they have.
# Check data/sponsors/ to use sponsors already added by others.
sponsors:
- id: labyrinthlabs
level: gold
- id: minimus
level: gold
- id: hackihub
level: community
- id: alicetechnologies
Expand Down
Loading