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

Benchmark Results for Qwen3.5 Models with 2K to 400K Context on RTX 4090
A developer tested multiple Qwen3.5 model variants on an RTX 4090, measuring performance across context windows from 2,048 to 400,000 tokens. The benchmarks include time-to-first-token metrics and reveal issues with some models requiring KV offload testing.

Litigation Risks in AI Data Center Financing Structures
The AI data center buildout requires $5.2 trillion in infrastructure investment by 2030, with companies using complex financing structures like SPVs and GPU-collateralized facilities that create nine categories of litigation risk.

The double standard in AI-assisted creation: coding vs. writing
A Reddit discussion highlights the contrasting reception between AI-assisted coding (vibe coding) and AI-assisted writing, noting identical workflows but different cultural perceptions.

Claude Code adds voice input with push-to-talk functionality
Claude Code is rolling out voice mode to approximately 5% of users initially, featuring push-to-talk activation by holding spacebar. Voice transcription tokens don't count against rate limits and the feature is included at no extra cost.