GoDaddy builds a scalable AI product categorization system using Amazon Bedrock batch inference
GoDaddy's existing product categorization used an out-of-the-box Meta Llama 2 model across six million SKUs, but the generated categories were often incomplete or mislabeled, and running individual LLM calls per product was too costly at scale.
The out-of-the-box Meta Llama 2 approach produced categories that were frequently incomplete or mislabeled, and the per-product API call approach was prohibitively expensive for large-scale deployment.
source quote
source quote
source quote
source quote
source quote
source quote
source quote
The batch inference solution achieves 97% category coverage on both the 5,000 and 100,000 hold-out test sets, processes 5,000 products in 12 minutes (80% faster than the 1-hour requirement), and is 8% more affordable than the Llama2-13b proposal while providing 79% more coverage.
Show all 12 reported metrics
Compare to your context
Tell us your scale, team, and constraints. We'll show what changes at your size, what fails at your scale, and whether this case is a fit, needs adaptation, or won't scale to you. Free demo, no signup.
Frequently asked questions
What did this team achieve with this AI workflow?
The batch inference solution achieves 97% category coverage on both the 5,000 and 100,000 hold-out test sets, processes 5,000 products in 12 minutes (80% faster than the 1-hour requirement), and is 8% more affordable…
What tools did this team use?
Amazon Bedrock, LangChain, PydanticOutputParser, OutputFixingParser.
What results were reported?
Product catalog size: six million products; Solution processing time for 5,000 products: 12 minutes; GoDaddy maximum processing time requirement: 5,000 products in 1 hour; Processing latency improvement vs requirement: 80% faster (source-reported, not independently verified).
What failed first in this deployment?
The out-of-the-box Meta Llama 2 approach produced categories that were frequently incomplete or mislabeled, and the per-product API call approach was prohibitively expensive for large-scale deployment.
How is this ecommerce ops AI workflow structured?
Product JSONL uploaded to S3 → Lambda spins up Bedrock endpoint → Bedrock generates categorized output → Output written to S3 → Lambda monitors and terminates job → LangChain parses output to CSV → Human evaluation by GoDaddy SMEs.
Related ecommerce ops cases
Now compare it to your context
This case is one data point. Whether its pattern fits you depends on your volumes, your stack, and your exception load — that comparison is the step no case study can do for you.