‹ Work

AI engineering

Reddit Idea Miner

A daily pipeline that scans job-search subreddits and Hacker News, extracts actionable product ideas with Claude in a single structured call, and emails a ranked digest.

Role — Sole author — pipeline, prompt design, fetch strategy, scheduling.

Highlights

Overview

A daily bot that mines job-search subreddits and Hacker News for product-opportunity signal, then emails a digest.

The pipeline is fetch → filter → analyze → digest → email → persist. The design constraint was cost: rather than asking the model about each post, everything cheap happens first — engagement thresholds, noise rules, already-seen checks — and a single Claude call with structured output does classification, deduplication, scoring and drafting for the whole batch at once. Spend per run is therefore flat in the number of posts scanned.

Built to feed the roadmap of a CV-tailoring product, but the pipeline is domain-agnostic: point it at different subreddits and prompts and it mines whatever signal you care about. Runs on launchd locally or GitHub Actions in CI.