Thread Truncated (Cap Enforced)
Only the first 20 tweets are unrolled into slides to ensure reliable PDF exporting and high server performance.
Canvas & Ratio
Choose your destination platform format
Layout Template
Choose a content structure for your slides
Preset Themes
Typography & Sizing
Brand Kit Customization
AGENCYConfigure brand assets for headers & footers
Outro Slide CTA
Customize your closing call-to-action slide
Background Pattern
Build Your Carousel
Drag and drop any post card below onto a slide, or use the quick buttons to insert content/images instantly!

<i>Same PM workflow as my $750/mo era. Anthropic fixed 3 bugs. The 4 root causes still on your side, with copy-paste templates.</i>


---

I'm on Claude Code Max (20x). 3 days in. 12% used. Same workflow that cost me $750/mo (Max 20x + extra usage) a month ago. No model swap, no skipped sessions.

Between March 23 and April 23, some users on Max burned weekly quotas in 1-2 days. Anthropic shipped 3 bug fixes (<i><b>v2.1.116+</b></i><b></b>) and reset all subscriber limits. Full writeup in their <a target="_blank" href="https://x.com/ClaudeDevs/status/2047371123185287223" color="blue">April 23 postmortem</a>.

Four root causes still on your side:

1. <b>Cache misses</b>

1. <b>Context bloat</b>

1. <b>Wrong model or effort</b>

1. <b>Wrong input format</b>



---

# 1. Cache Misses

---

The prompt cache is the single biggest lever in Claude Code. Most people never look at it.

The math:

• Cache <b>read</b>: 0.1× the input price

• Cache <b>write</b> (5-min TTL): 1.25×

• Cache <b>write</b> (1-hour TTL): 2×

• Cache <b>refresh on hit</b>: free (charged at the read price)

Every hit on a cached prefix resets its TTL at no extra cost. So a long session with steady tool use stays warm indefinitely as long as the prefix doesn't change.