{
  "id": 7345251,
  "title": "Automate replenishment with MMF, Databricks Genie, and Amazon Quick",
  "url": "https://urgent.news/2026/09/14/automate-replenishment-with-mmf-databricks-genie-and-amazon-quick",
  "topic": "ai",
  "section": "AI",
  "published": "2026-09-14T15:42:06.000Z",
  "source": {
    "name": "AWS Machine Learning",
    "slug": "aws-machine-learning",
    "url": "https://aws.amazon.com/blogs/machine-learning/automate-replenishment-with-mmf-databricks-genie-and-amazon-quick/"
  },
  "original_language": "en",
  "account": "The article outlines a process for automating replenishment in retail using AWS Machine Learning tools. The key steps involve generating a demand forecast using AWS's Many Model Forecasting (MMF) system, detecting surges in demand, deciding which supplier can fulfill the demand, and finally, acting on the decision to place an order.\n\nThe forecast is created using Databricks' MMF, which predicts 7-day demand for each SKU. An agent monitoring the forecast identifies SKUs whose demand has surged, defined as a 7-day average that is at least 1.5 times the 14-day average and greater than 1. The decision process involves reconciling the surging SKUs against live supplier availability stored in Amazon S3 Tables. The cheapest supplier capable of fulfilling the demand is selected.\n\nIf a single supplier can meet the surge, an order is placed through a Supplier Order API. If no single supplier can cover the demand, a human review ticket is raised instead. The entire process is managed by Amazon Quick, which acts as the intermediary between Databricks and the external systems. Amazon Quick uses a Model Context Protocol (MCP) connector to retrieve the forecast and a Direct Query dataset from Amazon S3 Tables to access supplier information. Orders are placed through an OpenAPI connector.\n\nThe solution includes detailed setup instructions, including prerequisites and configuration steps, as well as a repository with the necessary scripts and JSON files to automate the entire process.",
  "summary": "Foundation models made catalog-wide demand forecasting easy; the hard part is now acting on the forecast. This post builds a closed detect-decide-act loop on Databricks and Amazon Quick that reconciles demand surges against live supplier availability and places replenishment orders unattended, escalating to a human only when no supplier can cover a surge.",
  "key_points": [
    "AWS Machine Learning tools automate replenishment in retail.",
    "Databricks MMF generates 7-day demand forecast for each SKU.",
    "Amazon Quick manages process, placing orders via Supplier Order API."
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}