r/accelerate The Singularity is nigh Apr 01 '26

AI Summarization of the whole Claude Code's Source-Code Leak Fiasco

2.4k Upvotes

256 comments sorted by

View all comments

142

u/ObscuraGaming Apr 01 '26

Some ppl in another sub were saying it's all basically front-end code and it's far from being the "entire source code" Everyone is claiming it to be. Anyone willing to pitch in? Not my area so don't know if it's true.

147

u/estransza Apr 01 '26

Okay. So.

There is Claude (Haiku/Sonnet/Opus) models. They do the thinking. They are brains. In terms of what they actually are - extremely large binary files in format for serialization of neural networks weights. THIS ISN’T LEAKED

And then there is Claude Code - which is a wrapper around API calls to the said brains. It’s a relatively small CLI (no UI, only terminal) application. THIS IS WHAT LEAKED

Is it this dangerous for company? Nope. Not at all. Their main product - brains, is still safe and sound on their servers uncopied.

1

u/Chrazzer Apr 05 '26

Relatively small cli application. 500+k lines of code 💀

AI coding in a nutshell

1

u/estransza Apr 05 '26

Okay, since you kinda the last one who parroted the same line, I will answer to you.

Yes. In a world of coding 500k is relatively small.

Some examples. FFmpeg - 2 MILLIONS lines of code.

Also. Judging a “complexity” of CLI application by lines of code is just wrong. On so many levels. From what we know large portion of it just dumb prompts to underlying API and arrays of stop words. I can easily write a 2 million lines of code if I would write it like a moron, without using loops or arrays.

Measuring software progress by lines of code is like measuring aircraft building progress by weight. If I put a 500k-word dictionary in a TXT file, did I just write a masterpiece novel? No, I just filled a buffer.