Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

token savings

30 articles about token savings in AI news

Claude Opus 5 Is Now in Claude Code: How to Use Fast Mode and Save 50% on Tokens

Claude Opus 5 is now in Claude Code with Fast Mode (2.5x speed) at Opus 4.8 pricing. Run `claude code --model opus-5` to start saving 50% on tokens immediately.

99% relevant

SWE-Pruner Pro Saves 39% Tokens by Reading LLM Hidden States

SWE-Pruner Pro saves up to 39% tokens on coder LLMs by reading keep-or-prune signals from hidden states, maintaining task quality without external heuristics.

87% relevant

Why MCP Can't Save Your Input Tokens (And What Actually Works in Claude Code)

MCP tools can't reduce your Claude Code input tokens since they run after context entry. Use a pre-send hotkey or CLI pipe to clean prompts before they enter the token meter.

90% relevant

The Caveman Skill for Claude Code Saves 8.5% Tokens

Caveman skill for Claude Code saves 8.5% tokens, not 65%. Safe to use with no quality loss. Install via SkillsBench.

70% relevant

Miami Startup Claims 12M-Token LLM Inference at $8 vs. $2,600 on Claude

Miami startup claims 12M-token LLM inference for $8 vs. $2,600 on Claude Opus 4.6. No paper or benchmarks released yet.

90% relevant

UniSound U2 Cuts Token Use 25%, Joins Top Chinese LLM Tier

UniSound's U2 foundation model cuts token consumption by 25% while matching top Chinese LLM performance, entering the top tier with an efficiency-first design.

71% relevant

MiniMax M3 Sparse Attention: 15.6x Decoding Speedup at 1M Tokens

MiniMax M3 sparse attention achieves 9.7x prefilling and 15.6x decoding speedup at 1M tokens, reversing M2's full-attention stance.

100% relevant

Glean benchmark: Off-the-shelf MCP costs 30% more tokens than indexed context

Glean benchmark: off-the-shelf MCP in Claude Cowork loses 2.5x more tasks and uses 30% more tokens than indexed context.

88% relevant

Doby Cuts Claude Code Navigation Tokens by 95% with Spec-First Workflow

A spec-first fix workflow that slashes navigation tokens 95% and enforces plan docs as source of truth before code changes.

100% relevant

TACO Framework Cuts Agent Token Overhead 10% via Self-Evolving Compression

Researchers introduced TACO, a framework that enables terminal agents to automatically discover and refine context compression rules from their own interaction trajectories. This approach cuts token overhead by approximately 10% on benchmarks like TerminalBench and SWE-Bench Lite while preserving task accuracy.

87% relevant

Install token-ninja: The MCP Server That Saves Tokens on Common Shell Commands

A new MCP server, token-ninja, automatically runs simple shell commands locally instead of sending them to Claude, cutting token usage and speeding up your workflow.

100% relevant

Meta Employee Builds 'Claudeonomics' Dashboard for Internal AI Token Competition

A Meta employee built an internal dashboard called 'Claudeonomics' that ranks coworkers by their usage of company AI tokens, creating a gamified competition and providing a novel view into internal AI tool adoption patterns.

75% relevant

Claude-Mem Plugin Adds Persistent Memory to Claude Code, Cuts Token Use 10x

Developer Akshay Pachaar released Claude-Mem, a free plugin that adds persistent memory across Claude Code sessions. It captures tool usage and implements a 3-layer retrieval system, saving up to 10x tokens.

85% relevant

Code-Review-Graph Cuts Claude Token Usage 8.2x with Local Knowledge Graph

A developer released 'code-review-graph,' an open-source tool that uses Tree-sitter to build a persistent structural map of a codebase. This allows Claude to read only relevant files, cutting average token usage by 8.2x across six real repositories.

95% relevant

CLAUDE.md Promises 63% Reduction in Claude Output Tokens with Drop-in Prompt File

A new prompt engineering file called CLAUDE.md claims to reduce Claude's output token usage by 63% without code changes. The drop-in file aims to make Claude's code generation more efficient by structuring its responses.

87% relevant

Tamp Compression Proxy Cuts Claude Code Token Usage 52% — Zero Code Changes

Run a local proxy that automatically compresses Claude Code's API calls, cutting token usage in half without modifying your workflow.

87% relevant

Stop Claude Code's Web Fetches from Burning 700K Tokens on HTML Junk

A new MCP server, token-enhancer, strips scripts, nav bars, and ads from web pages before they hit Claude's context, cutting token waste by 90%+.

84% relevant

Claude Code's New Read Cache Blocks 8% of Token Waste Automatically

The claude-context-optimizer plugin v3.1 now actively blocks Claude from re-reading unchanged files, saving an average 8% of tokens per session.

87% relevant

How to Cut Claude Code's Token Costs 32% by Fixing Its Navigation Problem

Claude Code agents waste tokens on grep-style navigation. A new open-source tool gives them IDE-like navigation, cutting costs 32% and doubling efficiency.

92% relevant

How Adding 'Skills' to MCP Tools Cuts Agent Token Usage by 87%

Adding structured 'skills' descriptions to MCP tools dramatically reduces token consumption in custom agents—here's how to implement it in your Claude Code workflows.

95% relevant

Anthropic's Pricing Revolution: Million-Token Context Now Standard for Claude AI

Anthropic has eliminated the 5x surcharge for million-token contexts in Claude 3 Opus and Claude 3.5 Sonnet, making long-context AI dramatically more affordable. This pricing overhaul removes barriers for developers analyzing large documents, codebases, and datasets.

95% relevant

DeepSeek v4 Pricing Cuts 75%: $0.43/M Tokens In

DeepSeek v4 API pricing permanently cut 75% to $0.43/M input, $0.87/M output, enabled by 27% compute and 10% cache vs v3.2.

100% relevant

arXiv Survey Maps KV Cache Optimization Landscape: 5 Strategies for Million-Token LLM Inference

A comprehensive arXiv review categorizes five principal KV cache optimization techniques—eviction, compression, hybrid memory, novel attention, and combinations—to address the linear memory scaling bottleneck in long-context LLM inference. The analysis finds no single dominant solution, with optimal strategy depending on context length, hardware, and workload.

95% relevant

Chinese LLMs Surge on OpenRouter as U.S. AI Traffic Shifts

Chinese LLMs now drive most weekly token growth on OpenRouter, with American startups routing more traffic to them, per @rohanpaul_ai. The shift reflects utility over brand loyalty.

100% relevant

Claude Code Digest — May 14–May 17

Cut CLAUDE.md token waste by 99.3% with progressive disclosure skills.

95% relevant

Claude Code Digest — Apr 20–Apr 23

Opus 4.7's tokenizer can spike your costs by 40% — measure before you upgrade.

100% relevant

How to Use Gemini's 1M Context for Free File Reading in Claude Code

A new MCP server lets Claude Code use free Gemini Flash for file reading, cutting token costs on large codebases.

100% relevant

Claude Opus 4.6 Unlimited Access Deal Sparks Developer Interest

A developer reports finding a deal for unlimited Claude Opus 4.6 usage without rate limits, potentially offering significant cost savings for heavy users compared to Anthropic's official API pricing.

93% relevant

Anthropic Tests Sonnet-to-Opus 'Phone a Friend' for Cost-Effective AI

Anthropic is experimenting with a system where its Claude 3.5 Sonnet model can automatically invoke the more capable Claude 3 Opus for difficult tasks. This 'phone a friend' approach aims to improve final output quality while reducing overall token consumption and cost.

85% relevant

Claude Code's Hidden /compact Flag: How to Use It for Faster, Cheaper Iteration

Claude Code has a hidden /compact flag that dramatically reduces token usage for faster, cheaper development iterations.

95% relevant