Caveman vs 'be brief' prompt: benchmarking compression prompts for Claude

A developer benchmarked caveman (the popular shorthand compression prompt) against the simple prompt 'be brief.' to see if the extra complexity actually pays off. The test ran 24 dev prompts across 6 categories, comparing 5 arms: baseline, 'be brief.', caveman lite, caveman full, and caveman ultra. Outputs were judged by a separate Claude instance using per-prompt rubrics.
Benchmark results
- Baseline: mean score 0.985, mean tokens 636
- 'be brief.': mean score 0.985, mean tokens 419
- Caveman lite: mean score 0.976, mean tokens 401
- Caveman full: mean score 0.975, mean tokens 404
- Caveman ultra: mean score 0.970, mean tokens 449
The two-word version matched caveman on both compression and quality. However, caveman's value lies elsewhere: consistent output structure, mode switching, and the safety escape on destructive operations. The safety escape actually introduced significant variance in output quality, which may be a concern for certain use cases.
Full breakdown with per-category data and variance findings on safety questions is available at the author's site. The benchmark harness is open source on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude System Prompt Compliance Degrades in Long Conversations
Claude-based agents show degraded system prompt compliance after 40-50 messages, with formatting rules being ignored and constraints forgotten. The issue stems from system prompts competing with conversation history for attention weight in the context window.

Claude Code OAuth Login Timeout Bug on Windows
Claude Code version 2.1.92 has a bug where Windows users experience OAuth login failures with a timeout error of 15000ms, completely blocking access to the AI coding assistant.

Qwen 3.6 27B at 52.8 tps TG on AMD MI50s: Full Precision, No MTP, No Quant
A Reddit user benchmarks Qwen3.6-27B on eight AMD MI50s (2018 cards) using a vllm fork with ROCm 7.2.1, achieving 52.8 tps TG and 1569 tps PP with full precision and no MTP.

Claude offers extra usage credit for Pro, Max, and Team plans
Claude is giving Pro, Max, and Team plan subscribers a one-time extra usage credit equal to their subscription price. The credit can be used across Claude, Claude Code, Claude Cowork, and third-party products.