Quiz 4 Question 10 of 20

A code review platform uses Claude to analyze pull requests. Their system prompt defines coding standards, style guides, and review criteria (8,000 tokens). They implement prompt caching and observe that cache hit rates are only 40% despite high traffic. Investigation reveals that a timestamp and request ID are being prepended to the system prompt for audit logging purposes. What is the root cause and fix?

Select an answer to reveal the explanation.

Motivation