Benchmarks

Every number below is real and reproducible. No marketing math.

57.3%cost reduction vs direct API
30.0%Booster hit rate (zero LLM cost)
35.0%Cache hit rate (2nd pass)
0.02msaverage pipeline overhead

Setup

Cost comparison on the 400-prompt run

ScenarioCost
Direct API (no ClawPipe)$0.110
With ClawPipe pipeline$0.047
Savings$0.063 (57.3%)

Stage latency breakdown

StageAvg time
Booster0.0125ms
Packer0.0053ms
Cache0.0001ms
Router0.0040ms
Gateway (mocked provider)1206.6705ms

Pipeline overhead is 0.0218ms — five orders of magnitude below the provider call itself.

Reproduce it yourself

git clone https://github.com/finsavvyai/clawpipe
cd clawpipe/benchmarks
npm install
npx tsx real-benchmark.ts
open results/summary.md

The dataset (benchmarks/prompt-dataset.json), runner (real-benchmark.ts), and raw results (results/benchmark-results.json) are all in the repo. Fork it, swap in your own prompts, run it on your traffic.

What the numbers mean for your app

Start free →   Full benchmark repo →