EYOB
← writings

Jun 2026

Why context window size changes how you think about AI architecture


There is a mental shift that happens when you stop thinking about context as a scarce resource.

For years, building with early language models meant aggressive chunking, retrieval pipelines, summarization chains — all to work around the fundamental limitation that the model could only "see" a small window at once. The architecture of your product mirrored the architecture of the constraint.

When that constraint relaxes — when you can hold an entire codebase, a full conversation history, a whole document set in a single pass — the question changes from "how do I fit this in?" to "what do I actually want the model to understand?"

That is a harder question. And it is a better one.

The products worth building now are not the ones that are clever about retrieval. They are the ones that are thoughtful about what understanding actually means for their users.