Tag
Cursor AI has reduced token costs in its tool by 7% without compromising agent quality, achieved through tighter prompts, selective tool loading, better caching, and compressed file reads.
Box tested Claude Opus 5.5 and found it delivers significant performance improvements over Opus 5 for complex enterprise knowledge tasks, with major gains in token efficiency, speed, and cost.
The article introduces GCB and KRE as two layers to optimize token usage and context management in persistent multi-agent AI systems, reducing costs while maintaining capability.
This study compares memory systems to full conversation history in AI agents over simulated days, showing 23-62x fewer context tokens with similar or better recall on personal facts, but memory loses on numerical data and specific details like identifiers.
Forge is a research preview launched by Eric Simons in partnership with Arcee, Microsoft, Vercel, Fireworks, and DigitalOcean, providing up to 50x usage on open weight models like GLM 5.3, Kimi K3, and DeepSeek v4 to accelerate development and make abundant tokens accessible.
The article describes a personal development system using a Kanban board to coordinate AI agents, which minimizes context bloat in AI-assisted coding by isolating task execution from the main chat interface.
GitHub Copilot has been optimized to improve AI coding efficiency by focusing on context management rather than token count, reducing unnecessary work while maintaining task quality through changes evaluated via benchmarks and experiments.
A researcher shares preliminary results demonstrating a method that reduces image-processing token usage by approximately 95% compared to GPT-4o while maintaining similar accuracy, and seeks feedback on its significance.
Launch of OM2, an AI tool that provides permanent memory for company data to optimize AI token usage by reducing search costs.
Elon Musk announced that automatic token optimization will be added soon to reduce costs for Grok Bot users. A user suggested a workaround involving dedicated channels for specific tasks.
The article introduces Caveman, an open-source plugin designed to reduce token usage in Claude Code by making AI responses more concise while preserving important technical details.
Google introduces SKILL.state, a method that reduces token usage in AI agents by 94% during long sessions by tracking structured state instead of conversation history, achieving high accuracy with efficient resource use.
The article explores how relational buffering—extra tokens from misaligned intentions—might be a significant source of waste in AI interactions, proposing 'tokens per resolved intention' as a metric to reduce computational cost while preserving fidelity.
Retriever AI has launched a totally free browser agent extension supported by ads, leveraging DeepSeek Flash Code Mode to minimize costs and enable continuous learning from user workflows.
The tweet explains the limitations of spawning multiple AI agents and introduces graph engineering as a technique to enhance coverage and avoid redundancy by strategically managing agent contexts and workflows.
Someone token-optimized the leaked Claude Fable 5 system prompt, converted it to clean Markdown format, refactored it into a universal format, and it is applicable to various frontier AI models.
TrueForge is an open-source agent harness that optimizes prompt context and model calls, reducing token costs significantly compared to managed solutions, as demonstrated in benchmarks.
This paper explores techniques for token optimization and context window management in multi-agent AI workflows to improve efficiency and performance.
Anthropic published a practical guide for Claude Code, emphasizing context management through session commands and discussing token optimization and prompt caching to improve efficiency in AI-assisted coding.
Anthropic has published instructions on how to run Claude Code efficiently by using the /compact command before the prompt cache expires to save tokens.