TubeReads

Claude Code is unusable now

Anthropic has pushed one of its most vocal defenders past the breaking point. After weeks of confusing policy changes, API rejections, and system prompt manipulation, Claude Code—a tool that once «changed the way I build software and the way I think about software on a fundamental level»—has become functionally unusable for common workflows. The company appears to be fighting a GPU resource war by systematically blocking third-party integrations, billing users differently based on hidden system prompt content, and refusing to clarify what's actually allowed. Even Matt Pocock, who just released a paid course built entirely around Claude Code, can't get a straight answer about whether his own wrapper tools violate terms of service. What happened to turn enthusiasm into exodus?

Videolänge: 24:23·Veröffentlicht 6. Apr. 2026·Videosprache: en-US
6–7 Min. Lesezeit·5,329 gesprochene Wörterzusammengefasst auf 1,285 Wörter (4x)·

1

Kernaussagen

1

Anthropic now rejects API requests and bills differently based on phrases hidden in system prompts, including mentions of «OpenClaw» or third-party tools—blocking workflows that were previously standard.

2

Claude Code's system prompt now restricts the model to «software engineering tasks,» refusing general computer assistance that worked days earlier—breaking debugging and troubleshooting use cases.

3

Anthropic has provided no clear guidance on what personal or commercial uses of Claude subscriptions are allowed, leaving even course creators and open-source maintainers unable to get answers for over a month.

4

Codex CLI offers a transparent, open-source alternative with better models, responsive support, and clear terms—making it the new default for workflows that Claude Code used to handle.

Kurzgesagt

Anthropic's opaque policy enforcement, hidden system prompt restrictions, and failure to communicate have destroyed trust even among power users who were willing to defend the product—pushing them to competitors who are transparent, responsive, and actually trying to win.


2

The System Prompt Trap

Anthropic now blocks or bills differently based on hidden system prompt phrases.

Anthropic has implemented a new enforcement mechanism that scans system prompts for banned phrases like «OpenClaw» and rejects requests outright—even for paying subscribers. The implementation is even more cynical than a simple block: if you have «extra usage» enabled in your account settings, the same request that would fail with a 400 error suddenly succeeds, but you're billed at a higher rate. This means Anthropic has built routing logic that deliberately treats identical API calls differently based on a hidden flag tied to system prompt content.

The rationale appears to be resource conservation: OpenClaw users burn tokens inefficiently due to implementation issues like excessive context in heartbeat pings and poor caching. Boris, Claude Code's creator, even contributed PRs to OpenClaw to fix caching and reduce costs. But instead of better rate limiting or technical solutions, Anthropic chose a blanket ban enforced through opaque prompt scanning. The result is that users who mention any third-party tool—even in personal assistants—are flagged, blocked, or secretly upcharged.

This goes beyond terms-of-service enforcement. It's hidden behavior modification that users discovered only through trial and error, with no official documentation or warning beyond vague emails. Even developers who want to comply have no way to know what phrases will trigger the filter or how the billing logic actually works.


3

The Breaking Point

A simple Dropbox troubleshooting task exposed Claude Code's new limitations.

I can't get my Dropbox app to open. I think it's hung in the background. Kill it and relaunch it for me. [...] Working now, but I don't see it in my menu bar. Did they make a change where it doesn't show anymore? That's outside my area. I'm built for software engineering tasks like writing code, debugging, and working with repos. I wouldn't know about recent Dropbox UI changes.

Claude Code


4

Three Use Cases That Died

🎨
Front-End UI Work
Claude models were preferred for UI tasks: do the heavy lifting in GPT, then switch to Claude for polish and final adjustments. The conversational style felt natural for design iteration.
🖥️
New Machine Setup
Quick one-off commands like «copy my SSH configs from the other machine» were perfect for Claude Code's yolo mode—fast, conversational, and reliable for sysadmin tasks.
🔧
General Debugging
Troubleshooting non-code problems—video files not playing, programs not launching, file size mysteries—was where Claude Code shined. Until it started refusing these tasks as «outside my area.»

5

Matt Pocock's Dilemma

A course creator can't get clarity on whether his product violates terms.

⚠️

Matt Pocock's Dilemma

Matt Pocock, a well-known TypeScript educator, released a paid course built entirely around Claude Code and custom wrapper tools. After asking Anthropic for over a month whether his implementation is allowed, he's received «nothing but delays.» His frustration boiled over into a public thread listing dozens of edge cases—Claude Code in CI, cloud-p in open source, distributed sandboxes—none of which have clear answers. Even someone whose livelihood depends on supporting Anthropic can't get basic guidance.


6

The Conspiracy Theory (That Might Be True)

The system prompt may have been edited to restrict Claude Code's scope.

The host's theory: Anthropic secretly modified Claude Code's system prompt to make it refuse non-engineering tasks, ensuring that the `claude-p` command—used by OpenClaw as a workaround—would stop being useful for general assistance. The evidence is circumstantial but compelling: yesterday, Claude Code happily debugged system-level issues; today, it flatly refuses, saying «that's outside my area.» The phrase «software engineering tasks» appears repeatedly in rejections, suggesting new prompt-level constraints.

Bad Logic Games, creator of the Pi agent, tracks Claude Code's system prompt over time and reported no meaningful public changes—but the host notes that Anthropic injects additional instructions at the API level that wouldn't appear in the client. Until Anthropic releases full receipts, the suspicion remains: they're narrowing Claude Code's scope to make third-party integrations less viable, all while refusing to document what's actually allowed. The lack of transparency has turned even defenders into skeptics.


7

The Codex Alternative

Codex CLI solved the same problem in one try with full transparency.

1

Same Prompt, Better Result The host copied the exact Dropbox troubleshooting prompt into Codex. It immediately killed the hung process, relaunched the app, and started researching the missing menu bar icon online without being asked.

2

Proactive Research Codex found user reports of the same issue, identified it as a recurring Dropbox-on-macOS tray bug, and suggested there might be a conflicting Brew install—which turned out to be correct.

3

Full Cleanup and Reinstall When asked to nuke all Dropbox installs and provide a safe reinstall checklist, Codex did both—running commands, handling errors, and delivering a post-reboot to-do list. Problem solved, no browser opened.


8

The Trust Collapse

Even Boris's reassurance was immediately contradicted by Anthropic's comms team.

Two days before this video, Boris (Claude Code's creator) replied «Yep» to a question about using subscriptions with personal local tools that wrap Claude harnesses via the agent SDK. The host was ready to publicly defend Anthropic and declare the drama over. Then Thoric, Anthropic's communications lead, replied to clarify: «To be clear, this is not guidance or an update on the agent SDK. We're still working on clarity there.» In other words, even the creator's informal thumbs-up couldn't be trusted as policy.

This incident crystallized the problem: Anthropic has no coherent answer to give, and every attempt at clarification creates more confusion. Developers are left in limbo, unable to ship products, teach courses, or even use the tools they're paying $200/month for. Meanwhile, competitors like OpenAI—despite being worth over $800 billion—are providing clear terms, responsive support, and open-source tooling. The contrast has become impossible to ignore.


9

The Final Break

Claude Code lost its last remaining use case; the alias now points to Codex.

⚠️

The Final Break

The host has replaced his `cc` shell alias—which opened Claude Code with custom flags—with one that opens Codex with `--yolo` mode instead. After months of defending Claude Code as a «more than good enough solution» and a «phenomenal gateway,» today marked the end. The reason wasn't ideology or tribalism; it was a broken product that stopped doing the job it was built for. «Today is the last day I intentionally open Claude Code for anything other than content.»


10

Personen

Theo
Developer, Content Creator
host
Matt Pocock
TypeScript Educator, Course Creator
mentioned
Boris
Creator of Claude Code
mentioned
Mario (Bad Logic Games)
Creator of Pi Agent
mentioned
Simon Willison
Developer, Commentator
mentioned
Dex
Developer, Commentator
mentioned

Glossar
System PromptHidden instructions sent with every API request that define the model's role, constraints, and behavior—users typically can't see or edit these.
CachingA technique to reuse previously processed context in follow-up requests, reducing token usage and cost—critical for tools that send repetitive prompts.
Agent SDKAnthropic's software development kit that lets developers programmatically call Claude models and integrate them into custom applications.
Yolo ModeA flag in CLI tools (like Claude Code or Codex) that lets the agent execute commands without asking for confirmation—faster but riskier.

Haftungsausschluss: Dies ist eine KI-generierte Zusammenfassung eines YouTube-Videos für Bildungs- und Referenzzwecke. Sie stellt keine Anlage-, Finanz- oder Rechtsberatung dar. Überprüfen Sie Informationen immer anhand der Originalquellen, bevor Sie Entscheidungen treffen. TubeReads ist nicht mit dem Content-Ersteller verbunden.