Back to articles

Tag archive

#promptcaching

S
Aug 29, 2026

Semantic Caching vs. Prompt Caching: Measuring the Break-Even Point on Real Traffic

두 가지 캐싱 전략을 실제 트래픽으로 비교 측정하여 손익분기점을 수치로 확인합니다. Anthropic 공식 캐시 할인율과 1,000건 반복 쿼리 벤치마크를 기반으로, 창업자가 자사 워크로드에 맞는 캐싱 계층을 선택하는 의사결정 프레임워크를 제공합니다.

Aug 29, 20263 min read0 reactions0 comments
W
Aug 22, 2026

What actually drives your Claude bill: cache misses, quadratic context, and prepaid retries

The per-token rate on Anthropic's pricing page is real, but it's the least useful number for predicting your actual invoice. Three multipliers move the bill far more than model choice does — a cache that silently misses, a transcript that grows quadratically with run length, and a best-of-N pattern that prepays for latency you may not need. Here's the arithmetic on all three, combined, with real numbers.

Aug 22, 20267 min read0 reactions0 comments