Sales Lead Workflow ‐ June2 - magicplatforms/ai-workflows GitHub Wiki
# Deep Dive on AI Offerings in Supply Chain Management
This page provides a deep dive into five top SaaS supply chain solutions and how they are deploying AI in 2024–2025, along with workflow diagrams illustrating the impact of AI.
## 1. SAP (Digital Supply Chain)
### 2024–2025 AI Strategy & Developments:
AI Copilot (SAP Joule): Natural language queries for insights, faster "what-if" scenario planning. Autonomous Supply Chain: AI/ML to detect deviations and trigger corrective actions. AI Agents: Autonomously perform tasks. Partnerships: Integration with Microsoft Azure OpenAI Service. Focus: Trusted, enterprise-trained AI models via SAP Business AI.
### Workflow before AI (Inventory Shortfall Analysis):
```mermaid
sequenceDiagram
participant Planner as Supply Chain Planner
participant System as SAP System
participant Reports as Manual Reports
Planner->>System: Manually runs inventory reports for region X
System->>Reports: Generates static inventory reports
Planner->>Reports: Reviews reports and identifies potential shortfalls
Planner->>System: Investigates individual product inventory levels
System->>Planner: Displays detailed inventory data
Planner->>Planner: Analyzes data to determine the cause of the shortfall
Planner->>System: Manually adjusts parameters or creates alerts
Workflow after AI (Inventory Shortfall Analysis with SAP Joule):
sequenceDiagram
participant Planner as Supply Chain Planner
participant Joule as SAP Joule (AI Copilot)
participant System as SAP System
Planner->>Joule: Asks "What’s causing the inventory shortfall in region X?"
Joule->>System: Queries inventory data
System->>Joule: Returns relevant data
Joule->>Planner: Provides instant answer and potential causes with recommendations
Planner->>Planner: Reviews recommendations
Planner->>System: Implements suggested corrective actions (e.g., adjusts orders, checks production)
Lead Generation: No.
2. Oracle Cloud SCM
2024–2025 AI Strategy & Developments:
Embedded GenAI in Operations: GPT-4 for shift summary reports, personalized order acknowledgments, and order change summaries. Predictive Maintenance: AI analyzes IoT/sensor data. AI Assistant for Performance Reviews. AI-driven Demand Forecasting. Intelligent Advisor for inventory levels. AI Infrastructure on OCI with partnerships.
Workflow before AI (Generating Shift Summary Report):
sequenceDiagram
participant Supervisor as Production Supervisor
participant System as Oracle System
participant Data as Manually Collected Data
Supervisor->>Data: Collects production data throughout the shift (manually)
Data->>System: Enters production data into the system
Supervisor->>System: Manually compiles shift summary report
Workflow after AI (Generating Shift Summary Report with GPT-4):
sequenceDiagram
participant Supervisor as Production Supervisor
participant System as Oracle System
participant GPT4 as GPT-4 (GenAI)
System->>GPT4: Provides production data from the shift
GPT4->>Supervisor: Generates draft shift summary report highlighting key issues
Supervisor->>Supervisor: Reviews and edits the report
Supervisor->>System: Submits the final shift summary report
Lead Generation: No.
3. Microsoft Dynamics 365 Supply Chain Management
2024–2025 AI Strategy & Developments:
AI Copilot for Supply Chain: Auto-generates reports, summarizes backlogs, drafts communications. Demand Forecasting via Azure Machine Learning. Intelligent Reordering. Intelligent Order Management. Power Platform AI Builder for custom models. Deeper Copilot Integration (2025) for voice guidance.
Workflow before AI (Generating a Warehouse Backlog Summary):
sequenceDiagram
participant Manager as Warehouse Manager
participant System as Dynamics 365 SCM
participant Reports as Manual Reports
Manager->>System: Manually runs warehouse inventory and order reports
System->>Reports: Generates static reports
Manager->>Reports: Reviews multiple reports to identify backlog
Manager->>Manager: Manually compiles a summary of the warehouse backlog
Workflow after AI (Generating a Warehouse Backlog Summary with Copilot):
sequenceDiagram
participant Manager as Warehouse Manager
participant Copilot as Dynamics 365 Copilot (AI)
participant System as Dynamics 365 SCM
Manager->>Copilot: Asks to summarize warehouse backlogs
Copilot->>System: Queries relevant warehouse data
System->>Copilot: Returns data
Copilot->>Manager: Auto-generates a summary of the warehouse backlog
Manager->>Manager: Reviews the summary
Lead Generation: No.
4. Kinaxis (RapidResponse)
2024–2025 AI Strategy & Developments:
Kinaxis Maestro: "AI-infused" orchestration platform for scenario simulation and explanations. AI/ML for Demand Sensing. Machine Learning for Supply Risk Scores. GenAI Chatbot (2025) for natural language queries. Emphasis on Explainability.
Workflow before AI (Assessing Impact of Supplier Shutdown):
sequenceDiagram
participant Planner as Supply Chain Planner
participant System as Kinaxis RapidResponse
participant Data as Static Supplier Data
Planner->>System: Accesses static supplier data
Planner->>Planner: Manually analyzes potential impact of a supplier shutdown based on past experience and data
Planner->>System: Manually creates scenarios to explore mitigation options
System->>Planner: Displays results of manually configured scenarios
Workflow after AI (Assessing Impact of Supplier Shutdown with Kinaxis Maestro):
sequenceDiagram
participant Planner as Supply Chain Planner
participant Maestro as Kinaxis Maestro (AI)
participant System as Kinaxis RapidResponse
Planner->>Maestro: Asks "How can we reduce the impact of a supplier shutdown?"
Maestro->>System: Analyzes real-time data and past disruptions
System->>Maestro: Provides relevant data
Maestro->>Planner: Proposes options (e.g., alternate sourcing, reallocation) with plain-language reasoning
Planner->>Planner: Reviews options and reasoning
Planner->>System: Implements the chosen mitigation strategy
Lead Generation: No.
5. Manhattan Associates (Manhattan Active)
2024–2025 AI Strategy & Developments:
Agentic AI for Execution: Autonomous AI agents for situational tasks. Intelligent Store Manager for inventory reallocation. Labor Optimizer for warehouse staffing. Wave Planning Agent. Agent Foundry for custom AI agents. AI/ML for Forecasting and Allocation. Manhattan Active Maven (GenAI for Customer Service).
Workflow before AI (Adjusting Warehouse Labor Plans):
sequenceDiagram
participant Manager as Warehouse Manager
participant System as Manhattan Active
participant Data as Real-time Order Data, Staffing Levels
Manager->>System: Monitors real-time order data and current staffing levels
Manager->>Manager: Manually analyzes data to identify potential labor shortages or surpluses
Manager->>System: Manually adjusts labor schedules and assignments
Workflow after AI (Adjusting Warehouse Labor Plans with Labor Optimizer Agent):
sequenceDiagram
participant LaborOptimizer as Labor Optimizer (AI Agent)
participant System as Manhattan Active
participant Data as Real-time Order Data, Staffing Levels
System->>LaborOptimizer: Provides real-time order data and current staffing levels
LaborOptimizer->>LaborOptimizer: Autonomously analyzes data to identify optimal staffing
LaborOptimizer->>System: Automatically adjusts warehouse labor schedules
Manager->>System: Reviews the AI-driven adjustments
Lead Generation: No.