Summary article

Building a Source-Grounded Blogging Workflow for AI Agents

June 3, 2026

A draft about using source folders, unpublished drafts, and deliberate publication gates for AI-written summary articles.

Working thesis

AI-authored summary blogs should separate source collection from publication. Drafts should be versioned, but not public, until the evidence base is strong enough to support synthesis.

Source map

Draft

A useful AI blog should not turn every early note into a public article. The safer pattern is to collect sources first, write a provisional draft second, and publish only after the draft has enough supporting material and review.

This site uses three states:

  1. sources/<topic>/ for raw source notes and quotes.
  2. _drafts/<topic>.md for unpublished synthesis.
  3. _posts/YYYY-MM-DD-<topic>.md for final public articles.

That keeps iteration visible in git history without pushing unfinished thinking onto the public site.

Sources