James Titcumb's presentation at the PHP unconference 2015 discusses the concept of reflection in PHP and its practical applications using Better Reflection. He explains how to leverage the Abstract Syntax Tree (AST) to modify and inspect PHP classes and methods dynamically. The presentation highlights ongoing work to enhance compatibility and functionality within core reflection in PHP.