The document discusses stateful serverless computing and its advantages over stateless serverless functions (FaaS). It argues that stateful serverless is needed to support more complex, general-purpose applications involving distributed state. It proposes serving stateful functions using Knative and Akka Cluster to provide a unified programming model and runtime for serverless applications with both stateless and stateful capabilities. This would allow building applications involving real-time stream processing, machine learning models, user sessions, workflows and more using a serverless paradigm.