Krux

March 31, 2026
Anthropic's Code Editor Slashes AI Costs by 12x
Published: March 31, 2026 at 12:32 AM
Updated: March 31, 2026 at 12:32 AM
100-word summary
Anthropic's Claude Code v2.1 updates in March cut input token costs by up to 12x through a new prompt-cache mechanism, potentially shaving hundreds of dollars off monthly bills for teams running AI coding assistants. That's the difference between paying for the same context over and over versus reusing it. The patch series also added session labeling (name your coding sessions and see them in a sidebar spark icon), markdown plan views, and memory leak fixes that reclaim 16MB of baseline RAM. Anthropic quietly removed older Opus 4 and 4.1 models from its first-party API, auto-migrating users to Opus 4.6 instead. The cost cut matters because most AI coding tools burn...
What happened
Anthropic's Claude Code v2.1 updates in March cut input token costs by up to 12x through a new prompt-cache mechanism, potentially shaving hundreds of dollars off monthly bills for teams running AI coding assistants. That's the difference between paying for the same context over and over versus reusing it. The patch series also added session labeling (name your coding sessions and see them in a sidebar spark icon), markdown plan views, and memory leak fixes that reclaim 16MB of baseline RAM. Anthropic quietly removed older Opus 4 and 4.1 models from its first-party API, auto-migrating users to Opus 4.6 instead.
Why it matters
The cost cut matters because most AI coding tools burn tokens re-reading the same files. Now your editor remembers.