Side-by-side token comparison against executor.sh on a GitHub PR list — the benchmark behind the PragmaticVectors post.
vercel/next.js)| Layer | Executor | ClawQL | Notes |
|---|---|---|---|
| Layer 1 | 1,044 (homepage) / 115 (live execute) | 394 (codemode) | 394 does not beat live 115 |
| Layer 2 | 143,466 (pulls.list, full REST) | 907 (execute + fields) | 158× on tool result alone |
| Combined | 144,510 (pub L1) / 143,581 (live L1) | 1,301 | 111× / 110× |
Layer 2 is 100% of Executor's input and 70% of ClawQL's on this task.
clawql.com/mcp-ui/trace/compare/executor
· compare.json
# Fixture (CI shape) npm run benchmark:executor-comparison # Live GitHub + ClawQL BENCHMARK_LIVE=1 CMP_GITHUB_REPO=vercel/next.js CMP_PER_PAGE=30 \ npm run benchmark:executor-comparison # Live both arms (Executor CLI + ClawQL) BENCHMARK_LIVE=1 CMP_GITHUB_REPO=vercel/next.js CMP_PER_PAGE=30 \ EXECUTOR_BIN=/path/to/executor EXECUTOR_CWD=/path/to/executor-cwd \ EXECUTOR_GITHUB_PULLS_PATH=github.user.githubMain.pulls.list \ npm run benchmark:executor-comparison