This document provides an agenda for a presentation on problems with parallel streams and lambda expressions in Java 8. The presentation discusses how parallel streams can sometimes slow down operations when system resources are constrained compared to sequential streams. It also examines how exceptions thrown in lambda expressions result in complex stack traces that are difficult to debug. The document includes links to code examples demonstrating these issues.