What a 2-Million-Token Context Actually Changes
Context windows keep growing. Here's what genuinely improves — and what still doesn't.
Grounding models in external knowledge, reliably.
Context windows keep growing. Here's what genuinely improves — and what still doesn't.
Frontier assistants increasingly read and *create* across text, images, and video in one model.
Models handle huge context windows — but pay less attention to what's buried in the middle.
A RAG system has two places to fail — retrieval and generation. Measure both.
Two users ask the same thing in different words. Why pay the model twice?
How do you find the nearest vectors among billions in milliseconds? Approximation.
'The model hallucinates less' is a claim. Here's how you turn it into a number.
Keyword matching and vector search are two different tools. Knowing both makes better search.
Search images with words, or find text about a picture — by putting both in the same space.
Structured facts and fluent language models each fix the other's biggest weakness.
Law is drowning in documents — exactly the problem AI is good at, with caveats.
People increasingly ask an AI instead of searching — and it changes how content gets found.
Generic embeddings are good; embeddings tuned to your data can be much better.
Three ways to make a model do what you want — and they solve different problems.
The idea that turns words, images, and meaning into numbers you can search.
Context windows exploded. What actually changed is subtler than 'paste everything in.'
A standard way to plug tools and data into AI — the 'USB-C for models.'
Semantic search is powerful, but it misses exact matches. Combining both wins.
When your knowledge lives in charts, diagrams, and screenshots, text-only retrieval isn't enough.
The storage engine behind semantic search and RAG.
How you split your documents quietly decides how good your retrieval is.
You can't make a model perfect — but you can build a system that rarely makes things up.
A second pass that reorders retrieved results by true relevance — often the biggest quality win.
Stateless lookups aren't enough for long-running agents. Persistent memory is the next layer.
Instead of hand-writing retrieval logic, train the agent to discover it.
Retrieval stopped being a single step and became think, retrieve, rethink, act.
Some questions need relationships, not just similar chunks.
Persistent, temporally-chained state — not a fresh lookup every time.
The craft moved from wording the question to assembling what the model sees.
Million-token windows didn't make retrieval obsolete. They changed what it's for.
Long context didn't kill retrieval. It changed what retrieval is for.