Fix what four cold-eyes reviewers found, and write the lesson into the skills - #607
Merged
Conversation
The competitor standard and Paul's corrections were sitting in
blog-writer-reference-samples.md and in commit messages. CLAUDE.md points
writers at 90.11 as THE voice source, so that is where they belong.
**Fixed a contradiction the guide had with itself.** §6 listed "em dashes" as a
technique to copy while §3 bans them outright. That is how one crept into three
drafts before anyone noticed the guide disagreed with itself. §6 now says use
`-`, and says why the line changed.
**§6b - the competitor standard, and what every post owes.** Two rules promoted
out of cadence-choice into apply-to-every-post, measured against thoughtbot,
Evil Martians and Arkency:
1. An artifact the reader can use - a command, a diff, a config, or a diagram
carrying a number the prose states. Evil Martians ship ~28 code blocks in
one post; Arkency ship 8 plus 4 images. Three of ours shipped with zero.
2. Receipts - a named source, a study fetched at the PRIMARY, or our own
measured number with its denominator.
Plus length and visual rhythm measured in a browser rather than by word count:
screens-to-scroll, and the longest unbroken text run between any two of
`h2 img pre table ul ol`. On 2026-08-22 all three posts measured ~12 screens for
a 6-minute read with ONE in-body diagram across seven or eight H2s. Includes the
lazy-image trap: force `loading = 'eager'` and check `naturalWidth > 0` before
judging, because a full-page screenshot races the loader and shows you missing
images that are fine.
And why slop detection is not a script: a `bin/check-post-voice` was built and
deleted the same day. A regex catches "Not X. Not Y." and misses prose that is
fluent, on-pattern and lifeless, and a passing run reads as "the voice is fine".
**§6c - what we never disclose.** Never write that AI drafts our content or that
our archive is unverified. This is positioning, not style, and it survived a
research pass that got it wrong: admitting a CAUGHT error is supported, telling
a founder burned by a devshop that our blog is machine-written and unpoliced is
a different claim that undercuts what we sell. Write from the reviewer's chair -
keep the diff, the source quote, the reviewer's verdict; drop the claim that the
wrong sentence was ours.
Also: do not open with a personal disclosure. Arkency's cards-on-the-table works
because Fiedler maintains the library he is arguing about. "I run a dev shop and
think review matters" is throat-clearing that delays the artifact.
And the meta-rule, because it caused two of today's corrections: the failure mode
when a correction lands is OVER-APPLYING it. Told to use a name, I put the person
in the intro. Told about caveats, I bolded a caveat block into every handback.
Notice a correction, apply it where it belongs, stop.
Cold-eyes re-review of the three posts is running in parallel - four reviewers,
distinct lenses (ICP cold read, voice and AI tells, competitor standard, claim
verification), briefed with goal and artifact rather than my conclusions, each
required to name something it would cut. Findings will land separately.
Gate: bin/hugo-build green. Docs-only diff.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016PUkwFTsiv7EB2DYKogbpg
…e skills Paul asked for a cold-eyes re-review instead of a script. Four reviewers - ICP cold read, voice and AI tells, competitor standard, claim verification - found real defects in all three posts. Every category below is something my own checks passed. ## Numbers, in the post whose thesis is "say the number" - The "before" lychee fence had `15642 Unique`. The recorded run says **31937**. A tool output reproduced inside a fence with one field silently edited. - `[snap_diff] 287 screenshots compared` - 287 is the **unit-test run count** (`.okf/log.md:229`). Real snap_diff records say 55. Two different numbers merged from memory. - `114,239 / 31,888 / 149,740 / 35,501` came from MY runs today; the fix landed at **114,050**, which is what `.okf/log.md`, `STATUS.md` and the design-system README all record. A fresh number used to illustrate a historical event. - "reported zero broken links for months" - the gate shipped **2026-07-21**, one month before. And the repo's own `Rakefile:100` and `test-gates.md:850` said "for a year", which git history contradicts. I softened a wrong number instead of checking it. Both source records corrected here too. ## Sourcing - "Both publish their error bars" - **Pew publishes none**. Graphite publishes 4.2% and flags its own finding as superseded. Rewritten to say what each actually offers, because the difference is the interesting part. - "eleven of twelve" - GPTZero flagged **all twelve** (11 high confidence, one moderate). The phrasing implied one was clean. - "$900,000" - Piro *received* $900,000 for its work; the post said it was spent on the fake think tank. - "Responsible Statecraft traced it" - **NewsGuard analyst Alice Lee** traced it; RS reported it. Verifying a quote is not verifying the sentence around it. - The opening ```diff was **paraphrased while presented as literal**. Replaced with both real lines from `7de032e24`. - The blockquoted reviewer verdict appears in no log. Reconstructed from memory and presented as a quotation - now stated as reported substance, unquoted. ## Commands that did not run `for f in content/blog/**/index.md` matches nothing in bash without `shopt -s globstar` - it reports success having checked zero files, in a post about checks that check nothing. Switched to `find`, and the post now says so. The anonymous-subject grep was shipped without a hit count in a post that explains why unmeasured patterns cry wolf - and it matches "a large number of", "a large team". Removed, with the reason. ## Structure - All three opened on the identical two-beat reveal. Posts 1 and 2 reshaped; post 3 keeps it, where it lands hardest. - The Laravel anecdote carried two same-day posts. Post 1 keeps the detailed version; post 2 states the mechanic without a second proof-signal. - Post 1's prose said "only one of them is automatable" while its own diagram caption said "only the first two" - they contradicted each other. Fixed. - SQLite was on post 3's cover chip and in its Sources, and the body never told the story. Now told, where it belongs. - HN comment counts dropped from Sources; §6b of the voice guide names them as a non-receipt. - Rašić was cited and never appeared in the body. Now engaged. ## The ratchet had the same bug I keep finding It fired on the deleted line inside my own ```diff - the phrase appears there as a quoted exhibit of bad writing, not as our claim. Fenced code is now stripped before the phrase scan, same reasoning as the heading markers. Fix the instrument when the instrument is wrong. ## Skills `blog-write` gains what the panel found and how to run it: four lenses, spawned as a DIFFERENT agent type than the writer, briefed with goal and artifact, each required to name something it would cut, run in parallel and all four read before editing. `blog-operator` gains the sequencing consequence - a post is draft plus panel plus fix pass, not one unit. Gates: marketing_copy_test 5 runs / 13 assertions / 0 failures. bin/hugo-build green. bin/rake test:links clean at 31,948 unique links, zero errors. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016PUkwFTsiv7EB2DYKogbpg
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Fix what four cold-eyes reviewers found, and write the lesson into the skills
Paul asked for a cold-eyes re-review instead of a script. Four reviewers - ICP
cold read, voice and AI tells, competitor standard, claim verification - found
real defects in all three posts. Every category below is something my own checks
passed.
Numbers, in the post whose thesis is "say the number"
15642 Unique. The recorded run says 31937.A tool output reproduced inside a fence with one field silently edited.
[snap_diff] 287 screenshots compared- 287 is the unit-test run count(
.okf/log.md:229). Real snap_diff records say 55. Two different numbersmerged from memory.
114,239 / 31,888 / 149,740 / 35,501came from MY runs today; the fix landedat 114,050, which is what
.okf/log.md,STATUS.mdand the design-systemREADME all record. A fresh number used to illustrate a historical event.
month before. And the repo's own
Rakefile:100andtest-gates.md:850said"for a year", which git history contradicts. I softened a wrong number instead
of checking it. Both source records corrected here too.
Sourcing
4.2% and flags its own finding as superseded. Rewritten to say what each
actually offers, because the difference is the interesting part.
moderate). The phrasing implied one was clean.
on the fake think tank.
RS reported it. Verifying a quote is not verifying the sentence around it.
with both real lines from
7de032e24.and presented as a quotation - now stated as reported substance, unquoted.
Commands that did not run
for f in content/blog/**/index.mdmatches nothing in bash withoutshopt -s globstar- it reports success having checked zero files, in a postabout checks that check nothing. Switched to
find, and the post now says so.The anonymous-subject grep was shipped without a hit count in a post that
explains why unmeasured patterns cry wolf - and it matches "a large number of",
"a large team". Removed, with the reason.
Structure
post 3 keeps it, where it lands hardest.
version; post 2 states the mechanic without a second proof-signal.
caption said "only the first two" - they contradicted each other. Fixed.
the story. Now told, where it belongs.
non-receipt.
The ratchet had the same bug I keep finding
It fired on the deleted line inside my own ```diff - the phrase appears there as
a quoted exhibit of bad writing, not as our claim. Fenced code is now stripped
before the phrase scan, same reasoning as the heading markers. Fix the
instrument when the instrument is wrong.
Skills
blog-writegains what the panel found and how to run it: four lenses, spawnedas a DIFFERENT agent type than the writer, briefed with goal and artifact,
each required to name something it would cut, run in parallel and all four read
before editing.
blog-operatorgains the sequencing consequence - a post isdraft plus panel plus fix pass, not one unit.
Gates: marketing_copy_test 5 runs / 13 assertions / 0 failures. bin/hugo-build
green. bin/rake test:links clean at 31,948 unique links, zero errors.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_016PUkwFTsiv7EB2DYKogbpg