// tag

Posts tagged "token cost"

3 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: $13.30 to Compile 1,000 Files Into a Verifiable IR, Once
May 26, 2026 verifiable IR cost verifiable code IR verifiable context layer

$13.30 to Compile 1,000 Files Into a Verifiable IR, Once

The objection to compiling a codebase into a verifiable IR is always cost. It sounds like Opus pricing across every file. It isn't. At open-source-model rates it runs about $13.30 per 1,000 files, you pay it once, and per-file diffing means you only ever re-pay for what changed. Here is the real economics of the verifiable context layer, and why the expensive thing is not building the IR but living without one.