ContextForge Slashes Claude Code Token Usage by 72%

Independent_Pick3116 · reddit · 2026-07-05

The author open-sourced ContextForge, a local proxy/CLI tool deployed between coding agents (like Claude Code) and LLM providers. It reduces token waste via three mechanisms: parsing repositories into a local SQLite AST graph using native C++, 'skeletonizing' old file histories (keeping only signatures), converting massive responses (like lockfiles) into pointers, and handling protocol conversion between Anthropic and OpenAI formats (allowing Claude Code to connect to Ollama/OpenAI compatible models with full streaming).

In a controlled experiment implementing a 'soft delete' feature in an Express.js backend comparing direct mode versus routing through ContextForge, the tool reportedly reduced token usage by up to 72%.

Original post →

More from coding & agent

coding & agent channel →