// tag

Posts tagged "hallucination rate"

4 posts found

Featured image for article: Why Vector Search and GraphRAG Both End in the Same Context Rot
Jun 1, 2026 context rot vector search limitations GraphRAG limitations

Why Vector Search and GraphRAG Both End in the Same Context Rot

Vector search and GraphRAG look like opposites, but they share the same final move. Parse the code, retrieve some of it, rerank it, and stuff it into the context window. That last step is where both of them rot, because a model that is handed a pile of chunks degrades the same way no matter how the pile was chosen. Here is why the retrieval layer is not the cure for context rot, and what is.

Featured image for article: Semantic Code Search Is a Retrieval Problem. Context Is a Representation Problem.
May 21, 2026 semantic code search code search retrieval problem

Semantic Code Search Is a Retrieval Problem. Context Is a Representation Problem.

Semantic code search keeps getting better at finding the right code, and it keeps disappointing teams who expected better answers from their AI tools. The reason is that those are two different problems. Finding code is retrieval. Understanding code is representation. Better retrieval over a poor representation has a ceiling, and here is why a verifiable code IR raises it.

Featured image for article: The Context Graph You Can Verify Code Against
May 23, 2026 context graph verify code against intent code graph RAG

The Context Graph You Can Verify Code Against

Context graph is a term people understand and reach for. But most things called a context graph are one-way extractions you can read and never check anything against. The version worth wanting is the one you can verify code against, and that single requirement is what separates an index from a verifiable code IR. Here is what verification demands, and why it is the only honest test of a context graph.