Comparison | Honcho

Sibyl vs Honcho: same 42k corpus, same 250-question suite

A 1:1 comparison between Sibyl and Honcho on 42,000 records, 250 questions and Claude Sonnet 4.6.

Full test note

Honcho is the page I would show first to a technical reader, because it is closest to a real head-to-head: same 42k corpus, same 250 questions, same Sonnet model. The scar is visible too: the runner probably under-waits Honcho async processing.

Read the full test page
Sibyl retrieval243/250
Honcho retrieval219/250
Sibyl avg context291 tokens
Honcho avg context1,313 tokens
Sibyl cost$0.53
Honcho cost$1.83

Verdict

Sibyl passes more questions with 4.5x smaller average context and an estimated Sonnet cost about 3.5x lower.

This is the cleanest comparison in the set: same 42k corpus, same 250-question suite, same answering model. The weak point to flag is the Honcho async wait time, probably too short according to the methodology review.

Comparison table

MetricSibylHoncho
Retrieval passed243/250219/250
Sonnet answers passed243/250214/250
Average context291 tokens1,313 tokens
Estimated Sonnet cost$0.53$1.83

Methodological caveat

The current-state tier favors Sibyl. Honcho is append-only in this test, and the runner uses `sleep(3)`, which may underestimate asynchronous processing.

Why not the best possible configuration?

Rerun the test

python runs/honcho-vs-sibyl-42k-baseline/05-honcho-baseline-runner.py

Evidence files