Generative AI revolutionizes industry operations via quite a lot of packages, together with conversational assistants akin to Amazon’s Rufus and Amazon Seller Assistant. Moreover, one of the crucial maximum impactful generative AI packages perform autonomously at the back of the scenes, an crucial capacity that empowers enterprises to turn into their operations, knowledge processing, and content material introduction at scale. Those non-conversational implementations, ceaselessly within the type of agentic workflows powered through large language models (LLMs), execute particular industry targets throughout industries with out direct consumer interplay.
Non-conversational packages be offering distinctive benefits akin to upper latency tolerance, batch processing, and caching, however their self sufficient nature calls for more potent guardrails and exhaustive high quality assurance in comparison to conversational packages, which have the benefit of real-time consumer comments and supervision.
This submit examines 4 various Amazon.com examples of such generative AI packages:
Each and every case learn about unearths other facets of enforcing non-conversational generative AI packages, from technical structure to operational concerns. Right through those examples, you’re going to learn the way the excellent suite of AWS services and products, together with Amazon Bedrock and Amazon SageMaker, are the important thing to luck. After all, we listing key learnings regularly shared throughout those use instances.
Growing fine quality product listings on Amazon.com
Growing fine quality product listings with complete main points is helping shoppers make knowledgeable acquire selections. Historically, promoting companions manually entered dozens of attributes in keeping with product. The brand new generative AI resolution, introduced in 2024, transforms this procedure through proactively obtaining product data from model web pages and different assets to beef up the client revel in throughout a large number of product classes.
Generative AI simplifies the marketing spouse revel in through enabling data enter in quite a lot of codecs akin to URLs, product pictures, or spreadsheets and robotically translating this into the specified construction and layout. Over 900,000 promoting companions have used it, with just about 80% of generated list drafts approved with minimum edits. AI-generated content material supplies complete product main points that lend a hand with readability and accuracy, which will give a contribution to product discoverability in buyer searches.
For brand spanking new listings, the workflow starts with promoting companions offering preliminary data. The gadget then generates complete listings the usage of more than one data assets, together with titles, descriptions, and detailed attributes. Generated listings are shared with promoting companions for approval or modifying.
For current listings, the gadget identifies merchandise that may be enriched with further knowledge.
Information integration and processing for a big number of outputs
The Amazon crew constructed powerful connectors for inside and exterior assets with LLM-friendly APIs the usage of Amazon Bedrock and different AWS services and products to seamlessly combine into Amazon.com backend methods.
A key problem is synthesizing various knowledge into cohesive listings throughout greater than 50 attributes, each textual and numerical. LLMs require particular keep watch over mechanisms and directions to correctly interpret ecommerce ideas as a result of they won’t carry out optimally with such advanced, various knowledge. As an example, LLMs may misread “capability” in a knife block as dimensions quite than selection of slots, or mistake “Are compatible Put on” as a method description as a substitute of a model title. Recommended engineering and fine-tuning have been broadly used to handle those instances.
Technology and validation with LLMs
The generated product listings must be whole and proper. To lend a hand this, the answer implements a multistep workflow the usage of LLMs for each era and validation of attributes. This dual-LLM means is helping save you hallucinations, which is significant when coping with protection hazards or technical specs. The crew advanced complicated self-reflection ways to verify the era and validation processes supplement every different efficiently.
The next determine illustrates the era procedure with validation each carried out through LLMs.

Determine 1. Product Record introduction workflow
Multi-layer high quality assurance with human comments
Human comments is central to the answer’s high quality assurance. The method comprises Amazon.com professionals for preliminary analysis and promoting spouse enter for acceptance or edits. This offers fine quality output and permits ongoing enhancement of AI fashions.
The standard assurance procedure comprises computerized checking out strategies combining ML-, algorithm-, or LLM-based reviews. Failed listings go through regeneration, and a hit listings continue to additional checking out. The use of causal inference models, we determine underlying options affecting list efficiency and alternatives for enrichment. In the long run, listings that go high quality assessments and obtain promoting spouse acceptance are revealed, ensuring shoppers obtain correct and complete product data.
The next determine illustrates the workflow of going to manufacturing with checking out, analysis, and tracking of product list era.

Determine 2. Product Record checking out and human within the loop workflow
Software-level gadget optimization for accuracy and value
Given the excessive requirements for accuracy and completeness, the crew followed a complete experimentation means with an automatic optimization gadget. The program explores quite a lot of mixtures of LLMs, activates, playbooks, workflows, and AI gear to iterate for upper industry metrics, together with charge. Thru steady analysis and automatic checking out, the product list generator efficiently balances efficiency, charge, and potency whilst staying adaptable to new AI tendencies. This means approach shoppers have the benefit of fine quality product data, and promoting companions have get right of entry to to state of the art gear for growing listings successfully.
Generative AI-powered prescription processing in Amazon Pharmacy
Construction upon the human-AI hybrid workflows up to now mentioned within the vendor list instance, Amazon Pharmacy demonstrates how those rules may also be carried out in a Health Insurance Portability and Accountability Act (HIPAA)-regulated trade. Having shared a conversational assistant for affected person care experts within the submit Learn how Amazon Pharmacy created their LLM-based chat-bot using Amazon SageMaker, we now focal point on computerized prescription processing, which you’ll examine in The life of a prescription at Amazon Pharmacy and the next research paper in Nature Magazine.
At Amazon Pharmacy, we advanced an AI gadget constructed on Amazon Bedrock and SageMaker to lend a hand pharmacy technicians procedure drugs instructions extra correctly and successfully. This resolution integrates human professionals with LLMs in introduction and validation roles to give a boost to precision in drugs directions for our sufferers.
Agentic workflow design for healthcare accuracy
The prescription processing gadget combines human experience (knowledge access technicians and pharmacists) with AI beef up for path ideas and comments. The workflow, proven within the following diagram, starts with a pharmacy knowledge-based preprocessor standardizing uncooked prescription textual content in Amazon DynamoDB, adopted through fine-tuned small language fashions (SLMs) on SageMaker figuring out crucial parts (dosage, frequency).
![]() (a) |
|
![]() (b) |
![]() (c) |
Determine 3. (a) Information access technician and pharmacist workflow with two GenAI modules, (b) Advice module workflow and (c) Flagging module workflow |
The gadget seamlessly integrates professionals akin to knowledge access technicians and pharmacists, the place generative AI enhances the full workflow against agility and accuracy to raised serve our sufferers. A path meeting gadget with protection guardrails then generates directions for knowledge access technicians to create their typed instructions throughout the advice module. The flagging module flags or corrects mistakes and enforces additional protection measures as comments supplied to the information access technician. The technician finalizes extremely correct, safe-typed instructions for pharmacists who can both supply comments or execute the instructions to the downstream provider.
One spotlight from the answer is using process decomposition, which empowers engineers and scientists to wreck the full procedure into a mess of steps with person modules product of substeps. The crew broadly used fine-tuned SLMs. As well as, the method employs conventional ML procedures akin to named entity recognition (NER) or estimation of ultimate self belief with regression models. The use of SLMs and conventional ML in such contained, well-defined procedures considerably progressed processing pace whilst keeping up rigorous protection requirements because of incorporation of right guardrails on particular steps.
The gadget incorporates more than one well-defined substeps, with every subprocess working as a specialised element operating semi-autonomously but collaboratively throughout the workflow towards the full goal. This decomposed means, with particular validations at every degree, proved simpler than end-to-end answers whilst enabling using fine-tuned SLMs. The crew used AWS Fargate to orchestrate the workflow given its present integration into current backend methods.
Of their product construction adventure, the crew grew to become to Amazon Bedrock, which supplied high-performing LLMs with ease-of-use options adapted to generative AI packages. SageMaker enabled additional LLM alternatives, deeper customizability, and conventional ML strategies. To be told extra about this system, see How task decomposition and smaller LLMs can make AI more affordable and skim concerning the Amazon Pharmacy business case study.
Construction a competent software with guardrails and HITL
To agree to HIPAA requirements and supply affected person privateness, we carried out strict knowledge governance practices along a hybrid means that mixes fine-tuned LLMs the usage of Amazon Bedrock APIs with Retrieval Augmented Generation (RAG) the usage of Amazon OpenSearch Service. This mixture permits environment friendly information retrieval whilst keeping up excessive accuracy for particular subtasks.
Managing LLM hallucinations—which is significant in healthcare—required extra than simply fine-tuning on wide datasets. Our resolution implements domain-specific guardrails constructed on Amazon Bedrock Guardrails, complemented through human-in-the-loop (HITL) oversight to advertise gadget reliability.
The Amazon Pharmacy crew continues to give a boost to the program via real-time pharmacist comments and expanded prescription layout features. This balanced means of innovation, area experience, complicated AI services and products, and human oversight no longer simplest improves operational potency, however implies that the AI gadget correctly augments healthcare pros in turning in optimum affected person care.
Generative AI-powered buyer evaluation highlights
While our earlier instance showcased how Amazon Pharmacy integrates LLMs into real-time workflows for prescription processing, this subsequent use case demonstrates how identical ways—SLMs, conventional ML, and considerate workflow design—may also be carried out to offline batch inferencing at large scale.
Amazon has presented AI-generated customer review highlights to procedure over 200 million annual product evaluations and rankings. This selection distills shared buyer reviews into concise paragraphs highlighting certain, impartial, and unfavourable comments about merchandise and their options. Consumers can temporarily clutch consensus whilst keeping up transparency through offering get right of entry to to comparable buyer evaluations and conserving authentic evaluations to be had.
The gadget complements buying groceries selections via an interface the place shoppers can discover evaluation highlights through settling on particular options (akin to image high quality, far off capability, or ease of set up for a Hearth TV). Options are visually coded with inexperienced test marks for certain sentiment, orange minus indicators for unfavourable, and grey for impartial—which means that customers can temporarily determine product strengths and weaknesses according to verified acquire evaluations. The next screenshot displays evaluation highlights referring to noise point for a product.

Determine 4. An instance product evaluation highlights for a product.
A recipe for cost-effective use of LLMs for offline use instances
The crew advanced an economical hybrid structure combining conventional ML strategies with specialised SLMs. This means assigns sentiment research and key phrase extraction to conventional ML whilst the usage of optimized SLMs for advanced textual content era duties, making improvements to each accuracy and processing potency. The next diagram displays ttraditional ML and LLMs operating to give you the general workflow.

Determine 5. Use of conventional ML and LLMs in a workflow.
The characteristic employs SageMaker batch transform for asynchronous processing, considerably decreasing prices in comparison to real-time endpoints. To ship a close to zero-latency revel in, the answer caches extracted insights along current evaluations, decreasing wait occasions and enabling simultaneous get right of entry to through more than one shoppers with out further computation. The gadget processes new evaluations incrementally, updating insights with out reprocessing the whole dataset. For optimum efficiency and cost-effectiveness, the characteristic makes use of Amazon Elastic Compute Cloud (Amazon EC2) Inf2 instances for batch turn into jobs, providing up to 40% better price-performance to alternatives.
Through following this complete means, the crew efficiently controlled prices whilst dealing with the large scale of evaluations and merchandise in order that the answer remained each environment friendly and scalable.
Amazon Commercials AI-powered ingenious symbol and video era
Having explored most commonly text-centric generative AI packages in earlier examples, we now flip to multimodal generative AI with Amazon Ads creative content generation for sponsored ads. The answer has features for image and video era, the main points of which we percentage on this phase. In commonplace, this resolution makes use of Amazon Nova ingenious content material era fashions at its core.
Running backward from buyer want, a March 2023 Amazon survey published that almost 75% of advertisers suffering with marketing campaign luck cited ingenious content material era as their number one problem. Many advertisers—in particular the ones with out in-house features or company beef up—face vital limitations because of the experience and prices of manufacturing high quality visuals. The Amazon Commercials resolution democratizes visible content material introduction, making it available and environment friendly for advertisers of various sizes. The have an effect on has been really extensive: advertisers the usage of AI-generated pictures in Sponsored Brands campaigns noticed just about 8% click-through rates (CTR) and submitted 88% extra campaigns than non-users.
Closing 12 months, the AWS Device Finding out Weblog revealed a submit detailing the image generation solution. Since then, Amazon has followed Amazon Nova Canvas as its basis for ingenious symbol era, growing professional-grade pictures from textual content or symbol activates with options for text-based modifying and controls for colour scheme and format changes.
In September 2024, the Amazon Commercials crew integrated the introduction of short-form video ads from product pictures. This selection makes use of foundation models available on Amazon Bedrock to offer shoppers keep watch over over visible taste, pacing, digital camera movement, rotation, and zooming via herbal language, the usage of an agentic workflow to first describe video storyboards after which generate the content material for the tale. The next screenshot displays an instance of ingenious symbol era for product backgrounds on Amazon Commercials.

Determine 6. Commercials symbol era instance for a product.
As mentioned within the authentic submit, responsible AI is on the heart of the answer, and Amazon Nova ingenious fashions include integrated controls to beef up protection and accountable AI use, together with watermarking and content material moderation.
The answer makes use of AWS Step Functions with AWS Lambda purposes to orchestrate serverless orchestration of each symbol and video era processes. Generated content material is saved in Amazon Simple Storage Service (Amazon S3) with metadata in DynamoDB, and Amazon API Gateway supplies buyer get right of entry to to the era features. The answer now employs Amazon Bedrock Guardrails along with keeping up Amazon Rekognition and Amazon Comprehend integration at quite a lot of steps for extra protection assessments. The next screenshot displays ingenious AI-generated movies on Amazon Commercials marketing campaign builder.

Determine 7. Commercials video era for a product
Growing fine quality advert creatives at scale introduced advanced demanding situations. The generative AI type had to produce interesting, brand-appropriate pictures throughout various product classes and promoting contexts whilst closing available to advertisers without reference to technical experience. High quality assurance and development are elementary to each symbol and video era features. The gadget undergoes chronic enhancement via in depth HITL processes enabled through Amazon SageMaker Ground Truth. This implementation delivers a formidable device that transforms advertisers’ ingenious procedure, making fine quality visible content material introduction extra available throughout various product classes and contexts.
That is only the start of Amazon Commercials the usage of generative AI to empower promoting shoppers to create the content material they wish to pressure their promoting targets. The answer demonstrates how decreasing ingenious limitations at once will increase promoting task whilst keeping up excessive requirements for accountable AI use.
Key technical learnings and discussions
Non-conversational packages have the benefit of upper latency tolerance, enabling batch processing and caching, however require powerful validation mechanisms and more potent guardrails because of their self sufficient nature. Those insights practice to each non-conversational and conversational AI implementations:
- Activity decomposition and agentic workflows – Breaking advanced issues into smaller parts has confirmed precious throughout implementations. This planned decomposition through area professionals permits specialised fashions for particular subtasks, as demonstrated in Amazon Pharmacy prescription processing, the place fine-tuned SLMs maintain discrete duties akin to dosage identity. This technique permits for specialised brokers with transparent validation steps, making improvements to reliability and simplifying repairs. The Amazon vendor list use case exemplifies this via its multistep workflow with separate era and validation processes. Moreover, the evaluation highlights use case showcased cost-effective and regulated use of LLMs through the usage of conventional ML for preprocessing and appearing portions that may be related to an LLM process.
- Hybrid architectures and type variety – Combining conventional ML with LLMs supplies higher keep watch over and cost-effectiveness than natural LLM approaches. Conventional ML excels at well-defined duties, as proven within the evaluation highlights gadget for sentiment research and data extraction. Amazon groups have strategically deployed each wide and small language fashions according to necessities, integrating RAG with fine-tuning for positive domain-specific packages just like the Amazon Pharmacy implementation.
- Value optimization methods – Amazon groups accomplished potency via batch processing, caching mechanisms for high-volume operations, specialised example varieties akin to AWS Inferentia and AWS Trainium, and optimized type variety. Overview highlights demonstrates how incremental processing reduces computational wishes, and Amazon Commercials used Amazon Nova foundation models (FMs) to cost-effectively create ingenious content material.
- High quality assurance and keep watch over mechanisms – High quality keep watch over will depend on domain-specific guardrails via Amazon Bedrock Guardrails and multilayered validation combining computerized checking out with human analysis. Twin-LLM approaches for era and validation lend a hand save you hallucinations in Amazon vendor listings, and self-reflection ways beef up accuracy. Amazon Nova ingenious FMs supply inherent accountable AI controls, complemented through chronic A/B checking out and function size.
- HITL implementation – The HITL means spans more than one layers, from knowledgeable analysis through pharmacists to end-user comments from promoting companions. Amazon groups established structured development workflows, balancing automation and human oversight according to particular area necessities and possibility profiles.
- Accountable AI and compliance – Accountable AI practices come with content material ingestion guardrails for regulated environments and adherence to laws akin to HIPAA. Amazon groups built-in content material moderation for user-facing packages, maintained transparency in evaluation highlights through offering get right of entry to to supply data, and carried out knowledge governance with tracking to advertise high quality and compliance.
Those patterns allow scalable, dependable, and cost-effective generative AI answers whilst keeping up high quality and duty requirements. The implementations exhibit that positive answers require no longer simply refined fashions, however cautious consideration to structure, operations, and governance, supported through AWS services and products and established practices.
Subsequent steps
The examples from Amazon.com shared on this submit illustrate how generative AI can create price past conventional conversational assistants. We invite you to apply those examples or create your personal method to uncover how generative AI can reinvent your corporation and even your trade. You’ll seek advice from the AWS generative AI use cases web page to begin the ideation procedure.
Those examples confirmed that positive generative AI implementations ceaselessly have the benefit of combining various kinds of fashions and workflows. To be told what FMs are supported through AWS services and products, confer with Supported foundation models in Amazon Bedrock and Amazon SageMaker JumpStart Foundation Models. We additionally recommend you discover Amazon Bedrock Flows, which will ease the trail against construction workflows. Moreover, we remind you that Trainium and Inferentia accelerators supply necessary charge financial savings in those packages.
Agentic workflows, as illustrated in our examples, have confirmed in particular precious. We advise exploring Amazon Bedrock Agents for temporarily construction agentic workflows.
A success generative AI implementation extends past type variety—it represents a complete tool construction procedure from experimentation to software tracking. To start construction your basis throughout those crucial services and products, we invite you to discover Amazon QuickStart.
Conclusion
Those examples exhibit how generative AI extends past conversational assistants to pressure innovation and potency throughout industries. Luck comes from combining AWS services and products with robust engineering practices and industry working out. In the long run, positive generative AI answers focal point on fixing genuine industry issues whilst keeping up excessive requirements of high quality and duty.
To be told extra about how Amazon makes use of AI, confer with Artificial Intelligence in Amazon Information.
In regards to the Authors
Burak Gozluklu is a Foremost AI/ML Specialist Answers Architect and lead GenAI Scientist Architect for Amazon.com on AWS, founded in Boston, MA. He is helping strategic shoppers undertake AWS applied sciences and particularly Generative AI answers to succeed in their industry targets. Burak has a PhD in Aerospace Engineering from METU, an MS in Programs Engineering, and a post-doc in gadget dynamics from MIT in Cambridge, MA. He maintains his connection to academia as a analysis associate at MIT. Out of doors of labor, Burak is an fanatic of yoga.
Emilio Maldonado is a Senior chief at Amazon accountable for Product Wisdom, orientated at construction methods to scale the e-commerce Catalog metadata, prepare all product attributes, and leverage GenAI to deduce exact data that guides Dealers and Consumers to have interaction with merchandise. He’s enthusiastic about creating dynamic groups and forming partnerships. He holds a Bachelor of Science in C.S. from Tecnologico de Monterrey (ITESM) and an MBA from Wharton, College of Pennsylvania.
Wenchao Tong is a Sr. Foremost Technologist at Amazon Commercials in Palo Alto, CA, the place he spearheads the improvement of GenAI packages for ingenious construction and function optimization. His paintings empowers shoppers to give a boost to product and model consciousness and pressure gross sales through leveraging leading edge AI applied sciences to beef up ingenious efficiency and high quality. Wenchao holds a Grasp’s stage in Laptop Science from Tongji College. Out of doors of labor, he enjoys mountaineering, board video games, and spending time along with his circle of relatives.
Alexandre Alves is a Sr. Foremost Engineer at Amazon Well being Products and services, focusing on ML, optimization, and allotted methods. He is helping ship wellness-forward well being studies.
Puneet Sahni is Sr. Foremost Engineer in Amazon. He works on making improvements to the information high quality of all merchandise to be had in Amazon catalog. He’s enthusiastic about leveraging product knowledge to beef up our buyer studies. He has a Grasp’s stage in Electric engineering from Indian Institute of Era (IIT) Bombay. Out of doors of labor he taking part in spending time along with his younger youngsters and travelling.
Vaughn Schermerhorn is a Director at Amazon, the place he leads Buying groceries Discovery and Analysis—spanning Buyer Critiques, content material moderation, and web page navigation throughout Amazon’s world marketplaces. He manages a multidisciplinary group of carried out scientists, engineers, and product leaders thinking about surfacing faithful buyer insights via scalable ML fashions, multimodal data retrieval, and real-time gadget structure. His crew develops and operates large-scale allotted methods that energy billions of buying groceries selections day-to-day. Vaughn holds levels from Georgetown College and San Diego State College and has lived and labored within the U.S., Germany, and Argentina. Out of doors of labor, he enjoys studying, trip, and time along with his circle of relatives.
Tarik Arici is a Foremost Implemented Scientist at Amazon Variety and Catalog Programs (ASCS), operating on Catalog High quality Enhancement the usage of GenAI workflows. He has a PhD in Electric and Laptop Engineering from Georgia Tech. Out of doors of labor, Tarik enjoys swimming and cycling.
Source link