Skip to content

Search

Search notes, blog posts, experiments, learning topics, and resources

All experiments

LLM Changelog Summarizer

In progress

Turning raw commit history into a readable monthly changelog draft — the "Learned / Built / Improved" entries on this site start as its output.

The monthly changelog entries on this site are written by me, but the first draft is assembled by a script: it pulls the month's commits and merged PRs, clusters them by area, and produces a structured draft I then rewrite in my own voice. The model is good at recall (nothing gets forgotten) and bad at judgment (everything sounds equally important), so the human pass is the editorial one — deciding what mattered.

Current status: works for repos with disciplined commit messages; falls over on repos full of "fix" and "wip". Which is, charitably, an incentive.