← All guides

Caveman Mode for Claude Code: Cut Output Tokens 61-75% (2026)

Caveman Mode (also called Kevin Mode) is a short CLAUDE.md snippet that forces terse output. Users report 61-75% output-token reductions with no drop in code quality.

Bleeding money on Claude Code or OpenClaw?

We apply the full cost checklist live and set up monitoring. See training and cost-audit options →

The fix: drop a response-rules block into your CLAUDE.md that bans preambles, summaries, rule-of-three lists, and filler adverbs. Output-token volume drops 61-75%, which at daily-user Sonnet rates is typically $100-140/month saved — because you were paying for words you never needed. It does not lower code quality; it removes the padding around the code.

The CLAUDE.md snippet

Add this to the CLAUDE.md at your project root (OpenClaw reads it the same way Claude Code does):

# Response rules

- No preamble. No "I'll help you with that."
- No summaries of what you did unless asked.
- No rule-of-three. Give the one best answer.
- No filler adverbs (basically, actually, essentially).
- Code first. Explanation only if requested.
- If the task has a single answer, give only that answer.

That is the whole thing. The viral juliusbrussee/caveman repo popularized it; Decrypt and PCWorld both covered it in April 2026.

Why it saves so much

Most of what a chatty model emits around a code change — the “Here’s what I’ll do,” the recap, the three-bullet summary, the hedging adverbs — is output tokens you pay for. Output tokens are the expensive side of the bill. Caveman Mode cuts the padding, not the substance, so you keep the code and drop 61-75% of the token volume around it.

Stack it with ENABLE_TOOL_SEARCH (which cuts the input side, the tool-schema tax) and you have recovered most of what a fresh session bills.

Does it work with OpenClaw?

Yes. OpenClaw inherits the CLAUDE.md convention, so the same response-rules block that makes Claude Code terse also tightens OpenClaw agent output. Put it in the project root where the OpenClaw gateway runs and restart the gateway (openclaw gateway restart) so the new system prompt is picked up.

Need help?

If you want the whole cost checklist applied for you — Caveman Mode, tool search, session discipline, model routing — we do it live in one session. See training and cost-audit options →

Need OpenClaw fixed live?

Remote rescue sessions for gateway, auth, tunnel, VPS, and model access problems.

See Rescue Session

Read next

Restart Claude Code Sessions at 200K Tokens (Save Up to 80%) (2026)
Every Claude Code message resends the full conversation. Past 200K tokens the cost per message balloons. Restarting with a handoff doc cut one developer's bill from $1,600 to $320.
ENABLE_TOOL_SEARCH: Cut Claude Code's 45K-Token Tool Tax (2026)
By default Claude Code injects every tool definition each turn — about 45K tokens. ENABLE_TOOL_SEARCH lazy-loads them, dropping per-turn context to ~20K and saving $50-100/month.
Stop Hitting Claude Code Usage Limits: Best Tools and Settings (2026)
How Claude Code limits actually work, the free habits that cut token burn, and 8 verified open-source tools that stretch a Pro plan.
Claude Code Hooks That Cut Token Burn: 5 Real Configs (2026)
Most people use Claude Code hooks for desktop notifications. Here are five verified hook configs that block expensive tool calls before they run and pay for themselves.