Refinement pipelines are everywhere, and they all have the same shape: stages persist even as the executors at each stage change, with the goal being more-efficient output with reduced human input.
Consider Bitcoin mining. The Bitcoin whitepaper described a proof-of-work system. The first people to implement it were cypherpunks running the reference client on CPUs. When the economics became clear, miners moved to GPUs - the same algorithm, a more specialized executor. Then purpose-built ASICs that do nothing except compute SHA256 hashes.
The stages didnât change. You still need the whitepaperâs theory, the hash algorithmâs specification, and the optimized implementation. What changed was who - or what - executes each stage. Nobody skipped from whitepaper to ASIC. The pipeline was load-bearing.
The same pattern appears in manufacturing, in logistics, in agriculture - anywhere humans have refined a process and then progressively swapped in more specialized executors. The stages donât disappear; they get encapsulated. You stop seeing them. But theyâre still in there, doing the work.
Half-Baked Thoughts#
-
Chainsaw origin: surgical instrument
- General-purpose tools are transition technologies; what follows is always specialization (scalpel, bone saw, feller buncher, harvester)
- âWeâre in the GPU eraâ (software, knowledge work; code goes first) - general-purpose tools with jigs clamped on
- Possibly a Butlerian Jihad addendum: âall work is solved; now what?â