This document discusses 8 anti-patterns to avoid when using Akka. It summarizes each anti-pattern, how it can occur, why it is problematic, and recommends alternatives. The anti-patterns covered include: global mutable state, flat actor hierarchies, too many actor systems, logging incorrectly, being out of touch with hardware, blocking, re-inventing Akka tools, and using Java serialization. For each issue, the presenter provides guidance on better practices to follow instead.