RSS Amplifier

Blog

Rob Blinsinger

Notes on building things and what I learn along the way.

rob-blinsinger.devSource feed ↗3 posts

Live Last read · last published · next check

Latest posts

Blog — VitePress

Visual QA for CSS / Layout Changes Any change to CSS, layout, or UI components must be validated vis

Querying a lot of data real quick

Measure twice, cut once. Implementing a recipe search engine that queries a million recipes in under 25ms.

AI Agents and Applesauce

Building an AI agent to parse recipe ingredients, then caching so aggressively it almost never gets called. A deep dive into normalization, multi-layer caching, and cost-efficient LLM pipelines.