Quiz 6 Question 9 of 20

An enterprise platform processes 50,000 API requests per day to Claude. The engineering team discovers that 35% of these requests have identical system prompts (10,000 tokens each) combined with unique user messages (500-2,000 tokens each). Without caching, the monthly bill is $180,000. The team implements prompt caching using cache_control with type: 'ephemeral' on the system prompt. However, after implementation, they observe only a 12% cost reduction instead of the expected ~70% reduction. Which root cause is MOST likely responsible for this underperformance?

Select an answer to reveal the explanation.

Motivation