Hitting Claude Code Limits? Here Are 18 Easy Fixes.
The video explains 18 token management hacks organized into three tiers to help users overcome Claude's rapidly draining code usage limits. The speaker emphasizes that most users don't need a bigger plan but rather better context hygiene, since Claude rereads entire conversation history with each message, causing exponential cost growth.
Summary
The video addresses widespread complaints about Claude's code usage limits being hit extremely fast, even on $200/month plans. The speaker explains that the core issue is understanding how tokens work - Claude rereads the entire conversation from the beginning with every new message, causing costs to compound exponentially rather than linearly. One developer found that 98.5% of tokens in a 100+ message chat were spent rereading old history. The speaker presents 18 hacks across three tiers: Tier 1 includes basic strategies like starting fresh conversations with /clear, disconnecting unused MCP servers, batching prompts, using plan mode, and monitoring usage with /context and /cost commands. Tier 2 covers intermediate techniques like keeping claude.md files under 200 lines, being surgical with file references, compacting at 60% capacity, understanding the 5-minute cache timeout, and managing command output bloat. Tier 3 addresses advanced strategies including choosing the right model (Sonnet for most work, Haiku for simple tasks, Opus sparingly), understanding that sub-agents use 7-10x more tokens, working during off-peak hours (avoiding 8am-2pm Eastern weekdays), and creating self-learning claude.md files. The speaker emphasizes that hitting usage limits isn't necessarily bad for power users who are getting maximum leverage from the tool, but most people need better context hygiene rather than bigger plans.
Key Insights
- One developer tracked a 100+ message chat and found that 98.5% of all tokens were spent just rereading old chat history rather than processing new content
- Agent workflows use roughly 7 to 10 times more tokens than standard single agent sessions because they wake up with their own full context as separate instances
- Claude's prompt caching has a 5-minute timeout, meaning if you step away for longer than 5 minutes, your next message reprocesses everything from scratch at full cost
- One MCP server alone can consume around 18,000 tokens per message as it loads all tool definitions into context invisibly
- Anthropic has implemented peak hours (8am to 2pm Eastern on weekdays) where the 5-hour session window drains faster based on demand, with normal usage during off-peak times
Topics
Transcript
[0:00] In the past week or so, so many people have been complaining about hitting their claude code limit insanely fast. Claims like one prompt that is about 1% of the limit is now around 10%. You could go through X and find tons and tons of threads about this topic. Even on a $200 per month plan, people are reaching the session limit way too fast. And then we got this post from an anthropic employee that basically said that they are working on a little change with peak hours and off peak hours. But even after that, some people were saying they were still hitting it really quick even during off peak hours. So anyways, I've been playing…
Full transcript available for MurmurCast members
Sign Up to AccessMore from Nate Herk | AI Automation
Give ChatGPT and Claude the Same Memory
Walrus Memory is a free service that enables portable memory across multiple AI models like Claude and ChatGPT, allowing users to maintain context and avoid repeating information when switching between different AI assistants. The service encrypts user data and gives users full control over what information each AI model can access.
18 Months of Pricing AI Automations in 21 Mins
Nate shares 18 months of experience pricing over 100 AI automation systems, providing a framework for calculating project value based on client savings rather than hourly rates, and structuring payments in 30-day milestones to minimize financial risk.
Fable 5 + Karpathy’s LLM Wiki is Basically Cheating
The video demonstrates how to build a personal LLM-powered knowledge base using Obsidian and Claude, inspired by Andrej Karpathy's approach. By ingesting various data sources (YouTube transcripts, PDFs, URLs) into an interconnected wiki structure, users can create a 'second brain' that helps AI agents understand context and relationships across knowledge domains.
How Claude is Creating a New Generation of Millionaires
Claude, an AI built by Anthropic, is enabling non-technical founders to build million-dollar software companies by automating development work. The transcript outlines why Claude is outpacing competitors, provides real examples like Vulcan, and offers a four-step framework for anyone to start building with Claude today.
How Anthropic Engineers Actually Prompt Fable 5
A guide to effectively prompting Claude Fable 5, covering six key techniques including providing context/intent, using negative prompting, letting the model act once ready, verifying outputs, avoiding reasoning requests, and keeping instructions concise. The speaker emphasizes that Fable 5 is expensive and should only be used 5-15% of the time, with pricing at $10 per million input tokens and $50 per million output tokens.