Tag Archives: anthropic

“Unable to Load Usage Limits” on claude.ai? Use /usage in Claude Code

TL;DR: I went to claude.ai/settings/usage this morning to check my Claude Max (5x) plan limits and got a red error box: “Unable to load usage limits. Please try again later.” Anthropic’s status page banner read All Systems Operational, but Settings > Usage was still erroring for me at 7:44 AM Central. The workaround that did work: run /usage inside Claude Code. The session and weekly meters loaded immediately. claude.ai/settings/usage on the morning of April 30, 2026. The Plan usage limits

The Mother-In-Law Method for Claude or ChatGPT

Screenshot of the original Mother-In-Law Method post on r/ClaudeAI by u/Ancient_Perception_6

A Reddit post called “The Mother-In-Law Method” is making the rounds in r/ClaudeAI right now. The pitch from u/Ancient_Perception_6: prompt Claude to review your code as if it were written by your mother-in-law, the one who insulted your cooking and your “weird-looking feet.” Find revenge in the diff. Claude obliged, spawned four parallel “hostile reviewers” with distinct beats (money math, tenancy, API contracts, tests), and 31 minutes later returned 27 issues plus nits. Funny post. Funnier thread. It’s tagged as

Claude Opus 4.6 vs 4.7 Max: Which is better? Graded on Real World Planning

Letter-grade scorecard comparing Claude Opus 4.6 Max and Claude Opus 4.7 Max on a WordPress modernization planning task, with Opus 4.7 winning overall A- to C

TL;DR: This is one real WordPress website maintenance task, run once against each model. On that task, Claude Opus 4.7 produced the stronger first-pass plan because it started from a more accurate baseline. Opus 4.6 was faster and caught one thing 4.7 missed, but it got the active theme wrong and claimed an impossible PHP version. I would not execute either plan as written. Grades below. Note: Opus 4.7 is getting a rough reception on Reddit and around the web

Claude Code Rate exceeded.

If you are getting “Rate exceeded.” when trying to re-authorize your Claude Code instance, it is probably because Anthropic’s servers are having API/login issues: Specifically, if you haven’t been heavily using Claude and you get kicked out of Claude Code with reauthorization required… for me every time it has been server issues  on anthropic side and the eventually resolve. Still, that is small consolation if you are trying to finish up a project or get work done! Claude has been

Claude Code /buddy How to Preview, Hatch, and Reroll Your Terminal Pet

TL;DR: Claude Code v2.1.89 added /buddy, a virtual pet companion in your terminal. Your buddy’s body is deterministically generated from your account, and the personality generates permanently the first time you hatch it. Preview yours first with npx any-buddy current, but install Bun before you do (if you don’t already have it) Is This an April Fools Joke? I first noticed /buddy the least trustworthy way possible, by seeing it appear in Claude Code’s slash-command autocomplete on April 1. 😜

Claude AI Usage Limits: What Changed and How to Make Them Last

TL;DR: Claude’s usage limits feel tighter in March 2026 because they are. The short version: Anthropic has more demand than GPU capacity right now. Millions of new users arrived as word got around about how good Claude is and especially after the OpenAI Pentagon boycott, the off-peak 2x promotion ends March 28, and multiple Max subscribers report usage meters jumping from under 50% to 100% on single prompts. Below: what the limits actually are, why they’re worse right now, and

MCP Server Token Costs in Claude Code: Full Breakdown

TL;DR: Every MCP server you connect to Claude Code silently costs tokens on every single message, even when idle. A typical 4-server setup runs about 7,000 tokens of overhead. Heavy setups with 5+ servers can burn 50,000+ tokens before you type your first prompt. Here’s the exact cost of every tool across four common MCP servers. Why MCP Servers Cost Tokens MCP (Model Context Protocol) servers let Claude Code interact with external tools: browse the web, query databases, send emails,

Claude Code /context Command: See Exactly Where Your Tokens Go

TL;DR: Type /context in Claude Code to see a full breakdown of where your context window tokens are being spent. It shows system overhead, MCP tools, memory files, conversation history, and free space. Use it to find bloated MCP servers, oversized CLAUDE.md files, and know when to run /compact. What Is /context? If you’ve ever had a Claude Code session start strong and then slowly degrade, the context window is probably the reason. Every message you send carries invisible overhead:

« Older Entries