Skip to content
The blog

Written after the deployment, not before.

Essays on AI architecture, strategy and the org problems in between. Heart what’s useful, argue with me in the comments.

Tagged llm-costclear ✕


Aug 10, 2026

llm cost11 min read

The $8,000 Misunderstanding: How to Cut Your LLM Bill by 80%

Facing a surprise LLM bill? Learn how enterprise teams are cutting AI inference costs by 50-80% using a practical framework of model routing, prompt caching, and efficient architecture, without sacrificing quality.

A thick stack of paper clamped and compressed in an iron vice, with loose sheets fallen in a heap beside it.

2 reads

Feb 17, 2026

llm caching13 min read

Cut Your LLM Bill by 70%: A Guide to Four Caching Strategies for 2026

Explore four essential caching layers for LLM applications—prompt-prefix, full response, retrieval, and semantic—that can cut costs by up to 70% and serve responses in milliseconds. This guide covers the mechanism, risks, and metrics for each, plus when caching is the wrong choice.

Abstract graphic with overlapping colorful circles and lines, suggesting data flow and cost savings.

2 reads

Dec 04, 2025

llm cost12 min read

Your Retry Loop Is a Time Bomb: From a $50 API Call to a $5,000 Bill

A simple retry-on-failure wrapper seems harmless, but in AI agent systems, it can lead to silent cost overruns and cascading failures. This article explains why, and how to build resilient, cost-aware error handling using techniques like total budget caps and structured escalation ladders.

Code snippet showing a three-line retry wrapper with a red warning symbol.

2 reads

Nov 07, 2025

The 1M Token Budget: Why 1 in 10 Queries Fail at Scale

Large context windows are not a free upgrade; they are a budget with steep costs in money, latency, and accuracy. This article explains the three hidden costs of long context and provides a framework for deciding when to use it.

A stack of coins with a question mark on top.

1 reads