Cloud Kitchen: Using Planning-based Composite AI to Optimize Food Delivery Processes
Slavomír Švancár, Lukáš Chrpa, Filip Dvořák, Tomáš Balyo
TL;DR
The paper addresses optimizing restaurant delivery with their own fleets by modeling the problem as VRPTW and applying a planning-based composite AI approach. Cloud Kitchen combines a Technology-Specific Bridge, a Decision-Making component solving VRPTW tasks within UPF, a PDDL representation for explainability, and a SimPy-based simulator to evaluate decisions on historical data. Empirical evaluation shows substantial reductions in delivery delays (roughly one third) and in deliveries delayed by more than 10 minutes (about 40%), with modest increases in driving time and distance. The work demonstrates the practical value of compositional AI for logistics planning and provides a deployable blueprint for explainable routing in restaurant delivery contexts.
Abstract
The global food delivery market provides many opportunities for AI-based services that can improve the efficiency of feeding the world. This paper presents the Cloud Kitchen platform as a decision-making tool for restaurants with food delivery and a simulator to evaluate the impact of the decisions. The platform contains a Technology-Specific Bridge (TSB) that provides an interface for communicating with restaurants or the simulator. TSB uses a planning domain model to represent decisions embedded in the Unified Planning Framework (UPF). Decision-making, which concerns allocating customers' orders to vehicles and deciding in which order the customers will be served (for each vehicle), is done via a Vehicle Routing Problem with Time Windows (VRPTW), an efficient tool for this problem. We show that decisions made by our platform can improve customer satisfaction by reducing the number of delayed deliveries using a real-world historical dataset.
