PulseAugur
EN
LIVE 00:46:44

Developer uses Claude AI models to build cost-effective photo culling tool

A developer created an open-source AI tool called Winnow to automatically cull personal photo libraries, utilizing a tiered approach with Anthropic's Claude models. The tool employs Haiku for initial triage and scoring, Sonnet for comparative ranking, and Opus for final head-to-head judgments. This multi-model strategy significantly reduces costs compared to manual curation, with the entire process for a 25,000-photo library costing approximately $25. AI

IMPACT Demonstrates a cost-effective method for applying LLMs to personal data management tasks.

RANK_REASON User-developed tool leveraging existing AI models.

Read on r/ClaudeAI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Developer uses Claude AI models to build cost-effective photo culling tool

COVERAGE [1]

  1. r/ClaudeAI TIER_2 English(EN) · /u/Professional-Job7799 ·

    I built an AI photo culler for my self-hosted library using a three-model funnel (Haiku → Sonnet → Opus). Whole 25k library: ~$25. Here's the architecture.

    <!-- SC_OFF --><div class="md"><p>Culling a photo library is a tail-selection problem: you care about the obvious garbage and the standout keepers, not whether photo #412 edges out #487. That shape maps beautifully onto Claude's model tiers, so I built Winnow, an open-source cull…