Fetching from the wire…
Public story · 2026-08-07 · high
Caveman handles the output side, and benchmarks posted alongside both tools show that side collapsing to single digits on coding runs.
Why now: This compression split was covered on August 7, 2026.
Headroom compresses what enters an AI agent's context, tool results, logs, RAG chunks, using AST- and schema-aware compressors, per the project's GitHub repo. A separate tool called Caveman compresses the other direction: the narration an agent writes back out, trimmed with prompt-level style constraints.
The split matters because tool-heavy agent loops burn most tokens on what tools return, not on what the model narrates back. Benchmarks posted with the two tools put input-side reductions at 60-95%, per Headroom's repo.
Output-side compression collapses to single digits on agentic coding runs by the same measure. That's the gap between an agent that runs out of context mid-task and one that doesn't. The repo doesn't break out results by compressor type or say which coding runs were tested.
The project's guidance follows that gap. Spend compression effort on the input side for tool-heavy agent loops. Save output-side trims for chat-shaped work, where the model's own text makes up most of what moves back and forth.
Each link below shares sources, entities, or timing with this story.
62,876 stars, ~313/day. Compresses tool outputs, logs, RAG chunks and files before they hit the model, and unusually publishes the other side of the trade: GSM8K holds at 0.870 (±0.000), TruthfulQA *improves* 0.530 → 0.560, SQuAD v2 and BFCL retain 97%. Real workloads: 92% sav...
If the margin collapse is happening to the providers, the demand-side version is happening in your own usage graph. Practitioners are now stacking independent token-reduction layers and compounding the savings past 90% total. (Codepointer) The recipe that's making the rounds:...
Headroom compresses tool outputs, logs, RAG chunks, and files before they ever reach the model. It deploys as a library, a proxy server, or an MCP server, and the benchmarks are blunt: 92% token reduction on code search (17,765 down to 1,408) and SRE debugging (65,694 down to...
Every story above generates tokens, and tokens are money. rtk is the clearest "do this today" item in the whole dataset. It's a single Rust binary, 59,658 stars, created January 22 and pushed as recently as June 7, that proxies common dev commands and claims 60 to 90% reductio...
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...
JuliusBrussee/caveman hit 54,000+ GitHub stars in under three weeks and topped Hacker News. The repo is exactly what it sounds like: a skill that strips agent verbosity, kills the "I'd be happy to help" preamble, and makes Claude answer in terse, near-grunt prose while keeping...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.