Universal CLAUDE.md reduces Claude output tokens by 63% in benchmarks

A developer has released a universal CLAUDE.md file that significantly reduces token usage in Claude responses while maintaining technical accuracy. The tool was built entirely with Claude's assistance during a single session where Claude researched Reddit threads, GitHub issues, and prompt engineering research.
What it fixes
- "You're absolutely right!" and "Great question!" on every response
- "I hope this helps! Let me know if you need anything!" closings
- Em dashes, smart quotes, Unicode chars that silently break parsers
- Restating your question before answering it
- Unsolicited suggestions and over-engineered code
- "As an AI..." framing
- Hallucination guard - if you correct Claude on something, it treats that as ground truth for the rest of the session and never re-asserts the wrong answer
Benchmark results
The developer tested the same 5 prompts with and without the file:
- Explain async/await: 180 words → 65 words (64% reduction)
- Code review: 120 words → 30 words (75% reduction)
- What is REST API: 110 words → 55 words (50% reduction)
- Hallucination test: 55 words → 20 words (64% reduction)
- Total: 465 words → 170 words (63% reduction)
The developer notes that answers maintain the same technical accuracy - just without the fluff.
Implementation and profiles
The solution requires just one file dropped in your project root with no code changes. It includes three profiles for different use cases:
- CLAUDE.coding.md - for dev projects and code review
- CLAUDE.agents.md - for automation pipelines and bots
- CLAUDE.analysis.md - for data and research work
The tool is built on real GitHub issues (including #3382 with 350+ upvotes) and community research. The repository is open to PRs and profile contributions, with the developer encouraging users to open issues for any annoying behaviors they want fixed.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP Server Directory Lists 1000+ Servers Across 20 Categories
A curated directory provides install commands and config snippets for over 1000 MCP servers across categories including databases, developer tools, browser automation, AI/ML, and cloud/devops. The directory is free to browse and submit to.

Delimit Governance Layer for Multi-Agent AI Development
Delimit is an open-source governance layer that coordinates multiple AI coding agents to prevent conflicts. It provides shared memory, collision detection, and audit tracking for agents like Claude Code, Codex, and Gemini.

idea-reality-mcp: MCP server checks for existing tools before Claude writes code
A developer built an MCP server called idea-reality-mcp that scans GitHub repos, Hacker News discussions, npm packages, and PyPI before Claude writes any code, returning a 'reality signal' score from 0-100 indicating market competition.

Dual DGX Sparks vs Mac Studio M3 Ultra: Practical Comparison for Running Qwen3.5 397B Locally
A developer compared running Qwen3.5 397B locally on a $10K Mac Studio M3 Ultra 512GB and a $10K dual DGX Spark setup. The Mac Studio achieved 30-40 tok/s with 800 GB/s bandwidth but slow prefill, while the Sparks delivered 27-28 tok/s with faster compute but complex setup.