This lecture introduces Akka Streams, a tool for building reactive systems. It covers the canonical examples, shapes of processing stages, correspondence with Reactive Streams, composing stages, materializing streams, operator API similarity to Scala collections, stream execution model, concurrency vs parallelism, materialized values, and accessing them inline.