HN spotlights Caveman, a Claude Code plugin that trims tokens with “caveman” responses
Original: A Claude Code skill that makes Claude talk like a caveman, cutting token use View original →
A fast-rising Hacker News thread is centered on the GitHub project Caveman. The branding is playful, but the underlying problem is practical. As Claude Code, Codex, and similar coding agents become part of everyday engineering workflows, overly polite and wordy answers are not just a style annoyance. They also consume money, latency, and precious context window budget. At the time of writing, the HN discussion had reached 399 points and 238 comments.
Caveman is positioned as a lightweight skill/plugin layer rather than a model change. Its README says it can reduce output tokens by roughly 75% by removing filler language and hedging while keeping code blocks and technical terms intact. The before-and-after examples are easy to understand: a long explanation of React re-renders becomes a short note about object references and useMemo, without changing the actual fix.
That is why the HN interest matters. Developers are increasingly treating response formatting itself as an optimization surface. If an agent can preserve the same diagnosis, command, or review guidance while emitting fewer tokens, the upside compounds over long sessions. Less output means lower cost, faster completions, and more room for follow-up context.
The obvious caveat is that compression only helps if accuracy survives. Caveman’s README makes that claim, but the real test is broader use across debugging, design review, and implementation workflows. Even so, the project captures a real shift in AI tooling. People are no longer only asking which model is smartest. They are also asking which interaction style is efficient enough to live inside daily engineering loops.
Related Articles
Alberta put roughly 50 Claude Code agents across 466 million lines of government code and compressed a security review estimated at 6.5 years into 20 hours. The case matters because it moves coding agents from developer convenience into public-sector cyber operations.
AI coding is shifting from picking one assistant to orchestrating several agents. Omnigent is an open-source meta-harness with shared sessions, guardrails, and human-in-the-loop workflows.
OpenAIDevs said on March 27, 2026 that Codex usage limits had been reset across plans so users could try newly launched plugins. OpenAI's Help Center says Codex is temporarily available on Free and Go, paid plans are getting 2x rate limits, and plugins package reusable workflows built from skills, app integrations, and MCP configurations.