The Honest Machine · Lesson 2
What you'll be able to do: tell the difference between a tool that measures and a tool that performs confidence — and rebuild any fake score you find into an honest flag.
A tool I built once judged duplicate content by word count — two pages with similar word counts got flagged as "possible duplicates." That's a fake: word count says nothing about whether the words match. It was replaced with shingle overlap — slide a window across the text, collect every word-sequence "shingle," and measure how many shingles two pages actually share. Same phone book weight ≠ same phone book. Shared sentences = shared sentences.
And where the tool has real evidence, it still doesn't pretend to more than it has: pages are flagged ("these two pages share 84% of their phrasing — look here"), never scored ("your content health is 61/100"). A score implies a scale someone validated. Nobody validated it. So the tool refuses to say it.
A flag is your teaching assistant saying: "these two book reports have whole identical paragraphs — you should look at them side by side." A score is the same assistant announcing: "Jimmy's academic integrity is 61 out of 100." The first hands you evidence you can check yourself. The second hands you a verdict wearing a costume of precision — and you can't ask 61 any questions.
Where the analogy ends: a human assistant who overstates gets corrected by the next awkward conversation. Software doesn't blush. A fake score will run identically, confidently, thousands of times, and every run deepens trust in a number that means nothing. That's why the fix has to be in the tool's design, not in the operator's caution.
Every claim a tool makes sits in one of two columns:
| Column A — has evidence | Column B — performs confidence |
|---|---|
| "84% shingle overlap between /about and /services" | "Content quality: 61/100" |
| "No LocalBusiness schema found on 4 money pages" | "Local SEO grade: C+" |
| "This is a separate, later check — we can't see it yet" | (silence, hoping you assume it was checked) |
The design law: every output must be traceable to something the tool actually observed, or it must say out loud that it can't observe it. The tool's Local module names its own blind spot in the report — your Google Business Profile is external data, a later check, and the report says so. Column B isn't just weaker; it's corrosive, because one exposed fake taints every honest flag beside it.
Lesson complete — you can now smell a fake number. Next: Lesson 3, where one honest flag nearly isn't enough — because one false flag can kill everything.