‘Item Backfill for Weight and Dimensions’ creates an AI-powered solution that predicts missing weight and dimensional data for products in supply chain operations.
Using Claude by Anthropic, the system analyzes product descriptions to generate accurate estimations of physical attributes when this information is missing from vendor data.
This solution addresses a critical operational gap in supply chain management, reducing operating costs and improving planning accuracy across transportation, warehousing, and order fulfillment processes.
This project is a training exercise in agentic automation within a supply chain context, intended to demonstrate the technical feasibility and business potential of using generative AI to solve supply chain data problems. It includes the development of a working prototype that can accurately predict weight and dimensional data for a limited set of SKUs from their descriptions.
The project will be considered complete and successful upon delivery of a viable prototype that demonstrates the approach works within defined accuracy thresholds, along with comprehensive documentation of the methodology, results, and projected cost analysis for a potential production implementation.
Incomplete product data, specifically missing weight and dimension information, represents a significant challenge for supply chain organizations. When retailers acquire products from vendors, they may not receive incomplete documentation, creating cascading problems throughout the supply chain:
The cumulative effect of these inefficiencies results in higher operational costs, increased delivery times, and reduced customer satisfaction.
The project proposes an agentic AI system to predict missing weight and dimension data based on product descriptions and classifications. Agentic AI systems are artificial intelligence applications that autonomously complete specific tasks, using goal-directed behavior to make context-aware decisions.
The solution architecture used for this project will include connecting data sources to Claude to analyze product descriptions, and make intelligent predictions about physical attributes. The agent will rely solely on Claude's existing knowledge of products and their typical dimensions, and the possibility of adding a RAG to improve results will be investigated.