Fetching from the wire…
Public story · 2026-08-18 · high
The open-source tool now sits at 98.9k GitHub stars and pairs a skill with a proxy that compresses code, logs and JSON before they hit the model.
Why now: Caveman was trending on GitHub as of August 18, 2026, with enough source detail on its compression claims to stand on its own.
Caveman now cuts provider-billed input tokens 33.2% across more than 30 agents, per the project's GitHub page. That's real savings for anyone running agents against a metered API, where cost scales with everything fed into the model. The project has climbed to 98.9k GitHub stars and is trending.
Two pieces here. A skill compresses model output, averaging around 65% fewer tokens. One cited example: a React re-render explanation shrank from 1,180 tokens to 159.
A proxy handles the input side, compressing by content type. It applies structural compression to JSON, filters INFO and progress logs, and uses tree-sitter to elide function bodies in code. A pixel mode renders dense text to PNG for vision models to read instead.
Original bytes get written to a content-addressed recovery store before any lossy transform runs, so exact retrieval stays possible. That's not a detail you add casually. It suggests the team already hit cases where compressed output wasn't enough, or the original was needed back.
Install is one command: npm i -g @caveman-ai/cli, then caveman setup --install. The GitHub page doesn't say how the 33.2% figure was measured, on what workloads, or against what baseline. I'd want to see the compression fail on a real edge case before wiring it into a production agent setup. So far I've only seen the headline number.
Each link below shares sources, entities, or timing with this story.
Three separately-maintained projects now occupy the same layer. CodeBurn reads on-disk session files to price 41+ tools locally and flags waste like re-read files and unused MCP servers. caveman (98.9k stars) interposes a local proxy doing content-type-aware compression, JSON...
JuliusBrussee/caveman ships both a skill (output compressor, ~65% average output token reduction; one React re-render explanation went 1,180 to 159 tokens) and a proxy compressing input and output by content type. The design choice that makes it usable: original bytes are writ...
The headline number on this repo is 65% token savings. The number you should actually care about is 33.2%, and the reason to trust the project is that the maintainer tells you the difference. JuliusBrussee/caveman cut v2.1.0 on August 16 at 19:22 UTC (GitHub). The GitHub API r...
caveman is MIT-licensed, makes coding agents drop prose filler while leaving code, commands, and errors byte-for-byte identical, installs in one command across 30+ agents with six compression levels. The headline 65% comes from 10 chat-style prompts with a 22–87% range. The RE...
Caveman is at 94,167 stars as a single skill for Claude Code, Codex, Gemini, Cursor, Windsurf, Cline, Copilot, and 30+ others, stripping conversational filler while keeping code, commands, and error strings byte-for-byte exact. The README's worked example compresses a 69-token...
The open-source project replaces vector search with ls and find commands, and its LoCoMo scores go from 24-57% to 80-83% accuracy.
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.