How I built an automated AI news digest using Google Apps Script and Claude
I wanted a daily summary of AI research, industry news, and NBA updates — delivered to my inbox every morning without manually checking 35+ sources.
Every morning at 7am, the script fetches RSS feeds, passes the raw content to Claude with a carefully crafted prompt, and emails me a clean digest.
The prompt engineering matters more than anything else. Claude needs clear instructions on tone, length, and what to prioritize. After a dozen iterations, I landed on a system prompt that produces exactly what I want.