Different fields, the same problem // 不同的領域,同一道題 #
The world was never divided into subjects. We cut it into pieces so we could divide the labor, then gave each piece its own name. The layer underneath was never cut.
An empty aluminum can crumples between two fingers. Pressurize it and you can stand on it. Its shape doesn’t come from the metal. It comes from the pressure.
A rocket works the same way. In 1946, a Convair engineer named Karel Bossart designed the Atlas missile on exactly that principle: a stainless-steel skin thinner than a coin, so thin it would collapse under its own weight if left unpressurized. On the ground it had to be inflated with nitrogen just to hold its shape. Seventy years later, when Musk switched Starship back from carbon fiber to stainless steel and someone asked him about it, the rocket he reached for as a reference wasn’t any vehicle currently flying. It was Atlas.
A container for soda and a container for people headed to orbit sit an entire industry apart. Underneath, they are the same problem: hold the most pressure with the least material. The first principles are shared. Only the vocabulary differs.
Installing a production line inside a labeling panel // 把一條產線裝進標注面板 #
Some years ago I ran a production line at a consumer-electronics plant in China.
之前,我在中國一座消費性電子廠管產線。
A cost-reduction project required updating the mapping between component specifications. The comparison was done by eye: two spec sheets side by side, a person checking whether the codes matched. I never put a verification gate on that step.
About 500 boards had already gone into SMT when engineering caught the mapping error. All scrapped.
結果是大約 500 片板子已經進了 SMT,工程端才發現對照是錯的。全部報廢。
Afterwards I didn’t ask anyone to be more careful. Asking people to be more careful is the weakest countermeasure there is — it bets the outcome on humans not making mistakes, and humans make mistakes. The actual fix was to hand the code comparison to software: if the two specs didn’t match, the system threw an error and blocked the board from moving to the next station.
And it works because of one property: a production line has an order. Anything stopped at one station cannot appear at the next.
而它能成立,有一個前提:產線是有順序的。 錯的東西只要在某一站被擋下來,就不可能出現在下一站。
Years later I was doing quality analysis for large-scale AI content moderation. The work was to figure out why the model got things wrong: reviewers examined cases one at a time and tagged the reason. The tool laid out dozens of cause codes on a single panel and let them multi-select.
幾年後,我在做一個大規模 AI 內容審核的品質分析。工作是弄清楚模型為什麼判錯:由質檢員一件一件看,然後標出原因。當時的做法,是把幾十個原因代碼全部攤在同一個面板上,讓他們多選。
Two problems surfaced quickly. The second one was fatal.
兩個問題很快浮出來,第二個是致命的。
First: an unchecked code told you nothing. You couldn’t separate “this wasn’t a factor” from “the reviewer missed it.” With dozens of options and ordinary human lapses, those two look identical.
Second: the causes stand in causal relationships to each other, and multi-select has no order. A speech-recognition failure can cause the model to misjudge; a model misjudgment is not necessarily caused by speech recognition. When both codes are checked and sitting flat on the same panel, you cannot tell which came first.
So you end up with a pile of causes and never a root cause.
於是你會得到一堆原因,但你永遠找不到根因。
The fix was poka-yoke. I broke the panel into a sequence of single-choice questions, each one determined by how the previous was answered. Follow it to the end and you land on exactly one mutually exclusive cause.
The key: the order of the questions is the order of causality. If the problem lies in speech recognition, the reviewer is stopped at that station and never reaches the downstream box. A wrong attribution can’t be produced in the first place.
One is a factory with thousands of boards moving down a conveyor. The other is a few dozen people clicking through cases on a screen. On the surface they have nothing to do with each other. What I actually did was install a production line inside a labeling panel.
Lately I’ve been teaching myself how to read data-center contracts.
最近在自學怎麼解讀數據中心的合約。
I picked up a colocation master agreement filed publicly with the SEC.
我找了一份在美國證券交易委員會(SEC)上公開揭露的託管主約來讀。
I stopped at the clause on liquidated damages for late delivery.
讀到「遲交違約金」(liquidated damages)那一段的時候,我停下來了。
Because I recognized it.
因為我認得這件事。
Years ago, that production line had a quality incident. A supplier of a critical component changed its process without telling us. The product failed cosmetic inspection, and the defect rate was high enough that the line had to stop. It stayed down for about a month.
The loss was real: scrapped material, rework hours, idle operators, overhead that accrued anyway. I was on site that month.
損失是實的:報廢的材料、重工的工時、閒置的作業員、照樣要攤提的廠務費用。停線的那個月,我在現場。
But finding the root cause wasn’t the hard part. That took a few weeks. The hard part came after — itemizing the loss, negotiating who absorbed how much, weeks of back and forth, and in the end recovering a portion of it.
What the liquidated damages clause says is this: that number was agreed on the day the contract was signed.
而 liquidated damages 這段條文的意思是:那個數字,在簽約那天就已經先講好了。
It exists for one reason. Arguing about damages after the fact is a known and expensive failure mode. An industry stepped on it for decades, so it moved the price to the front.
Every so often something clicks. Two things belonging to completely different fields — a quality incident on a production line, a paragraph in a contract — and because the logic underneath is the same, it lands.
Contracts belong to legal, poka-yoke belongs to the line, materials science belongs to engineering. Those boxes make the division of labor possible, and they also let each box grow its own vocabulary, its own conventions, its own version of “this is just how it’s done.” The world doesn’t sort itself that way. Dig into enough fields and the bottom turns out to be the same material.
Except the transfer doesn’t happen on its own. What matters is not how many fields you have worked in, but whether you actually thought your way down to that layer. Get there and experience becomes portable. Don’t, and experience stays just experience.
And often it is precisely because you are an outsider that you break something open. You don’t know what “this is just how it’s done” means here, so you carry none of it, and you are left with the most basic question: what is this actually about? Someone who came off a production line does not take it for granted that labeling means ticking codes on a panel. Industry convention is an insider’s moat, and an insider’s ceiling.
Now the first reader who never had to divide the labor has arrived. Large language models read every box at once. They have no discipline, and no habits from any trade.
I take that as good news. It amounts to a proof: those walls were never in the world. They were only in our division of labor.
我把這當成好消息。它等於替我們證明了一件事:那些牆從來不在世界上,只在我們的分工裡。
And once the walls are gone, one question remains — whether you have genuinely thought your way down to that layer. Get there, and a rocket and a soda can are the same problem, a production line and a labeling panel are the same line, a month of downtime and a paragraph in a contract are the same thing.
It was never about the division of labor, and never about how much experience you have accumulated. It is whether you can look beneath all those different names and find the first principles that actually carry across.