Reducing Cost and Improving Performance with Claude Platform
Discover how to optimise costs and enhance performance on the Claude Platform through effective prompt management and effort calibration.
- Topic
- AI/ML
- Reading time
- 5 min
- Length
- 467 words
- Published
- Sep 9, 2026
09:19 pm IST
In this article
Introduction
The Claude Platform by Anthropic offers a powerful solution for businesses looking to harness AI capabilities. However, balancing performance and cost can often seem like a trade-off. This article explores how users can reduce costs while maintaining or even improving performance on the Claude Platform through effective strategies.
Key Highlights
- Maximise prompt cache hit rates to save on costs.
- Eliminate anti-patterns in prompts to enhance efficiency.
- Calibrate effort levels to optimise performance and cost.
Understanding Prompt Caching
Before generating a response, Claude processes prompts into an internal state, known as prefill, which is the most resource-intensive part of handling input. By implementing prompt caching, Claude can save this state, allowing for quicker responses when similar prompts are received. This not only improves efficiency but also reduces costs, as cache reads are billed at a lower rate than full inputs.
Best Practices for Effective Prompt Caching
- Avoid Changing Settings Mid-Conversation: Changing effort or thinking settings during a conversation can disrupt the cache.
- Keep Volatile Values Out: Dynamic elements like timestamps can break the cache.
- Avoid Tool Definition Changes: Changes to tool definitions can also disrupt caching.
- Be Cautious with Forking Conversations: Ensure that subagents share the parent’s cache only when conditions are met.
- Prevent Long-Running Calls: Synchronous tool calls that exceed cache TTL can lead to increased costs.
Managing Prompt Instructions
As prompts accumulate instructions, they can inadvertently hinder the performance of the latest Claude models. Common anti-patterns include:
- Verification Rituals: Instructions like "double-check your work" can waste tokens.
- Thoroughness Boosters: Phrases that encourage excessive detail can lead to verbosity.
- Mandatory Procedures: Fixed processes can stack on top of native reasoning, wasting tokens.
- Stale Examples: Using outdated examples can lead to inefficient reasoning.
- Contradictory Rules: Conflicting instructions can degrade performance.
How to Fix Anti-Patterns
To address these issues, users can utilise the updated /claude-api prompt-audit command to identify and rectify anti-patterns in prompts. This tool can significantly reduce costs and improve accuracy by eliminating unnecessary instructions.
Calibrating Effort Levels
Effort levels dictate how thoroughly Claude processes tasks. While higher effort can lead to more thorough responses, it can also increase costs without proportional performance gains. For instance, a task may yield a score of 30.9% at maximum effort for a significantly higher cost compared to a lower effort score of 11.5%.
Strategies for Effective Effort Calibration
- Test Stronger Models at Lower Effort: Sometimes, using a newer model at a lower effort can be more cost-effective than a weaker model at higher effort.
- Understand Task Shape: Evaluating performance across various effort levels can reveal the cost-performance relationship for specific tasks.
- Utilise Automated Tools: Tools like
/claude-api hillclimbcan assist in finding the optimal configuration for tasks.
Conclusion
By implementing these strategies, users of the Claude Platform can effectively reduce costs while improving performance. Maximising prompt cache efficiency, eliminating anti-patterns, and calibrating effort levels are essential steps in achieving this balance. As AI continues to evolve, leveraging these insights will be crucial for businesses aiming to optimise their operations.