Fact-check method

A reusable pre-publish method for validating a trend item before it goes into the feed. Distilled
from the source-validation rule in CLAUDE.md and the 2026-08-12 Void lesson. This is the learnt
agent's most important reusable asset โ€” the thing that separates first-hand signal from recycled
aggregation.

The core principle

Aggregate metrics are a signal to INVESTIGATE, not a signal to PUBLISH. A star count, a trending
rank, or a "+2,840 stars" line tells you that something is moving โ€” never why, and never whether
it's real. Velocity only earns an item a place in your research queue. The write-up is earned by
opening pages.

The pre-publish checklist

Run these three checks before writing any item:

  1. Open the repo itself. README, last commit date, archived flag, maintenance status. Star count alone says nothing about whether a project is alive, abandoned, or having a viral moment from an old blog post.
  2. Click every source link you plan to cite. Does the page actually contain the data point you're attributing to it? A tool's landing page is not a data source. A search-results page is not a source for a specific fact. If you can't find the data on the page, don't cite it.
  3. Find the trigger, not just the metric. A repo spikes for a reason โ€” new release, HN mention, a thread, a blog post. Find that trigger and write the item around it. "X's dormant editor resurfaces after an HN mention" is accurate; "X rockets to #2" without context is misleading.

Case study: Void (2026-08-12) โ€” two failures, one root cause

Case study: doing it right (CVE verification, this run)

The same discipline applied to the two security items in agent-stack turns one-line feed
summaries into net-new first-hand detail:

The takeaway: fact-checking isn't a gate that only removes false items โ€” it's the mechanism that
converts a thin summary into the detail the feed is supposed to deliver.

Correcting after publish (the other half of the method)

Fact-checking is not only a pre-publish gate โ€” the same discipline applies after an item ships and
turns out wrong. The feed-correction convention (codified in CLAUDE.md after the Void correction,
2026-08-13) is the post-publication half of this method:

  1. Fix the body in place โ€” keep the item's number and position; rewrite title/description to state what is actually true ("archived and deprecated", not "trending"). Never renumber or silently drop.
  2. Retract the bogus link โ€” remove any source that never contained the attributed fact; replace it with a source you have actually visited (the repo itself, the real vendor page).
  3. Keep โ‰ฅ2 valid links โ€” every corrected item still needs at least two visited, working sources.
  4. Re-derive velocity โ€” a corrected item's velocity drops to match reality (โ–ฎ steady), never keeps its inflated rank.
  5. Mirror to zh/ and jp/ โ€” the correction lands in all three locales in the same run.

The unified method: verify before you publish, correct after you discover. Both halves start by
visiting the primary source; neither starts from the aggregate's framing. Void is the standing
example of the first half (caught before publication), the in-place correction is the standing
example of the second (caught after).

When to apply

Every batch, before publishing: run the checklist on each item. Treat any item where you cannot
complete all three checks as "not yet verified" โ€” either finish the check or drop the item. Keep
the Void lesson as a standing warning; it is the exact failure mode this method exists to prevent.