← Back to work

AI News Digest

A scheduled research agent that reads, verifies, and remembers — so the daily AI news summary never repeats itself or pads a quiet day

AgentsAutomation View on GitHub →

Sample output

The actual delivered email from a real test run — not a mockup:

The Bottom Line section of a real Daily AI Digest email: a header with the coverage window, a count of items per category, and a highlighted summary box with the day's key stories as bullet points, ending in a one-line prediction.

Full email, and the underlying archived markdown, in the repo.

The problem

Staying current on AI news means checking a dozen scattered sources every day — model releases, funding, research, policy — and remembering what you already read yesterday so you’re not served the same story twice. A naive “summarize AI news” prompt tends toward two failure modes: padding a quiet day with filler, or silently dropping a source it couldn’t reach and never saying so.

What I built

A scheduled Claude Code skill, built on Anthropic’s ai-news-digest skill and configured into a fully personalized research agent: a fixed source list with corrections for specific sources that had been silently missed before, a Google Drive archive that gives every run memory of what the last three digests already covered, and delivery as a formatted HTML email rather than a chat reply that disappears.

How it works

Stack

Claude Code skill, Google Drive (archive + config), Gmail (HTML delivery via Zapier, with a native-draft fallback).