← All posts

ai-radar: a digest that writes itself every morning

A scheduled GitHub Action that fetches the newest arXiv and Hugging Face releases, renders a dated digest, and commits the diff. Keyless, stdlib only.

ai-radar
Automated Digest

I wanted my contribution graph to stay honest and active without ever writing an empty-commit bot. ai-radar is the answer: a real project that does real work on a schedule.

Every morning a GitHub Action fetches the newest arXiv cs.AI, cs.CL, and cs.LG papers and the latest Hugging Face model releases, both from keyless open APIs, renders a dated markdown digest, and commits the diff. The Action authors the commit as me, so it counts on the graph, on a project I actually own.

yaml
on:  schedule:    - cron: "12 6 * * *"  workflow_dispatch:

It is pure standard library, no API keys, and the parser has offline tests. Free forever on public-repo Actions.


Newsletter

Get the next one in your inbox.

I respect your inbox. No spam, unsubscribe anytime.