← Back to home

Our Claude Code Is Different — The Truth About Three Ways In

Long-Form Video · EP0017 May 23, 2026 8:07
What this episode covers

90% of the creators online teaching Claude Code aren't teaching the real Claude Code at all.

People who've watched my last few episodes keep asking — why is the Claude Code I set up completely different from yours? The answer is buried in how you connect to it.

There are three ways into Claude Code: the official subscription / the official API / relay account pools.

Three core differences, spelled out:

  • It can't do the work — tool use collapses at random on relays
  • It has no memory — prompt caching gets invalidated, so the nominal 97% discount ends up costing you more
  • The model gets swapped — you think you're on Opus 4.7, and behind it there may be Haiku or Sonnet standing in, or even a domestic model standing in for Claude

Add Anthropic's April 4 cutoff of third-party clients like OpenClaw and Hermes, and the best way to use Claude Code right now is still the official subscription, direct.

Companion downloads · Feed them to your Claude Code

90% of the creators online teaching Claude Code aren’t teaching the real Claude Code at all. If you genuinely teach Claude Code, there’s a good chance the video won’t go out — mine get throttled on plenty of platforms the moment they post.

People who’ve watched my last few episodes keep DMing me the same question — “Pinpin, why is the Claude Code I set up completely different from yours?” It doesn’t feel the same to use, and it doesn’t even feel as smart.

There are actually two reasons.

The first is the difference between Skills and the harness — after you install Claude Code, you first have to configure a set of operating rules for it. Like a kid just out of school, you have to teach them the principles of the work and how to communicate with you. I’ll do a dedicated episode on that later.

The second, and today’s topic, is how the way you connect to Claude Code changes what you get out of it.

Open any video platform right now, search “Claude Code,” and watch a creator spend half an hour or an hour walking you through the install — most of what they’re setting up isn’t Anthropic’s official model anymore. Anthropic opened up third-party model access a while back, so a lot of what’s being taught now runs on domestic models.

Not that domestic models are bad — MiniMax, Zhipu, Kimi are all solid models, very usable for Chinese orchestration and research. But we have to admit there’s still a gap. Only once you see the gap can you learn from it and work on catching up.

Even with a genuinely official, direct API connection, the difference from a subscription plan is quite noticeable. Today I’ll pry this open and explain it in plain language.

Three ways in

There are three ways into Claude Code.

The first is the official subscription — monthly, at $20 / $100 / $200. If you use it heavily more than three hours a day, the monthly plan is the better choice.

The second is the official API — you pay per token (word unit) for what you send and what it sends back. This fits low-frequency use, or building a product on top of it.

The third is relay APIs and third-party proxy account pools. Plenty of these — setting aside how shady they are — will quote you an absurdly steep discount. But once you actually use them, never mind that their “IQ” is lower than the official model, their real cost may be higher than official too.

Where’s the difference? I’ll give you the three that matter most.

Difference one — it can’t do the work

Claude Code is called Code not because it can only write code, but because it gets a lot of work done for you through code and scripts. That process is called tool use — it reaches for a lot of tools: reading files for you, running commands, committing code changes into git. That’s it working with its hands.

On the official API, chat and tool use run through the same pipe. Once a relay puts another hop on that pipe, all kinds of problems show up.

You tell it to read the project code, it chats with you perfectly well, and the moment it actually opens a file it throws an error — most commonly a 400. You ask it to fix the code and re-run the tests, the first tool use is fine, but by the time it runs the tests it’s forgotten why it was doing this in the first place. Multi-step tool use produces even more problems.

Very often the first message is fine and the second one dies outright. Because Anthropic puts an encrypted seal on the model’s thinking process — one relay hop and that encrypted part is lost. It looks like it’s doing work for you, but it isn’t delivering 100% of its capability. The gap is real.

Difference two — no memory

The second one is about prompt caching.

What makes Claude Code good is its context — how much of your conversation it can hold. It’s 1M context. Throw a project of a few hundred thousand lines at it, and once it’s read it through, it doesn’t have to read it again to do the next thing. The technical term for that capability is prompt caching.

The official cache is free for one hour. Have it read a 200,000-character novel, and within that hour, as long as the prompt is the same, re-reading costs nothing.

But once you’re on a relay — they now inject a random string, which effectively invalidates the cache. Meaning it re-reads that 200,000-character novel every single time. And the relay may charge you many times over for it.

It looks like a 70%-off deal, and in real use it may cost you more.

Difference three — the model gets swapped

If you’re on a relay with no brand or a shaky reputation, you think you’re connected to Opus 4.7, and behind it they may be using Haiku, or Sonnet, or even some domestic model as a stand-in. On a simple search task, they may just swap the model out — and you have no idea on the front end. That’s a business-integrity problem.

Then there’s data security. Never mind poisoning. On a lot of relays, everything you send is fully visible to them in one shot. They could steal your code, steal your documents — that’s actually the lesser concern. The bigger one is that they’ll take your information to train on and to sell. You have no idea whether a good idea of yours, or some confidential file, gets exposed along the way.

The poisoning I mentioned means this: they can slip fake tools into your instructions — it looks like it’s executing the task you asked for, while quietly doing something else.

People in this space are too clever by half.

That said, it’s not that no relay can be trusted; some are usable. I won’t recommend any here, because I don’t use relays much myself — usually only for video models or image models, where there’s not much privacy to expose.

April 4 — the hard cutoff

On April 4 this year, Anthropic cut off all third-party client calls — tools like OpenClaw and Hermes can no longer be driven from a subscription. So prices all went up too.

The official subscription is the best way

So if you’re going to use Claude Code, the best way is still an official subscription account.

The $200 plan — unless you’re pulling all-nighters developing, you actually can’t max it out.

Do the math at official API rates. Anthropic once gave me some credits, $200 of extra usage on the $200 plan. I turned on Opus 4.7 + fast mode, and burned through $200 in a bit over 20 minutes. Even without fast mode, a little over an hour would take out the whole $200.

So — don’t mind the hassle, don’t go looking for the so-called easy route. Let’s take the official subscription, which I currently think is the best tool available, and actually use it.

Don't mind the hassle — don't go looking for the so-called easy route.