The memory ceiling came back. This time, it fails quietly.
In 1990, crossing a memory limit stopped your program. In 2026, an AI conversation can cross its useful limit and keep running: fluent, confident and increasingly unreliable.
The old limit was visible
The 640 KB barrier was brutal, but honest. When a DOS program ran out of conventional memory, it stopped. You received an error and knew exactly what had happened.
Modern AI fails differently. A long conversation may continue producing polished answers while losing earlier constraints, blending old and new instructions or paying too little attention to information buried deep in the session. The interface remains calm. The quality quietly drifts.
A context window is not a hard drive. It is a working attention budget.
Large ceilings still get consumed
One of my own AI operating packages begins with roughly 80 KB of reference material: agent behaviour, architecture, engineering rules and code-of-conduct constraints. That is around 20,000 tokens before the real work starts. Repeated context, corrections, answers and handovers consume even a very large ceiling faster than the headline number suggests.
We became used to memory being abundant. That instinct does not transfer cleanly to AI. Every instruction and every repeated block of reference material competes for attention inside the same working space.
The operating discipline is familiar
- Keep durable instructions lean and remove repetition.
- Separate verified state from disposable conversation history.
- Use concise handovers and start a fresh session before drift becomes obvious.
The technology changed. The discipline did not. We are rationing memory again; the new failure mode is simply quieter and easier to miss.