Module 13 Chapter 1
When You Press Send
Simple experiences often hide complicated machinery.
Turn on a tap and water appears. The pipes, pumps, reservoirs, and treatment plants disappear behind one small handle. An AI chat creates a similar illusion. You type into one box and one helpful being seems to answer.
But there is no single being inside the box. There is a chain of separate parts, each doing a different job.
This chapter follows one message through that chain. You will see how the chat app prepares it, how it reaches a distant computer, how the language model creates a reply one piece at a time, and how that reply returns to the screen.
Then the pieces that make a chat feel continuous begin to separate. The model has no memory of its own. The conversation is carried outside it. Instructions shape what it says, and other programs turn some of its words into actions.
That journey is the foundation of this module. It gets told twice more, once as the story of an amnesiac oracle and the scribe who remembers for her, and once with the oracle brought close enough to run on your own computer.
First, follow the message.