Skip to content

TokenPilot Benchmarks

TokenPilot is evaluated on two benchmarks: PinchBench and Claw-Eval. Both measure agent task success and token efficiency.

Evaluation Setup

ParameterValue
ModelGPT-5.4-mini (OpenClaw)
Pricing$1.10/M input, $4.40/M cached input, $8.80/M output
ModesIsolated (fresh session per task) and Continuous (shared session)
TokenPilot modeNormal

Isolated vs. Continuous

  • Isolated: Each task runs in a fresh session. No cross-task context accumulation. Tests single-task behavior.
  • Continuous: Tasks run in a shared session. Context accumulates across tasks. Tests TokenPilot's ability to manage growing context.

TokenPilot's benefits are most visible in continuous mode, where context accumulation and cache reuse matter most.

PinchBench

PinchBench measures performance across 11 task categories: Productivity, Research, Writing, Coding, Analysis, CSV Analysis, Log Analysis, Meeting Analysis, Memory, Skills, and Integrations.

PinchBench results and logs

Continuous Mode (where TokenPilot excels)

MethodOverall ScoreCache Read (M)Cache Miss (M)Output (M)Cost ($)
Vanilla79.225.0155.9430.2027.24
LLMLingua-273.820.5742.1830.1944.06
SelectiveContext74.025.4752.6080.1964.75
LCM77.018.7082.4170.2224.21
Keep-Last-N79.118.1174.4810.2095.66
MemOS80.930.8598.9390.30810.41
TokenPilot81.38.5511.5490.2192.79

TokenPilot achieves:

  • 67.4% fewer input tokens vs. Vanilla (cache miss: 1.549M vs. 5.943M)
  • 61.5% lower cost vs. Vanilla ($2.79 vs. $7.24)
  • Best overall score (81.3)
  • Lowest cache miss and best cache reuse

Isolated Mode

MethodOverall ScoreCache Read (M)Cache Miss (M)Output (M)Cost ($)
Vanilla80.56.1848.7530.2858.31
MemoBrain78.110.2002.1070.2333.36
TokenPilot81.08.8931.9330.2443.22

Even in isolated mode, TokenPilot achieves the best overall score and lowest cost.

Claw-Eval

Claw-Eval measures performance across 12 task categories: Workflow, Operations, Finance, Office QA, Communication, Productivity, Operations, Safety, Terminal, Multimodal, and Others.

Claw-Eval results and logs

Continuous Mode

MethodOverall ScoreCache Read (M)Cache Miss (M)Output (M)Cost ($)
Vanilla63.4709.84521.9812.62281.52
MemoBrain57.947.49713.9901.13419.16
AgentSwing62.253.77610.0270.90715.63
TokenPilot60.821.4309.9280.33810.58

TokenPilot achieves:

  • 95.7% fewer input tokens vs. Vanilla (cache miss: 9.928M vs. 21.981M)
  • 87.0% lower cost vs. Vanilla ($10.58 vs. $81.52)
  • Massive cache read reduction (21.43M vs. 709.85M — 97% reduction)

Isolated Mode

MethodOverall ScoreCache Read (M)Cache Miss (M)Output (M)Cost ($)
Vanilla64.59.4294.6370.2165.16
TokenPilot63.14.4361.1540.2392.27

TokenPilot achieves the lowest cache miss and lowest cost in isolated mode as well.

Key Takeaways

  1. Cache miss is dramatically lower: TokenPilot's stable prefix ensures consistent cache hits.
  2. Cost scales better: Vanilla cost grows with session length; TokenPilot cost stays flat.
  3. Quality is maintained: Task success is competitive or better across both benchmarks.
  4. Continuous is where it shines: The longer the session, the bigger TokenPilot's advantage.

Reproducing Results

See experiments/README.md in the repository for:

  • Environment setup
  • Data download links
  • Runner commands
  • Output directory structure

Released under the MIT License.