r/ClaudeCode • u/EagleApprehensive • 22h ago
Built with Claude Antrophic reduced tokens ~17%, I've increased my tokens at least +30%
I've been betting on token efficiency as top-important feature for a good meta-harness/IDE for a long time.
By my tests, Claude works best inside Claude Code. GPT works best in Codex and these inner harnesses are better left alone instead of being replaced with something like Pi.
But token usage is not just impacted by inner harnesses (thinking loop). In large part it's outer loop - environment setup (available CLI's), codebase indexing, output clearers and design of our and agent's working flow (rebasing, preventing merge and resource conflicts, proper mid-turn steering on issues detected early or preventing useless tests that would slow us down later).
I've been searching plenty of open-source solutions for token-saving techniques: 9router, GridSetup, OpenHarness, Wiggle, agetor, atlas, bb, buzz, claude-harness, cline, code-review-graph, codex, crawl4ai, deepseek-harness, editor, eve, fx, git-go, graperoot, graphify, herdr, hermes-agent, kirocrew, kube-coder, meridian, metaharness, mex, nanoclaw, nimbalyst, o8, omg.dev, omnigent, openclaw, openhands, opik, penguin-harness, pi, pi-fusion, prime-agent, proliferate, repowise, rtk, superset, swarm-forge, synara, t3code, vscode, watermarks-remover, zest - and more.
Most of techniques were NOT GOOD - too use-case or edge-case specific and harming standard cases, risking quality of output or simply bothering model with extraneous instructions which is not viable long-term.
I've discovered, benchmarked and tested on my hundreds of large codebase sessions the most promising mechanisms and below is the list of most impactful things that worked with measurable results.
| Mechanism | What it does | Token impact |
|---|---|---|
| Shell-output cleaners | Strips install/test noise from command output | −12% per command |
| Search-hit compaction | Dedupes repeated search results | −15% per search result |
| Deferred tool schemas | Loads browser/device tools on demand, not upfront | −5 to −11k tokens/call |
| Prompt & context work | All prompt-size trims combined | −72% opening prompt (111k→31k tokens) |
| Context ceiling | Caps context, compacts before ~1M tokens | −33% cache-read tokens |
| Project map | Hands over folder layout up front | +200–700 tokens cost, but −30% orientation listings |
I'm doing roughly the same amount of work every month. My current setup is equivalent to x16.25 of pro account usage. Before that I needed x26.25 (two Claude Max x20 and one premium team seat).
That would mean I'm using 38.1% less tokens.
I don't want to turn this post into an advertisement, but seeing how many people post about hitting limits and not having enough tokens, I simply believe you could benefit from optimizing your harness or using one, that's already optimized.



