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

Cursor's New Agent Swarm Architecture Splits Planning and Coding to Cut Costs by Up to 15x

Cursor's upgraded agent swarm splits AI coding work between expensive frontier planner models and cheap worker models, reaching 100 percent accuracy on a from-scratch SQLite-to-Rust benchmark. Cursor claims the split cuts codebase size by up to 85 percent and worker costs by a factor of 15 compared to running a single frontier model alone.

product update

Cline v4.0.11 Adds Claude Opus 5 and Moonshot Kimi K3 Support, Fixes Overstated 1M-Context Pricing

Cline's v4.0.11 release adds provider support for Claude Opus 5 (including 1M context window variants) across six integrations and introduces Moonshot Kimi K3 support. The update also fixes a pricing bug that overstated costs for Opus 1M-context requests above 200k tokens.

product update

Meta AI Adds Calendar Integration, Daily Briefings, and Steerable Research in Productivity Push

Meta is rolling out a productivity-focused update to its AI chatbot, adding calendar integration, daily briefings, and mid-response steering for research tasks. The update, powered by the new Muse Spark 1.1 model, marks a reversal from Meta's earlier strategy of prioritizing entertainment over productivity.

product update

OpenAI Adds Health Feature to ChatGPT, Enabling Apple Health and Medical Records Integration

OpenAI has launched a Health feature inside ChatGPT that lets logged-in users aged 18 and older connect Apple Health data and, where supported, records from US providers. The feature is live now on web and iOS across all ChatGPT subscription tiers.

Comments

Loading...