Advanced fine-tuning for multi-agent orchestration: production results from Amazon Pharmacy, GES, and A+
Three Amazon teams faced high-stakes production challenges: Amazon Pharmacy dealt with medication direction errors costing up to $3.5 billion annually; Amazon GES faced lengthy expert-hour inspection reviews for hundreds of fulfillment centers; and Amazon A+ Content needed to evaluate content quality at massive scale across product submissions.
Initial attempts using traditional RAG with foundation models at Amazon Pharmacy yielded disappointing results, with accuracy hovering between 60 and 70%, falling short of production requirements.
Advanced fine-tuning delivered production-grade results across all three Amazon use cases: Amazon Pharmacy achieved a 33% reduction in near-miss medication events; Amazon GES achieved an 80% reduction in human expert effort; and Amazon A+ improved classification accuracy from 77% to 96%.
Show all 15 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
Advanced fine-tuning delivered production-grade results across all three Amazon use cases: Amazon Pharmacy achieved a 33% reduction in near-miss medication events; Amazon GES achieved an 80% reduction in human expert…
What tools did this team use?
RAG, SFT, PPO, DPO, GRPO, DAPO, GSPO, RLHF, LoRA, RLVR.
What results were reported?
medication error reduction (Amazon Pharmacy): 33%; human effort reduction (Amazon GES): 80%; content quality accuracy improvement (Amazon A+): 77% to 96%; RAG accuracy after embedding model fine-tuning (Amazon Pharmacy): 90% (source-reported, not independently verified).
What failed first in this deployment?
Initial attempts using traditional RAG with foundation models at Amazon Pharmacy yielded disappointing results, with accuracy hovering between 60 and 70%, falling short of production requirements.
How is this quality assurance AI workflow structured?
High-stakes use case identified → Supervised fine-tuning on domain data → RLHF/PPO preference refinement → Group-based reasoning optimization → Domain-specific model evaluation → Deploy as specialized sub-agents → Continuous monitoring and evaluation.