Talks I've Presented

Sometimes I present at meetups. Here are some of those talks.

Building Reliable AI Features

This talk explores how to build reliable, production-grade AI features in an environment where outputs are probabilistic and models can change without notice. It covers practical strategies for observability, eval testing, and model version control to detect drift, measure performance, and maintain user trust as AI systems evolve.

Declarative E2E Tests with the Window Driver Pattern

E2E tests provide a lot of value, but are often expensive to write and maintain. This talk shows how to use the Window Driver pattern to make your tests more efficient and easier to maintain.