Skip to content

Commit aea8ab1

Browse files
committed
Add Florian Mair's talk and speaker details for Zurich 2026 event
- Created a new markdown file for Florian Mair's talk titled "When Your 'New Teammate' Hallucinates: Observability as the Safety Net for AI Code", scheduled for May 7, 2026. - Added details including talk time, type, and a description emphasizing the importance of observability in AI-generated code. - Created a new markdown file for speaker Florian Mair, including his title, LinkedIn profile, image, and a brief bio highlighting his experience and interests.
1 parent 85aa189 commit aea8ab1

7 files changed

Lines changed: 46 additions & 50 deletions

File tree

399 KB
Loading
-77.3 KB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
+++
2+
City = "Zurich"
3+
Year = "2026"
4+
talk_date = "2026-05-07"
5+
talk_start_time = "12:00"
6+
talk_end_time = "12:30"
7+
title = "When Your \"New Teammate\" Hallucinates: Observability as the Safety Net for AI Code"
8+
type = "talk"
9+
speakers = ["florian-mair"]
10+
youtube = ""
11+
vimeo = ""
12+
speakerdeck = ""
13+
slideshare = ""
14+
slides = ""
15+
+++
16+
17+
As AI copilots and coding agents generate more of the code we ship, we can deliver software faster than we can understand it, leading to fragile behavior, missed edge cases, and failures that are hard to explain.
18+
19+
This talk's guiding principle is simple: the faster you generate code, the more you need telemetry. We'll connect observability fundamentals (signals, context propagation, debugging workflows) to the realities of AI-generated code, using OpenTelemetry as a vendor-neutral foundation for traces, metrics, and logs that reveal runtime truth.
20+
21+
You'll see three practical approaches: prompt AI tools to emit instrumentation by default (using a reusable template), use auto-instrumentation for broad, fast coverage, and add manual spans/attributes where domain context matters most. To make this stick, we'll introduce a simple team practice: require "observability present" in code review for AI-generated changes.

content/events/2026-zurich/program/jake-page.md

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
Title = "Florian Mair"
3+
Twitter = ""
4+
linkedin = "https://www.linkedin.com/in/flomair/"
5+
image = "florian-mair.png"
6+
type = "speaker"
7+
linktitle = "florian-mair"
8+
+++
9+
10+
Florian is a passionate software engineer & architect with 10+ years of experience in Go, Java and JS. He has built full-stack applications and data processing pipelines that handle millions of events per second. Besides working as a Software Engineer, Florian is a passionate mountaineer, and has climbed some of the highest mountains across Europe.

content/events/2026-zurich/speakers/jake-page.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

data/events/2026/zurich/main.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,12 @@ program:
316316
start_time: '15:15'
317317
end_time: '17:25'
318318

319+
- title: manuel-schindler
320+
type: workshop
321+
date: 2026-05-06
322+
start_time: '15:15'
323+
end_time: '17:25'
324+
319325
- title: cristian-schuszter
320326
type: workshop
321327
date: 2026-05-06
@@ -326,13 +332,13 @@ program:
326332
type: custom
327333
date: 2026-05-06
328334
start_time: '17:30'
329-
end_time: '17:40'
335+
end_time: '17:45'
330336

331337
- title: Evening Event
332338
type: custom
333339
date: 2026-05-06
334-
start_time: '17:40'
335-
end_time: '19:40'
340+
start_time: '17:45'
341+
end_time: '22:00'
336342

337343
# Day 2
338344
- title: Registration Day 2
@@ -377,6 +383,12 @@ program:
377383
start_time: '11:30'
378384
end_time: '12:00'
379385

386+
- title: florian-mair
387+
type: talk
388+
date: 2026-05-07
389+
start_time: '12:00'
390+
end_time: '12:30'
391+
380392
- title: Lunch Day 2
381393
type: custom
382394
date: 2026-05-07

0 commit comments

Comments
 (0)