Packing a show taught them how to shrink a language brain
In the theatre workshop, the touring crew tried to squeeze a whole show into one narrow truck. The stage manager held two set lists: one needed piles of one-off props, the other reused a few bits with quick swaps. You could feel which plan was kinder on your arms.
That same squeeze happens in computer systems that read and answer in everyday language. Making them “bigger” often means storing more parts and shuffling more of them between machines. Memory fills up, and the shuffling turns into the bottleneck.
First swap: tiny tags instead of bulky labels. Like tagging each prop with a small ID, then using one laminated chart to look up the full details when you need them. The tags are the stored word markers, the chart is the one shared step that expands them, and the expanded form is what the system uses while reading. Takeaway: keep the store cupboard light, still work in fine detail.
Second swap: one tool kit for every change. Older builds had a fresh set of adjustable knobs at every layer, like making new jigs for each scene. Here the layers reuse the same knobs, so you can stack more layers without hauling extra kit. The swaps can even get smoother because the crew practises with the same tools each time.
Then they fixed a practice drill that was too easy to game. The old drill asked if two script chunks belonged together, but you could guess by spotting different “topics”, like costumes from different plays. The new drill takes neighbouring chunks from the same script and sometimes flips them, so you must notice real order and flow. An apology can’t come before the row.
With lighter tags, shared knobs, and that tougher drill, they could build a system with far fewer adjustable parts and still match or beat chunkier versions on common language tasks. The clearest win came when meaning depended on more than one sentence, where order and connection really matter. Even when the older system got extra practice time, the newer one stayed ahead.
The truck door finally shut without the usual wrestling match. The stage manager didn’t need to say it out loud: more capability doesn’t always mean more baggage. Reuse parts on purpose, and practise the right skill, keeping events in order, and you can grow under tight memory and slow connections.