Skip to content
C.W.K.
Stream
Lesson 01 of 04 · published

The Stone That Has No Opinion

~12 min · metaphor, boundary, assay, product-brief

Level 0Raw Ore
0 XP0/36 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete
"It tells you what the metal is. It does not tell you what to do with it."

The instrument, literally

A touchstone is a piece of fine-grained dark stone — historically Lydian schist or a similar slate — and the technique is about as old as coined money. You rub a sample of gold across it and it leaves a streak. Then you rub a set of reference needles of known purity beside it, and you compare the colors. The needle whose streak matches tells you roughly what you are holding. Add a drop of acid and the comparison sharpens: lower-purity streaks dissolve, higher-purity ones survive.

Notice everything that is not in that process. The stone does not know the spot price of gold. It does not know whether you inherited the piece or are about to sell it. It cannot become urgent, cannot flash, and cannot decide that today is the day. It answers exactly one question — what is this metal? — and it answers it by comparison against a known reference set, which is a detail worth holding onto, because it is the whole architecture of this app in one sentence.

Why that becomes a product brief

A market valuation engine faces a permanent temptation. It knows a lot of numbers, some of them dramatic, and the entire surrounding industry is built on turning those numbers into action. A cyclically adjusted price-to-earnings ratio sitting near the top of its own recorded history is interesting. The distance between that fact and "so you should sell" is one sentence of prose, and almost every product in this space writes that sentence.

Touchstone does not, and the refusal is not squeamishness. It is a claim about where judgment belongs. The tool's job is to make sure a human decides from accurate, calm, well-sourced information. The moment it starts producing the decision itself, it has quietly taken on a role nobody granted it and cannot be held to.

Identify, do not prescribe. The instrument's output is what this is, expressed as a value, its date, its source, and its position within a stated reference set. "What to do about it" is a different question with a different owner. Keeping those two apart is not a UX preference — it is the difference between an instrument and an advisor, and only one of those is a thing software should be by default.

The reference set is the whole trick

Here is the part that carries the rest of this quest. The streak on the stone is meaningless on its own. It is a color. It becomes information only when it is compared against needles whose purity is already known — and it is exactly as trustworthy as that reference set is.

Every gauge in this product works the same way. A price-to-earnings ratio of 43 means nothing by itself. It becomes meaning when you can say where 43 sits inside the same series' own recorded history: near the top, near the bottom, unremarkable. That is a percentile, and a percentile is the reference needles. Which raises the question the entire middle of this quest is about: how long is that history, where did it come from, is it complete, and does the surface say so?

The frame for everything after this. A measurement that cannot state its own limits is not a measurement — it is a claim wearing a measurement's clothes. Every hard bug in this app turns out to be a version of that sentence: a date that did not say whose calendar it used, a percentile that did not say how long its window was, a list that did not say it was incomplete.

Code

The assay, and the same shape in software·text
PHYSICAL ASSAY                    THIS APP
---------------------------       ------------------------------------
rub the sample on the stone   ->  fetch today's value from a provider
read the streak               ->  store (value, date, source, fetched_at)
compare to reference needles  ->  percentile within the series' own history
report the purity             ->  "43.19, at the 99.7th percentile"

# What the assayer never says, and neither does this:
#   "...so sell."
#   "...and it will be higher next quarter."
#   "...act now."

# And the failure mode both share:
#   a streak read against the WRONG reference needles is not a
#   small error. It is a confident, specific, wrong answer.

External links

Exercise

Pick any dashboard you use that shows you a number about the world — weather, analytics, a fitness metric, a price tracker. For its headline number, answer three questions in writing: (1) what reference set makes it meaningful, (2) does the interface actually tell you what that reference set is, and (3) if the reference set were quietly wrong or incomplete, would anything on screen look different? Most dashboards fail question three.
Hint
Look for the comparison words — 'above average', 'high', 'unusual', 'record'. Every one of those is a claim about a reference set. Then hunt for where the interface states which set, over what span. If you cannot find it, the number is being presented as more measured than it is.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.