genesis · the read-write loop
The whole loop in one place: you write the first few letters, it reads them, and it keeps writing. Each english program is a next-byte predictor — solve(prefix) -> next byte — and feeding a predictor its own output is exactly how every chat model speaks. Type the start of a word it has learned and watch it finish your sentence, a letter at a time, right here in your browser. Not a chatbot — the atom one is built from.
Give it a word it doesn't know yet — any real English word (checked against a dictionary, so no nonsense gets in). It doesn't learn it this instant: the word is verified and queued, and the next lineage is born knowing it must learn to spell it — exactly like the numbers people teach it on the try-it page. This is the only way a new word enters the sealed mind.
—