← Newsroom Product Release · ClawIndex May 26, 2026

ClawIndex v1.0: Production Baseline Locked

After eight iterative improvements, ClawIndex has reached its v1.0 production baseline - 100% hit rate, 80% multi-hop accuracy, and zero hallucinations on a rigorous 50-question benchmark. It outperforms ChromaDB by 16 percentage points on the hardest metric.

100% Hit Rate
80% Multi-Hop
0 Hallucinations
9.6s Avg Latency

What We Shipped

ClawIndex is our reasoning-native document retrieval engine. It finds the right content inside large document collections: no embeddings, no vector databases, no cosine similarity math. Today we're locking v1.0 as our production baseline.

v1.0 is not a prototype. It's a production-grade system run against 50 multi-hop questions from HotpotQA (one of the hardest publicly available retrieval benchmarks) and validated on every dimension.

How v1.0 Compares

We benchmarked ClawIndex against ChromaDB and BM25 on the same 50-question set drawn from HotpotQA (distractor split). Multi-hop questions require finding two supporting documents to answer. Not one. That's what "Both Docs" measures.

System Hit Rate Both Docs Avg Latency Hallucinations
ClawIndex v1.0 100% 80% 9.6s 0
ChromaDB 100% 64% 7ms -
BM25 94% 52% 0ms -

Hit Rate measures whether at least one supporting document was retrieved. Both Docs is the strict multi-hop metric: both required documents, in the same result set. That's the one that matters for real agent workloads.

ClawIndex leads on Both Docs by +16 points over ChromaDB and +28 points over BM25. Zero hallucinated pointers across all 50 questions.

The Path to v1.0

We started at 64% on Both Docs (the ChromaDB baseline) and iterated through eight targeted improvements. Each one addressed a specific failure pattern identified from benchmark misses. None of them change the core architecture.

What v1.0 Is

ClawIndex v1.0 is a retriever. Its job is to surface the right documents from a corpus. It does that with 100% hit rate and zero hallucinations on one of the hardest benchmarks available.

The remaining 20% on Both Docs comes from a category of question that requires reading comprehension on the retrieved content, understanding what's inside an article and reasoning toward a second entity. That's the reader layer, not the retriever. It's the next chapter.

The moat isn't speed. It's accuracy and trust. ChromaDB is fast. BM25 is faster. Neither of them gives you zero hallucinations or 80% multi-hop on HotpotQA. ClawIndex does.

← All announcements

More from the lab

ClawIndex wins NDCG@10 on all five datasets - 700 queries, zero hallucinations

ShieldWatch is live - AI that watches your store so you don't have to

Sholtis Labs is officially a company