fix(website): remove a fabricated anecdote from the 0.1.0 post - #1076
Open
blove wants to merge 1 commit into
Open
fix(website): remove a fabricated anecdote from the 0.1.0 post#1076blove wants to merge 1 commit into
blove wants to merge 1 commit into
Conversation
The Airworthiness section closed on "I verified every one of those before writing this sentence, which is more than I can say for the first draft of the homepage checklist. Three claims did not survive that pass, including one that was simply false." Three things wrong with it. It is a fabricated first-person anecdote. The detail came from a code comment in src/lib/preflight-checklist.ts recording a verification pass; rewriting it as the author's own confession about his own homepage puts words in his mouth. docs/gtm/voice.md: "Never fabricate a first-person anecdote. Warmth comes from opinion and directness, not from invented experiences." It is inside baseball. "The first draft of the homepage checklist" means nothing to a reader who has never seen the homepage checklist. It undermines the section it closes. Airworthiness exists to say the numbers are checkable. Following six trust claims with "my last list had a false claim in it" invites the reader to distrust the six bullets immediately above. The replacement points at verifiability instead, and to make that line true rather than merely nicer, all six claims are now linked to the source that proves them — the HVTracker category page, the Scorecard viewer, the npm package pages, the drift workflow, and /privacy. The section now does what it always claimed to do. Numbers unchanged and not re-verified here: rank and score drift, and preflight-checklist.ts records them as verified 2026-09-04. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Airworthiness section of the live 0.1.0 post closed on this:
That should not have shipped.
Why it is wrong
It is a fabricated first-person anecdote. The detail came from a code comment in
apps/website/src/lib/preflight-checklist.tsrecording a verification pass. Rewriting it as Brian's own confession about his own homepage puts words in his mouth about his own work.docs/gtm/voice.mdis explicit: "Never fabricate a first-person anecdote. Warmth comes from opinion and directness, not from invented experiences." The voice checklist asks for a moment of warmth, and this was warmth manufactured out of someone else's notes.It is inside baseball. "The first draft of the homepage checklist" is meaningless to a reader who has never seen the homepage checklist.
It undermines the section it closes. Airworthiness exists to say the numbers are checkable. Following six trust claims with "my last list had a false claim in it" invites the reader to distrust the six bullets directly above it.
The fix
Replaced with:
That sentence was false as written — the bullets had no links — so all six claims are now linked to the source that proves them: the HVTracker category page, the Scorecard viewer, the two npm package pages, the
aimock-drift.ymlworkflow, and/privacy. The section now does what it always claimed to do, and the close is verifiable rather than confessional.The same fabrication had propagated into the Reddit and Dev.to campaign drafts; removed there in #1074.
Verification
nx test websitegreen.preflight-checklist.tsrecords them as verified 2026-09-04. Worth a re-check before the campaign posts.🤖 Generated with Claude Code