TryShadowing
Shadow YouTube. Nói tiếng Anh.
Trang chủ
Khám phá
Chép chính tả
NEW
Thư viện
vi
0
ngày
Đăng nhập
Tragic mistake... Anthropic le… — Fireship luyện shadowing | TryShadowing
TryShadowing
Shadow YouTube. Nói tiếng Anh.
Trang chủ
Khám phá
Chép chính tả
NEW
Thư viện
vi
0
ngày
Đăng nhập
Trang chủ
Khám phá
Fireship
Tragic mistake... Anthropic leaks Claude’s source code
Tragic mistake... Anthropic leaks Claude’s source code
Fireship
·
7:22 · 1 thg 4, 2026
Bắt đầu học
0:00
0:00
Ghi âm
×1
1x
VI
EN
JA
KO
ZH
FR
PT
TH
IT
DE
IPA
Chấm điểm phát âm chưa hỗ trợ trên trình duyệt này — bạn vẫn ghi âm & nghe lại được.
Yesterday,
the
most
ironic
thing
ever
happened.
Đang dịch…
Bật Ghi âm để được thu giọng và chấm điểm
Thông minh
Karaoke
Câu
1
/164
0:00
Yesterday, the most ironic thing ever happened.
0:02
Anthropic, a $380 billion startup that built on the idea of safety first,
0:08
that advocates for closed-source software for the supposed benefit of humanity,
0:12
a company Elon calls misanthropic, whose logo is definitely not a sphincter,
0:16
whose CEO has been warning us for years
0:18
that human programmers will be replaced by AI in 6 months,
0:22
it just accidentally leaked Claude Code's entire source code to the internet at 4:00
0:26
a.m.,
0:26
officially making Anthropic more open than OpenAI.
0:30
Within minutes of the leak, Xiaofan Shao, a security researcher,
0:33
discovered that version 2.1.88 of the Claude Code NPM package was shipped with a
0:39
57 MB source map file.
0:41
You know, that file that's only used in development with the full readable source
0:45
code of your project.
0:46
This holy grail of leaks, containing over 500,000 lines of TypeScript code,
0:50
it quickly spread across the internet like wildfire.
0:53
Anthropic's legal team courageously issued DMCA takedowns,
0:57
but by the time they woke up in San Francisco,
0:59
it was already too late.
1:00
The code was mirrored countless times and cloned by slop tubers like Fireship,
1:04
which the Supreme Court says I can do legally, by the way,
1:06
as a world-renowned journalist.
1:07
>> I know a lot about the law and various other lawyering.
1:12
Um In today's video,
1:13
we'll look at all of the incredible discoveries in the code
1:15
that Anthropic doesn't want you to know about,
1:17
like its anti-distillation poison pills, its mysterious unreleased features, its undercover mode,
1:23
its regular expression-based frustration detector,
1:26
and many other super secret techniques at the foreskin of AI research.
1:30
No, this is not an April Fools' Day joke.
1:32
It is April 1st, 2026, and you are watching The Code Report.
1:35
Unfortunately, my lawyer just informed me
1:37
that showing you Anthropic's TypeScript code would be a violation of my parole.
1:41
And I refuse to go back to jail.
1:43
But luckily, the open-source community has already created a loophole.
1:46
Ironically, Claude's most prolific user used OpenAI Codex to rewrite Claude Code's TypeScript code
1:52
to Python code,
1:53
resulting in a new, barely legal project called Claw Code.
1:56
And it's already become the fastest repo in history to surpass 50,000 GitHub stars.
2:01
Not only that, but somebody else lot work the leaked code
2:04
and made it work with any model.
2:05
They're calling this new project open Claude
2:08
and it makes projects like open code completely obsolete.
2:11
But maybe now that the code's out in the open,
2:13
Anthropic will just make it open source.
2:15
If somebody tried to make a pull request with the leaked code,
2:17
but not surprisingly, it looks like Anthropic already deleted it.
2:21
What a mother effing crazy 24 hours.
2:23
But how did this code end up leaked first place?
2:25
Well, as I mentioned, the source map was accidentally packaged in an NPM release.
2:30
But that's weird because build tools normally strip out source maps automatically.
2:34
Well, Claude code is built on Bun JS, which as you might recall,
2:37
was recently acquired by Anthropic.
2:39
And it just so happens that about 3 weeks ago,
2:42
somebody opened up an issue on GitHub about Bun JS serving source maps in
2:46
production.
2:47
Wouldn't it be ironic
2:48
if the fastest JavaScript runtime in the world also turned out to be the
2:51
fastest way to ship your entire code base to the internet?
2:54
It's unclear if that was the root cause,
2:56
and it's also possible that some unfortunate developer did this by accident,
3:00
or perhaps some rogue developer did it on purpose.
3:02
We may never know the truth, but now it's time for the fun part.
3:05
What did we actually learn from the leak?
3:07
Well, first, we learned that Claude uses Axios.
3:10
If you subscribe to my channel,
3:11
then you know that Axios was compromised by North Korean hackers yesterday.
3:15
The exploit can install a remote access Trojan on anyone using this package.
3:19
And in theory, if that happened on Anthropic servers,
3:21
it could be a massive disaster.
3:23
But the next thing we learned is
3:24
that Claude code is basically just a dynamic prompt sandwich glued together with TypeScript,
3:29
and not some magical piece of futuristic technology.
3:32
In a basic AI chatbot,
3:34
you typically have a hidden system prompt that gets combined with your prompt,
3:38
then the base model uses statistics to regurgitate a bunch of data it stole
3:41
from the internet.
3:42
But in Claude code,
3:43
things are far more complex with a total of 11 steps from input to
3:47
output.
3:48
If somebody already vibe coded a website that breaks down every step,
3:51
but the most interesting part about this code base is
3:53
that it contains tons of hard-coded instructions
3:56
and guardrails that basically beg Claude to please don't do anything weird.
4:00
Like there's just file after file of these massive hard-coded strings telling Claude to
4:04
be a good boy.
4:05
And that's kind of surprising because if this code were ever leaked,
4:08
it would instantly turn from a black box into a blueprint for Claude's competition.
4:12
And ironically, that's exactly what happened.
4:15
What makes that even more funny
4:16
though is that Claude was actively trying to stop their competition from copying Claude
4:20
code by implementing anti-distillation poison pills.
4:24
It does that by pretending
4:25
that certain tools exist
4:26
when in reality they don't exist at all.
4:28
You're a big fat phony.
4:30
That means if you're some Chinese guy trying to train a new model on
4:33
Claude's outputs,
4:34
it's going to talk about tools that don't exist,
4:36
which will point your model in the wrong direction and just make it suck.
4:39
In reality, Claude code only uses about 25 different tools or so.
4:43
And now the Claude distillers know exactly what to look for
4:45
and they're likely going to have a field day with the bash tool.
4:48
This file contains over a thousand lines of code
4:50
that helps the large language model reliably parse
4:53
and execute bash commands,
4:55
which might be the single most important feature in an AI coding assistant.
4:58
The next thing we need to talk about though is undercover mode,
5:01
which is a set of instructions
5:02
that tell Claude to never mention itself in commit messages
5:06
or outputs,
5:06
where the main idea is to make the outputs look as human as possible.
5:10
The stated purpose of this feature is to prevent things like model code name
5:14
leaks,
5:14
but many have speculated that the true purpose is more deceptive.
5:18
Like they're trying to covertly use Claude in open source projects,
5:21
so AI code doesn't get scrutinized when it breaks things catastrophically.
5:24
A very misanthropic idea indeed, but the irony continues.
5:28
Another funny thing found in the code is its regex frustration detector.
5:32
Your state-of-the-art AI model uses simple regular expression matching against your prompt to look
5:37
for keywords like balls,
5:39
and so on to determine
5:41
if you're not having a good experience coding with Claude.
5:43
If it detects a match, it'll simply log an event.
5:46
The bottom line here is
5:47
that we're not looking at some sort of alien super intelligence,
5:50
but rather basic programming concepts
5:52
that have been around for 50 years combined with a bunch of prompt spaghetti.
5:55
It's all just an illusion.
5:57
On top of that, this code base has a ton of comments,
5:59
a lot more comments than you would typically find in a human-written code base.
6:03
And what that tells us is that these comments aren't actually written for humans,
6:06
but rather for the AI to write its own AI coding tool in an
6:10
infinite loop.
6:10
But perhaps the biggest problem about this leak for Anthropic is not the code
6:14
itself,
6:15
but rather the feature names and roadmap hidden within the code.
6:18
Like there's a hidden capability under a feature flag called buddy,
6:21
which appears to be a new Tamagotchi-style companion
6:24
that every developer can customize
6:25
and raise like a little digital pet.
6:27
This might just be Anthropic's April Fools' Day joke,
6:30
but there are also references to Opus 4.7
6:33
and a new model called Capybara,
6:35
which might be their new recently teased Mythos model.
6:38
There's also things like Ultra Plan, Coordinator Mode, and Demon Mode,
6:42
but perhaps the most interesting is Kairos,
6:44
which is a Greek word for an exact moment in time or God's time.
6:48
I hate to beat off a dead horse here,
6:49
but it's a bit ironic
6:50
that Anthropic didn't get to reveal Kairos at the exact time it wanted to,
6:54
and instead God chose the right time.
6:56
The feature itself seems to be some kind of background agent
6:59
that keeps a daily journal,
7:00
uses dream mode to consolidate memories,
7:03
and does work for you in the background on a specific schedule.
7:06
Pretty cool, but at the end of the day,
7:07
this leak is a pretty huge setback for Anthropic,
7:10
which hopes to IPO later this year
7:12
and offload their bags to the retail public.
7:14
And it's yet another reminder
7:15
that your top secret application is just one NPM publish away from becoming open
7:20
source,
7:20
whether you like it or not.
Thích
Chia sẻ
Fireship
Xem tất cả →
C1
Công nghệ
Karaoke
5:18
The wild rise of OpenClaw
Fireship
C1
Công nghệ
Karaoke
4:50
Google just changed the future of UI/UX design...
Fireship
C1
Công nghệ
Karaoke
9:10
The unhinged world of tech in 2026...
Fireship
C1
Công nghệ
Karaoke
5:15
Google just casually disrupted the open-source AI narrative…
Fireship
C1
Công nghệ
Karaoke
10:03
10 open source tools that feel illegal...
Fireship
C1
Công nghệ
Karaoke
5:36
He just crawled through hell to fix the browser…
Fireship
C1
Công nghệ
Karaoke
5:36
Claude Mythos is too dangerous for public consumption...
Fireship
C1
Công nghệ
Karaoke
5:00
Anthropic just released the real Claude Bot...
Fireship
Video gợi ý
B2
Công nghệ
Karaoke
17:24
Driving Xiaomi's Electric Car: Are we Cooked?
Marques Brownlee
B2
Công nghệ
Karaoke
8:47
Macbook Neo Impressions: Reincarnated!
Marques Brownlee
B2
Công nghệ
Karaoke
11:51
Xiaomi 17 Pro Max: An iPhone... But Better!
Marques Brownlee
B2
Công nghệ
Karaoke
16:11
The Problem with this Humanoid Robot
Marques Brownlee
B2
Công nghệ
Karaoke
10:47
So This is Peak Foldable
Marques Brownlee
B2
Công nghệ
Karaoke
12:52
OnePlus 15 Review: This is Not Normal!
Marques Brownlee
B2
Công nghệ
Karaoke
32:38
Smartphone Awards 2025!
Marques Brownlee
B2
Công nghệ
Karaoke
12:53
Macbook Neo Review: Better than you Think!
Marques Brownlee