Jonas Auken presented on test driven development (TDD) at an Agile NCR conference. He discussed how TDD provides immediate feedback, allows for comfortable refactoring, and helps design software through small, test-driven increments. Auken demonstrated TDD using a "Find my Ride" example application and emphasized that TDD avoids big upfront design and instead designs through refactoring and incremental changes validated by tests. The presentation aimed to inspire developers to adopt TDD practices for building higher quality software through shorter feedback loops and improved designs.