Skip to content
AI Primer
release

WOZCODE claims 54% lower Claude Code cost on Opus 4.7 benchmark

Users posted WOZCODE, a Claude Code plugin that swaps in smarter file and search tools, and reported 54% lower cost, 68% fewer turns, and faster completion on the same Opus 4.7 task. The benchmark is community-run, but it includes install steps and repeatable commands.

4 min read
WOZCODE claims 54% lower Claude Code cost on Opus 4.7 benchmark
WOZCODE claims 54% lower Claude Code cost on Opus 4.7 benchmark

TL;DR

You can check the official product site, browse the plugin repo, and compare the claim against the live Terminal-Bench 2.0 leaderboard. The repo also exposes a few extra details the tweets skipped, including subagents, a /woz-savings command, and optional Conductor support.

Benchmark deltas

The core claim is unusually specific: one stock Claude Code run versus one WOZCODE run, same prompt, same Claude Opus 4.7 model. In that comparison, hasantoxr's benchmark post reported four deltas:

  • Cost: $14.38 → $6.61, 54% lower
  • Turns: 236 → 76, 68% fewer
  • Duration: 22m 44s → 15m 46s, 31% faster
  • Output tokens: 102k → 77.4k, 24% lower

heyrimsha's post repeated the same numbers a few minutes later, which at least suggests the benchmark format was easy to copy, even if it is still community-run rather than a formal eval.

Tool swaps

The argument behind the savings is straightforward. Each grep, file read, or shell call becomes another model round-trip, and both hasantoxr's explanation and heyrimsha's follow-up said Claude Code's default tools often return too little context, which forces the agent to ask again.

The GitHub repo describes WOZCODE the same way: it replaces Claude Code's built-in file tools with optimized alternatives. The official site turns that into a bigger marketing claim, saying the plugin is 30 to 40 percent faster on most tasks, up to 10x faster on database tasks, and cheaper on token usage.

Install path

The install path is short enough to fit in one post. Inside Claude Code, hasantoxr's install post says to run:

  • /plugin marketplace add WithWoz/wozcode-plugin
  • /plugin install woz@wozcode-marketplace

The repo README adds the parts that matter once the plugin is installed:

  • restart Claude Code with claude
  • look for a woz:code badge in the input area
  • log in with /woz-login
  • use /woz-savings to see estimated roundtrip, time, token, and cost savings

hasantoxr's install post also claimed the free tier includes $100 per month in Claude Code savings and said code stays on the local machine plus Anthropic's API, with no proxy or intercept.

Hidden extras

The tweets mostly sold WOZCODE as a cheaper tool layer. The repo README shows a broader product surface:

  • woz:code is the main coding agent
  • woz:explore handles fast read-only codebase exploration
  • woz:plan handles architecture and implementation planning
  • /woz-settings can change attribution, status line, and spinner behavior
  • /reload-plugins updates the current session without a full reinstall
  • wozcode conductor wires the plugin into Conductor

That last part is new information relative to the tweet thread. WOZCODE is being pitched as a drop-in Claude Code plugin, but the repo is already describing subagents, settings, and external tool integration that make it look more like a lightweight agent layer riding inside Claude Code.

🧾 More sources

Benchmark deltas1 tweets
Core benchmark claims and the repeated community run with matching numbers.
Hidden extras1 tweets
Final section anchored by repo details that go beyond the tweet thread's basic benchmark framing.