Hook

Their other posts in the index, biggest breakout first.
Okay, so you did everything I said and you're still hitting limits in Claude Code. You use the **opus plan** model by default, you switch to Haiku for simpler tasks, you keep your CLAUDE.md file lean... If you do all those things and you're still hitting limits, I have one more trick... I'm Pete, I own a software development agency in New York City, we build products for startups and Fortune 500 companies. So my team and I have been building on a large code base in Claude Code over the last few months. And we're always looking for ways to stretch our token budget further. Back in November, I made a video called how I build 10x longer on the same Claude plan. It got over 80,000 views. Since then, I found one more trick that's saving us more tokens than everything in that video combined. Try installing RTK. The problem most people don't realize is that every time Claude runs a bash tool like grep, git status, ls, find... the entire output gets dumped straight into your context window. That's tokens you're paying for that might not have anything to do with the actual task. RTK installs a hook that intercepts those bash tool executions and compresses the output before Claude ever sees it. So instead of a wall of raw text, Claude gets a compact version of the command output. The team behind it claims like 80% to 90% token reduction, depending on the bash tool that AI is using. I've been using RTK for the last week and I'm getting really good results. It's free and worth a try. Install the binary from their site and run rtk init --global. Confirm the settings patch, restart Claude Code and that's it. I just published a Substack explaining how to do this. It's free. There's a link in my bio. So if you stack this on top of the tips from my last video, you'll be shocked how much longer you can develop on your current plan.