𝗖𝗟𝗔𝗨𝗗𝗘 𝗕𝗜𝗟𝗟𝗜𝗡𝗚 𝗖𝗛𝗔𝗡𝗚𝗘𝗦 𝗢𝗡 𝗝𝗨𝗡𝗘 𝟭𝟱
Anthropic splits billing on June 15. You need to know if this hits your wallet. Billing now has two pools: interactive and programmatic.
Interactive use stays the same. This includes:
- Claude.ai chat
- Claude Code in your terminal
- Claude Cowork
Programmatic use moves to a separate monthly credit. This includes:
- Claude Agent SDK
- Headless Claude Code (claude -p)
- Claude Code GitHub Actions
- Third-party agents like Zed
You are safe if you type and read replies on a screen. You are affected if Claude runs without you.
Check your setup now. Search your repos and CI config for these terms:
- claude -p
- claude_agent_sdk
- anthropic
If you find these, you are on the programmatic side. You get a monthly credit based on your plan:
- Pro: $20
- Max 5x: $100
- Max 20x: $200
Once credits end, automation stops. You have two choices:
- Turn on usage credits to pay API rates.
- Move heavy automation to a direct API key.
Heavy automation is better on a direct API key. It is predictable. Use prompt caching to lower costs.
This change stops subscriptions from paying for expensive agent loops.
Audit your usage now. Claim your credit before June 15. Decide on your overflow settings.
Source: https://dev.to/rapls/claudes-june-15-billing-split-are-you-even-affected-a-solo-devs-triage-70m