On 2026-06-22, the open-source project Headroom shipped v0.27.0, a release that adds `headroom update`, `headroom doctor`, and a hot-reload path for live proxy env knobs. The repository (headroomlabs-ai/headroom on GitHub) reached 48,803 stars, 3,406 forks, and 368 open issues on 2026-06-24, six months after its first commit on 2026-01-07. The project compresses tool outputs, logs, RAG chunks, files, and conversation history before they reach an LLM, with published benchmarks of 92% token reduction on code search, 92% on SRE incident debugging, 73% on GitHub issue triage, and 47% on codebase exploration. Accuracy on GSM8K, TruthfulQA, SQuAD v2, and BFCL is preserved or improved. Headroom is Apache 2.0 licensed, runs locally, and exposes a library, a proxy, an agent wrapper, and an MCP server. v0.27.0 also adds `headroom mcp install`, tabular `.xlsx/.xls` compression, and Cortex Code (Snowflake CoCo) to the supported agent list.
GitHub repo JuliusBrussee/caveman — a TypeScript Claude Code / Codex / Gemini / Cursor skill that asks the agent to talk like a caveman. 74,940 stars and 4,230 forks as of 2026-06-20, MIT, 15 releases (latest v1.9.0 on 2026-06-12). Project-published benchmark of 10 real Claude API prompts shows 65% average output-token reduction (range 22–87%); caveman-compress sub-skill cuts 46% of tokens from real memory files. The README's own Important box is the lead caveat: caveman only affects output tokens — thinking/reasoning tokens are untouched.
Dietrich Gebert's ponytail hit v4.6.0 on 2026-06-15 with 17,921 GitHub stars, 761 forks, and 8 releases in four days. The ruleset teaches Claude Code, Codex, Gemini CLI, OpenCode, Cursor, Windsurf, Cline, Aider, Kiro, GitHub Copilot, and Pi agents to ask 'does this need to exist?' before they type — and ships with a reproducible promptfoo benchmark (median of 10 runs across Haiku, Sonnet, Opus) showing 80–94% less code, 47–77% lower cost, and 3–6× faster runs than a no-skill baseline. Five-task scope, MIT, every shortcut tagged for later.