isattu.

Anthropic's Pricing and the Compute Tax — stratechery

ben thompson · stratechery · 30 apr '26open source -> stratechery.com
cost context length -> old pricing new pricing short long agentic
the rough shape of cost per task under the new pricing. short ↗ cheaper. long agentic workflows ↘ noticeably more.

my take. ben thompson on anthropic's pricing — compute is the new cloud bill.

Ben Thompson's piece reframes Anthropic's pricing announcement from 'new plan' to 'compute tax dressed as a launch.' I think he's right, but the more interesting thing is the second-order effect on how agents will be designed.

the framing

You're not paying for capability anymore, you're paying for context length. It rewards the customers who can keep their interactions short and punishes the ones running long, stateful agentic workflows.

This is correct, and it's not malicious. The thing that costs anthropic the most isn't capability — they have the capability. It's the KV cache during long sessions. Charging by context length is just charging by cost.

what changes for alphaengine

Our listener service runs long. A typical strategy validation is 28 turns. Under the new pricing, that's now a measurable cost line item. The architectural fix is to break the validation into shorter sessions with explicit handoffs — pay the context-packing tax upfront instead of letting context accrue.

the bigger pattern

Every wave of compute has had a phase where pricing was 'capability-shaped' and another where it became 'usage-shaped'. AWS started by selling instances; ended up selling network egress. We're at the equivalent moment for LLMs.