Switch language한국어
Back to the list

AI Coding Agents Search Like It's 2009. Provenant Cuts Tokens by 65.

TL;DR AI

Key summary

2 min read
  1. Provenant is a local MCP server that turns codebases into wiki-style summaries for agent retrieval.

  2. It replaces raw source-code search with searchable pages, aiming to give coding agents better context.

  3. On SWE-bench Verified, it reports higher Coverage@5 than BM25 while cutting retrieved tokens from about 65,000 to roughly 1,030 per query.

  4. The approach is meant to reduce context waste and improve answer quality for agents like Claude.

Read the original