product update

Popsa generates 5.5M personalized photo book titles using Amazon Nova, cuts costs with 73% user satisfaction

TL;DR

Popsa, a photo book service operating in 50+ countries, generated over 5.5 million AI-powered titles in 2025 using Amazon Nova models. The company achieved 73% positive user feedback with Nova Pro while reducing costs and latency compared to Claude 3 Haiku.

3 min read
0

Popsa generates 5.5M personalized photo book titles using Amazon Nova, cuts costs with 73% user satisfaction

Popsa, a photo book technology company serving 50+ countries in 12 languages, has generated over 5.5 million personalized photo book titles in 2025 using Amazon Bedrock and the Amazon Nova model family.

Migration from rule-based to AI-generated titles

Popsa initially launched its Title Suggestion feature in 2021 using a rule-based algorithm called Title Suggestion Graph. This system analyzed photo metadata (timestamps, geocoordinates) and on-device computer vision features to generate titles following predefined templates.

In June 2024, the company migrated to generative AI using Claude 3 Haiku with retrieval-based few-shot prompting. This approach:

  • Retrieved similar photo book examples from a database
  • Used examples as conversation context before generating new titles
  • Enforced strict constraints: 36-character limit, valid JSON format, predefined category matching

The Claude 3 Haiku implementation increased positive user feedback from 58% to 71% compared to the graph-based method, according to Popsa.

Amazon Nova deployment results

In early 2025, Popsa tested Amazon Nova Micro, Lite, and Pro against Claude 3 Haiku through multivariate A/B testing with direct in-app feedback collection.

Model performance results:

  • Nova Pro: 73% positive feedback, 12% negative (highest quality)
  • Claude 3 Haiku: 71% positive feedback
  • Nova Lite: Near-identical quality to Claude 3 Haiku at lower cost and faster response times
  • Nova Micro: Outperformed legacy graph method but lagged other LLMs

Popsa selected Nova Lite for production deployment based on the quality-cost-latency tradeoff. The company reports Nova Lite delivered "near-identical quality to Claude Haiku at lower cost and faster response times," though specific pricing and latency numbers were not disclosed.

Technical architecture

The Title Suggestion Service processes requests through multiple stages:

  1. Decrypts and extracts timestamps from user designs
  2. Performs reverse geocoding on GPS coordinates
  3. Classifies photo subjects using object detection
  4. Generates descriptions (e.g., "A skiing photobook with 21 photos taken in the Alps between 21st January 2025 and 23rd January 2025")
  5. Applies retrieval-based few-shot prompting to produce title suggestions

The system operates across 12 languages and enforces output constraints including character limits, valid JSON formatting, and category classification for icon rendering.

Evaluation methodology

Popsa built an evaluation pipeline using:

  • A dataset of 100+ example photo books
  • Automated metrics: character limit compliance, valid category percentage, JSON format validation
  • LLM-as-a-judge for brand style, theme consistency, and title-subtitle cohesion
  • Multivariate testing with hundreds of thousands of users
  • Direct user feedback ratings (positive/neutral/negative)

The company tracked downstream metrics including Design Created and Purchase rates, both of which improved according to Popsa.

What this means

This case study demonstrates practical LLM deployment optimization at scale. Popsa's methodology—automated guardrails, LLM-as-judge evaluation, and multivariate testing with real user feedback—provides a template for product teams evaluating model migrations. The ability to test multiple models through Amazon Bedrock's unified API allowed Popsa to switch from Claude 3 Haiku to Nova Lite in hours rather than weeks, according to the company. The 5.5 million titles generated in 2025 indicates significant production volume, though Popsa did not disclose what percentage of its user base actively uses the feature or comparative costs between Claude 3 Haiku and Nova Lite deployments.

Related Articles

product update

GitHub Copilot Adds Whole-Codebase Indexing for Faster C++ Code Intelligence

GitHub has updated Copilot CLI's C++ code intelligence with whole codebase indexing, targeting performance in large repositories with millions of lines of code. The change addresses navigation and context challenges specific to deeply interconnected C++ source trees.

product update

Rabbit Launches OS3, a Cloud-Based AI Agent That Runs Without the R1 Device

Rabbit is rolling out OS3, a standalone AI agent that runs across Windows, Mac, and Linux devices without requiring its R1 hardware. The company has stopped manufacturing the R1 and is instead building a new 'cyberdeck' device to run OS3.

product update

OpenAI Lists GPT-6 Luna Pro: A High-Reasoning Mode for Its Budget GPT-6 Model, Not a New Checkpoint

GPT-6 Luna Pro, listed on OpenRouter with a Sep 22, 2026 release date, is not a distinct model but GPT-6 Luna run with reasoning.mode set to 'pro' for higher-quality outputs on complex tasks. It carries a 1.1M token context window and costs $0.10 per 1M input tokens and $0.50 per 1M output tokens under standard routing.

product update

Anthropic Builds Physical Biology Lab Where Claude Directs Robots to Run Drug Experiments

Anthropic is setting up a physical biology lab in the San Francisco area where Claude will guide robots through drug experiments with minimal human involvement. The move follows the company's $400 million acquisition of Coefficient Bio and the addition of Novartis CEO Vas Narasimhan to its board.

Comments

Loading...