Sixteen weeksscene 23 / 34~2 min
Four grams, revisited
The chip's one word, letter by letter.
Act 0 told you the chip says one thing: 11208. Eight weeks into training, with the whole apparatus of code and data and machines now behind you, you can finally hear the accent it says it in. Listen close.
The chip does not know the number eleven thousand two hundred and eight. It knows a pattern of bitConcept · lights on your mapbitA single 0 or 1, the smallest unit of digital information. Eight of them make a byte.s: zeroes and ones, the only alphabet hardware truly has. A physical component can reliably hold two states and cannot reliably hold ten. Bits gather in eights, and a group of eight is a byteConcept · lights on your mapbyteA group of eight bits, giving 256 possible patterns. The unit file sizes are quoted in. A kilobyte is a thousand of them, a megabyte a million., the unit every file size you have ever squinted at is quoted in. The whole broadcast at the mat is a few dozen bytes, done in about two milliseconds. Act 0 rounded that, generously, to the time it takes to say the number out loud — this is the resolution at which the rounding shows.
Counting in two digits has a name. It is binaryConcept · lights on your mapbinaryThe number system using only 0 and 1: the native tongue of hardware, since a physical component holds two states reliably and ten states not at all., and 11208 in binary is just 11208 wearing different clothes: 10101111001000. Same number, spelled in the only letters the chip owns.
The deepest layer you will ever need
Inside the chip, a scrap of firmware runs, written by the timing vendor in a language you will meet in ten scenes, then translated down to machine codeRecognition — just know it existsmachine codeThe instructions a CPU actually executes, as raw binary patterns. Almost no one writes it directly any more; the code engineers write is translated down to it.: the raw binary instructions a processor actually executes. No human writes it directly any more, and no human needs to. Every elegant line Finn typed in week two ends its life as this, patterns of charge executing in something’s silicon.
This is the floor of the whole tower. Abstraction, Act 0 said, is layers agreeing to hide each other, and you have now touched bottom: bits, in eights, spelling instructions, moving as radio for two milliseconds over a rubber mat. All of it. The databases and the payloads and the pull requests, the eleven-year codebase and every act of this story still to come, all of it resolves at the bottom into charge and its absence, held briefly, in eights.
The chip has said its one word in its one language. What the rest of the system does with it, you have been learning for two acts. Back upstairs: the files those bytes eventually become.
End of scene
This scene covers: bit, byte, binary, machine code