Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

Juro + Wordsmith Form MCP-Based AI Partnership – Artificial Lawyer

DeepScholar-Bench: A Live Benchmark and Automated Evaluation for Generative Research Synthesis – Takara TLDR

Nvidia AI chips sales rise but so do fears of an AI bubble bursting

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Amazon AWS AI

How Handmade.com modernizes product image and description handling with Amazon Bedrock and Amazon OpenSearch Service

By Advanced AI EditorAugust 4, 2025No Comments9 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Handmade.com is a leading hand-crafts product marketplace, offering unique, seller-contributed items to customers around the world. With over 60,000 products in the catalog and some percentage of listings containing basic descriptions that could be improved for better search and search engine optimization (SEO) performance, the need for automation became evident. Manual processing, consuming on average 10 hours per week, required a team of several people to maintain baseline quality. As their marketplace scaled, so did the need to automate and enhance the quality of product descriptions and metadata at scale.

Handmade.com supports a wide range of hand-crafted goods, each with distinct attributes and presentation needs, making it essential to move beyond one-size-fits-all descriptions. The diversity of product types—from textiles to sculpture—requires content reflecting each item’s unique characteristics. In addition, minimizing the time from seller submission to product publication is critical, especially as sellers expect real-time feedback and go-live timelines of under an hour. To support international growth, Handmade.com also needs to generate high-quality content across multiple languages and regions, facilitating discoverability and relevance for a global audience.

This post focuses on the challenge of generating rich, scalable product descriptions for hand-crafted goods uploaded by a distributed seller base. We explore how Handmade.com designed and implemented a hybrid AI and vector search solution using Amazon Bedrock and Amazon OpenSearch Service for semantic content retrieval.

Solution overview

Handmade.com implemented an end-to-end AI-driven pipeline to automate and enrich product descriptions. The process begins with image and metadata ingestion, followed by initial description generation using Anthropic’s Claude 3.7 Sonnet large language model (LLM). These descriptions are embedded with the Amazon Titan Text Embeddings V2 model and stored in Amazon OpenSearch Service, enabling vector-based semantic search. Retrieval Augmented Generation (RAG) then contextualizes results to produce refined, SEO-optimized outputs tailored to each product.

The following diagram illustrates the high-level architecture.

The solution includes the following components:

Product image upload and initial processing:

Product images and metadata are fetched from the Handmade.com product data repository and Elasticsearch index
Anthropic’s Claude in Amazon Bedrock is used to generate an initial description for each uploaded image

Vector embedding and storage:

The generated description is embedded using Amazon Titan Text Embeddings V2
The embeddings are stored in an OpenSearch Service vector index, enabling semantic search capabilities

User-uploaded product enrichment:

When a user uploads a product image, Anthropic’s Claude generates a draft description
The draft description is embedded with Amazon Titan and compared against existing entries in the OpenSearch Service vector store

Retrieval Augmented Generation:

Retrieved context from OpenSearch Service is sent along with the new image to Anthropic’s Claude in Amazon Bedrock
A refined, enriched product description is generated using the RAG pattern

Search engine optimization:

Anthropic Claude 3.7 Sonnet is used to generate SEO metadata, including terms and enhanced product narratives
Prompts to the model follow the pattern: “Analyze this product image and provide a detailed SEO response containing seoTerms, product-description, etc.”

User interaction and API handling:

Sellers interact through the Handmade.com interface
A Node.js API handles image ingestion, model invocation, and search workflows using the AWS SDK and OpenSearch packages

Data handling and system integration:

Product and image data are continuously ingested from the Handmade.com index
Amazon Bedrock, OpenSearch Service, and custom APIs coordinate embedding, vector search, and contextual inference

The solution also incorporates customer interaction data to continuously improve description generation and product discovery. The system analyzes user engagement metrics including click-through rates, time-on-page, and conversion events. These behavioral signals are used to refine the prompt engineering for Anthropic’s Claude, optimizing description generation for enhanced customer engagement.

Additionally, the system uses customer review data as a valuable input for the RAG pipeline. Natural language processing extracts specific product attributes and craftsmanship details from review text (e.g., “unique glazing technique” or “color variation characteristics”). These insights are embedded alongside product descriptions in the OpenSearch Service vector store, enabling more nuanced semantic search capabilities. By combining review-derived context with behavioral data, the system can more effectively match customers with relevant artisan products based on both visual and qualitative attributes.

Description and metadata sample prompts

To generate consistent and high-quality outputs, Handmade.com crafted structured prompts for Anthropic’s Claude to process images and metadata. These prompts guide the model to generate product descriptions, contextual enhancements, and metadata. The following are sample roles given to Anthropic’s Claude to produce a variety of output text:

[
  { “role”: “Material Enthusiast” },
  { “role”: “Sustainability Advocate” },
  { “role”: “Heritage Historian” },
  { “role”: “Functionality Reviewer” },
  { “role”: “Maker Advocate” },
  { “role”: “Visual Poet” }
]

The process then uses AI and a vector store to enhance product descriptions for SEO and user engagement. We discuss the key steps in the following section.

Image analysis

The image analysis workflow consists of the following steps:

A user uploads a product image.
Anthropic Claude processes the image and generates a structured description, identifying details and potential uses:

“AI Request”: [
    {
        “type”: “image”,
        “source”: {
            “type”: “uploaded_file”,
            “data”: “user_image”
        }
    },
    {
        “type”: “text”,
        “text”: “Create a simple title and description for this product.”
    }
]

Vector search for similar products

The vector search process consists of the following steps:

The uploaded image is compared against a curated dataset containing descriptions of approximately 1 million handmade products that have been acquired for over 20 years.
This dataset is stored in an OpenSearch Service index, structured as stored vectors—a digital system where product descriptions are encoded as numerical representations of the text and its relationships rather than plain text.
The image description from Anthropic’s Claude is converted into a vector using Amazon Titan Text Embeddings V2, enabling an efficient similarity search within the index:

const aiResponse = “AI-generated text from Claude”;
// The product description generated by Claude AI
const requestParams = {
  modelId: “amazon.titan-embed-text-v2:0”,
   // AI model used to process the text
   body: {{aiResponse }}
   // Formatting Claude’s response for Amazon Titan
};

Context-enriched description generation

The description generation process consists of the following steps:

The system retrieves products with descriptions closely resembling the uploaded image. These descriptions, crafted by experts, serve as contextual references.
Anthropic Claude incorporates this contextual data—such as style, material insights, and historical relevance—to generate an enhanced, optimized product description tailored for engagement and discoverability.

The following code is the sample final RAG request to AI, in which we pass the contextDocs as the product records of the prompt from our existing product:

const productAnalysisRequest = `                
Analyze the uploaded product image.
Use the provided context below to improve your response:
${contextDocs}
Generate a clear and structured response in JSON format:
{
“title”: “A short product title”,
“productDescription”: “Describe the product, including details about materials used and unique features.”
}
`;

This structured approach makes sure AI-generated product descriptions are not only accurate and context-aware, but also optimized for search visibility, improving user experience and conversion rates.

Conclusion

Handmade.com successfully modernized its content generation workflow by using AI-powered components to automate product descriptions and optimize search. They chose Amazon Bedrock because it was quick and straightforward to integrate with their current architecture and provided multiple options for the model and embeddings used on the back-end for a respectable price point. The architecture incorporates foundation models from Amazon Bedrock, semantic retrieval with Amazon OpenSearch Service, and a lightweight API layer using Amazon API Gateway for seamless orchestration. These innovations have streamlined seller interactions and enabled consistent content quality across a large and growing catalog:

Modular orchestration – Handmade.com’s design integrates Anthropic Claude for generation and Amazon Titan for embedding, enabling flexible enrichment and real-time contextual search
Scalable inference – Amazon Bedrock handles concurrent multi-modal prompts and SEO requests without infrastructure overhead
Search optimization – Vector-based search improves product discoverability and reduces friction in seller content workflows

The system has laid the groundwork for future capabilities such as multilingual SEO, prompt tuning based on feedback, and inclusion of new content types. As a next step, Handmade.com plans to extend its use of Amazon Bedrock Agents for structured prompt workflows and to further simplify the on-boarding process for sellers. The team is also exploring ways to incorporate user engagement signals and review data to continue refining the generated content and improve recommendation quality.

Ready to transform your own content management workflows with AI? The journey Handmade.com took to modernize their product descriptions demonstrates the powerful possibilities when combining Amazon Bedrock’s foundation models with Amazon OpenSearch Service’s semantic search capabilities. Whether you’re managing an e-commerce platform, content repository, or digital marketplace, these tools can help you achieve similar results in automation, scalability, and enhanced user experience. Start exploring Amazon Bedrock and Amazon OpenSearch Service today to build your own AI-powered content solution. Visit the AWS Documentation to learn more about getting started with these services or connect with an AWS solutions architect to discuss your specific needs.

About the Authors

Obadiah Ndhaye is a Solutions Architect at AWS with a focus on cloud resilience and helping customers implement robust and scalable architectures following best practices. Obadiah is passionate about emerging technologies, particularly generative AI, and enabling customers to innovate efficiently in the cloud. In addition to his technology interests, Obadiah enjoys outdoor recreational activities.

Hardik Vasa is a Senior Solutions Architect at AWS. He focuses on Generative AI and Serverless technologies, helping customers make the best use of AWS services. Hardik shares his knowledge at various conferences and workshops. In his free time, he enjoys learning about new tech, playing video games, and spending time with his family.

Richard Handley serves as a technical engineer supporting both Novica.com and Handmade.com. Throughout his career, he’s worked with everything from digital media companies to e-commerce platforms and content sites, helping both established brands and scrappy startups figure out their tech strategy and system architecture. Over the years, he’s developed a knack for spotting where technology can solve real problems and turning those insights into products that people want to use. 

Akhil Raj is a QA professional, working with both Novica.com and Handmade.com, with a strong background in software testing and quality engineering. With hands-on experience in test automation, CI/CD integration and cloud-based testing strategies. He integrates AWS services to streamline QA workflows and ensure high-quality software delivery.

Shankar Sivan is a senior software engineer, at both Novica.com and Handmade.com, specializing in backend development and DevOps. He has expertise in AI driven solutions, including building systems with machine learning. His work focuses on automation, scalable infrastructure, and security best practices to enhance system reliability and efficiency.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleChinese AI models challenge US dominance as tech gap narrows
Next Article Perplexity gives Apple new reason not to acquire the AI company
Advanced AI Editor
  • Website

Related Posts

Mercury foundation models from Inception Labs are now available in Amazon Bedrock Marketplace and Amazon SageMaker JumpStart

August 27, 2025

Learn how Amazon Health Services improved discovery in Amazon search using AWS ML and gen AI

August 26, 2025

Accelerate intelligent document processing with generative AI on AWS

August 22, 2025

Comments are closed.

Latest Posts

Artifacts From 2,000-Year-old Sunken City Lifted Out of the Sea

Fita Threatens Legal Action for Uni’s Trans-Inclusive Museum Guidance

Claire Oliver Gallery Expands in New York’s Harlem Neighborhood

Van Gogh Museum Threatens Dutch Government with Closure

Latest Posts

Juro + Wordsmith Form MCP-Based AI Partnership – Artificial Lawyer

August 28, 2025

DeepScholar-Bench: A Live Benchmark and Automated Evaluation for Generative Research Synthesis – Takara TLDR

August 28, 2025

Nvidia AI chips sales rise but so do fears of an AI bubble bursting

August 28, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • Juro + Wordsmith Form MCP-Based AI Partnership – Artificial Lawyer
  • DeepScholar-Bench: A Live Benchmark and Automated Evaluation for Generative Research Synthesis – Takara TLDR
  • Nvidia AI chips sales rise but so do fears of an AI bubble bursting
  • Google’s AI Weather Model Nailed Its First Major Storm Forecast
  • All 100 AI unicorns since ChatGPT launched

Recent Comments

  1. OLaneUnecy on Marc Raibert: Boston Dynamics and the Future of Robotics | Lex Fridman Podcast #412
  2. Fobertsig on Study: AI-Powered Research Prowess Now Outstrips Human Experts, Raising Bioweapon Risks
  3. 다낭 유흥 on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  4. toto togel on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  5. Lewiszix on Foundation AI: Cisco launches AI model for integration in security applications

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.