LLMday

Large Language Models, Agents & AI Systems

June 18, 2026 House of AI, Hamburg, Germany

1
Day
10+
Speakers
1
Track
100+
Attendees

LLMday is a worldwide series of community events for engineers building with large language models, AI agents and machine learning. Across cities around the world, we bring together practitioners working on AI-powered products and systems to share real-world experience, learn from each other and explore how software engineering is changing in the age of AI.

Companies presenting:

1KOMMA5, iC Consult, IT-Dienstleistungen K.Rozankovic, Kolsetu GmbH, MaibornWolff GmbH, PagerDuty, PHAROS Labs, scieneers GmbH, Sunnic Lighthouse GmbH, Thoughtworks, Weaviate

Topics so far:

This is a past event, what's next?

Schedule

June 18, 2026 single track 9AM - 5PM Hamburg, in-person
view as table
main room • Track 1

09:00

Coffee break

Main lobby

09:30

Sameer Aman

LLMs in Production: What Actually Breaks

1KOMMA5
This talk explores what actually breaks in production: ambiguity, hallucinations, and the challenge of mapping natural language to real business logic. It offers a practical look at turning LLM demos into reliable, production-ready systems.... Read more

10:00

John Robert

How to cut AI agent cost

Sunnic Lighthouse GmbH
AI agents often make unnecessary LLM calls, process excessive context, and invoke expensive tools more frequently than needed. In this talk, I'll demonstrate practical techniques that can dramatically reduce operating costs while maintaining user experience and reliability. ... Read more

10:30

Virendra Singh Bhalothia

Agentic CI/CD: when your pipeline has opinions

Kolsetu GmbH
We ship voice AI agents to regulated industries - healthcare, finance, insurance. Traditional CI/CD breaks when your deployable isn't just code but also prompts, voice configs, and agent behavior definitions. We use GitHub Agentic Workflows as an orchestration layer where AI agents gate, review, and validate other AI agents before they go live. This talk covers the system we built, what broke in production, and what governance looks like when LLMs are making merge decisions for voice AI deployments.... Read more

11:00

Andreas Wagenmann

Agents as your Data Team - Or Not?

Independent
The talk discusses the question whether agents can serve in roles of data teams, such as Data Engineer / Scientist / Analyst. While addressing the core questions, it gives practical insights what is needed to extract the most value out of your agent setup, with practical examples and implications for your stack. We will also cover the central topics of evaluation and validation.... Read more

11:30

Lunch & networking

Main lobby

12:30

Daniel Afonso

Incident Response Reimagined: Accelerating Resolution with AI Agents

PagerDuty
It’s 3:45 AM, and you get paged. Still half asleep, you reach for your laptop. Turns out something is wrong, so you acknowledge the incident and embark on a journey to figure out what is happening, mobilize the right people, and eventually fix the issue. But what if we could make it easier? In this talk, I’ll show how AI agents can help you fast-track triage, coordinate responses, debug problems, and run fixes. To wrap up, I will show how we can go even further and move from merely reacting to incidents to proactively preventing them. In the spirit of shifting left, let’s understand how we can track future incidents our code may cause, right before we commit it!... Read more

13:00

Eduardo Pertierra Puche

From Prompt to Play: Creating a Fully Generative Agentic Videogame

MaibornWolff GmbH
What does a fully generative video‑game look like when the entire interaction surface is a language model? In this talk I present the first proof‑of‑concept of an Agentic Video‑Game, a 3‑D multiplayer world where every NPC, quest, and environment reaction is driven by LLM‑powered agents. By wiring the right architectural layers-state‑centric management, event‑driven orchestration, and a lightweight RAG pipeline that injects lore on demand - we turned a concept into a running prototype that has never been demonstrated before. I will walk through the design decisions that made the system reliable, showcase the live demo, and dive deep into the challenges and lessons learned while stitching together generative AI, real‑time state sync, and production‑grade robustness.... Read more

13:30

Serhat Kayikci

The Missing Layer: Real-Time AI Context with CDC and Kafka

iC Consult
Somewhere right now, a support chatbot is confidently telling a customer about a product that was discontinued six months ago. The model is fine. The vector database is fine. The batch job that feeds it just hasn’t run yet. After spending over a decade building high-throughput Kafka and Debezium pipelines for production environments, watching teams bolt state-of-the-art LLMs onto fragile, legacy batch infrastructure is becoming a recognizable and entirely avoidable anti-pattern. This talk explores Change Data Capture (CDC) as the missing data layer for RAG applications. We will look beyond the whiteboard to see what a real Debezium-to-Kafka-to-LLM pipeline actually looks like, how to handle embeddings in flight, and what breaks in production. The data streaming world solved the stale data problem years ago; it is time we bring those mature, event-driven patterns into the modern AI stack.... Read more

14:00

Pavlo Borysov

From AI Hype to Real User Value: Building a Teacher Cockpit for Live Language Lessons

IT-Dienstleistungen K.Rozankovic
The talk is based on his current project: a Teacher Panel for a German language school. The goal of the app is to help teachers run live Zoom lessons with less switching between Word documents, lesson materials, Zoom chat, vocabulary notes, links, and post-lesson Telegram messages. The main idea of the talk would be that AI should not be the starting point of a product. The starting point should be the real workflow, user constraints, and business value. AI should not be the starting point of a product. The starting point should be the real workflow, user constraints, and business value. In this project, he carefully uses AI only where it actually supports the teacher—for example, vocabulary support, translations, grammar hints, or lesson preparation—while keeping teacher review and manual approval as core product principles. Points to be covered: * discovering real teacher workflows and pain points; * turning DOCX-based methodology files into a structured live lesson panel; * separating teacher-only guidance from student-facing material; * designing safe copy/send workflows for Zoom and Telegram; * deciding where LLMs add value and where classic automation is better; * architecture and implementation lessons from building a practical AI-enabled MVP. This talk could be useful for engineers and technical leaders because it focuses not on adding AI everywhere, but on designing AI-enabled tools around real users, reliability, trust, and production constraints. Vibe coding and AI tools make implementation faster, but they do not replace product thinking: understanding users, discovering real pain points, validating value, and deciding what should not be automated.... Read more

14:30

Networking & sponsor crawl

Main lobby

15:00

Mesut Ayata

RAG Beyond the Demo: Why Context Matters More Than Models

Thoughtworks
RAG systems are easy to demo but hard to make reliably useful. The gap between prototype and real performance is rarely the model, but context quality. Retrieval, chunking, ranking, and context construction shape system behavior, and weaknesses in these layers lead to irrelevant answers, poor grounding, and overconfident outputs, even with strong models. This talk explores practical ways to improve RAG systems: better retrieval signals, cleaner context assembly, noise reduction, and aligning context with user intent.... Read more

15:30

Martin Danner

Talk Genomics To Me - From Sequences to Sentences

scieneers GmbH
How can we better understand the vast complexity of the human genome? Personalized medicine requires a deep understanding of the genetic code in order to specifically detect and treat diseases. Nevertheless, large parts of the human genome remain, to date, not understood. To address this challenge, we developed Genolator - a multimodal AI system designed to bridge genetic code and human understanding. By integrating genomic sequence representations, protein structure information, and natural language models, Genolator allows researchers to query coding sequences in natural language and explore potential biological processes, molecular functions, and cellular roles associated with a sequence. This ability to connect diverse biological layers through natural language queries creates a new interface for exploring genomic data, helping researchers and physicians uncover functional relationships and generate new insights into the genome.... Read more

16:00

Rissal Hedna

Beyond Prompting: Self-Calibrating LLMs via Test-Time Discriminative Distillation

PHAROS Labs
Large Language Models routinely suffer from calibration issues, confidently asserting falsehoods when faced with out-of-distribution tasks. Traditional calibration methods often rely on heavy post-hoc tuning or fragile prompt engineering. In this talk, we explore a more dynamic approach: Self-Calibrating Language Models via Test-Time Discriminative Distillation.We will dive into how we can leverage the "generation-discrimination gap" to train models to double-check themselves on the fly. By utilizing lightweight parameter updates (via LoRA) on late transformer layers during the inference phase, we can align a model's verbalized confidence with its underlying discriminative signals ($P(\text{True})$). Finally, we will discuss the practical engineering trade-offs of this approach, including how to implement entropy-based gating mechanisms to manage computational overhead, making self-calibration viable for real-world deployment.... Read more

16:30

Mohamed Badawi

Engineering for an LLM you don't trust

Weaviate
The LLM in your pipeline is a brilliant intern with no memory and too much confidence and somehow it's in production. A talk about engineering for an LLM you don't trust, with stories from building with LLMs and the tools we ship around them. Bring your paranoia.... Read more

17:00

Wrap up

Scan each other's QR codes & head to a nearby pub!
Time main room
09:00 Coffee break
09:30 LLMs in Production: What Actually Breaks
Sameer Aman • 1KOMMA5
10:00 How to cut AI agent cost
John Robert • Sunnic Lighthouse GmbH
10:30 Agentic CI/CD: when your pipeline has opinions
Virendra Singh Bhalothia • Kolsetu GmbH
11:00 Agents as your Data Team - Or Not?
Andreas Wagenmann • Independent
11:30 Lunch & networking
12:30 Incident Response Reimagined: Accelerating Resolution with AI Agents
Daniel Afonso • PagerDuty
13:00 From Prompt to Play: Creating a Fully Generative Agentic Videogame
Eduardo Pertierra Puche • MaibornWolff GmbH
13:30 The Missing Layer: Real-Time AI Context with CDC and Kafka
Serhat Kayikci • iC Consult
14:00 From AI Hype to Real User Value: Building a Teacher Cockpit for Live Language Lessons
Pavlo Borysov • IT-Dienstleistungen K.Rozankovic
14:30 Networking & sponsor crawl
15:00 RAG Beyond the Demo: Why Context Matters More Than Models
Mesut Ayata • Thoughtworks
15:30 Talk Genomics To Me - From Sequences to Sentences
Martin Danner • scieneers GmbH
16:00 Beyond Prompting: Self-Calibrating LLMs via Test-Time Discriminative Distillation
Rissal Hedna • PHAROS Labs
16:30 Engineering for an LLM you don't trust
Mohamed Badawi • Weaviate
17:00 Wrap up

Speakers

Andreas Wagenmann
Independent
Daniel Afonso
PagerDuty
Eduardo Pertierra Puche
MaibornWolff GmbH
John Robert
Sunnic Lighthouse GmbH
Martin Danner
scieneers GmbH
Mesut Ayata
Thoughtworks
Mohamed Badawi
Weaviate
Pavlo Borysov
IT-Dienstleistungen K.Rozankovic
Rissal Hedna
PHAROS Labs
Sameer Aman
1KOMMA5
Serhat Kayikci
iC Consult
Virendra Singh Bhalothia
Kolsetu GmbH

Venue

House of AI

Hongkongstraße 2
20457 Hamburg, Germany

Sponsors & Partners

Want to become a sponsor? Get in touch!
Let's talk!
We'll email you and share prospectuses for relevant events.
We'd like to (one or more)
Pick at least one
Conferences (one or more)
Pick at least one
Regions (one or more)
Pick at least one
Budget
Pick one