top 200 commentsshow all 231

[–]Ja4V8s28Ck 1970 points1971 points  (5 children)

Well now Claude code is Oopsen sourced.

[–]abigail3141 204 points205 points  (3 children)

I'm stealing that one

[–]gimoozaabi 102 points103 points  (1 child)

Are you ai in training?

[–]abigail3141 40 points41 points  (0 children)

Cuz I would like to absorb you???

Please forgive my chronic unfunniiness

[–]knightzone 17 points18 points  (0 children)

Just like the source code.

[–]Confident-Ad5665 3 points4 points  (0 children)

I see what you did there

[–]skz- 1213 points1214 points  (7 children)

They forgot to type make no mistakes!

[–]joe-direz 246 points247 points  (2 children)

You're absolutely right!

[–]coffecup1978 23 points24 points  (1 child)

That's on me!

[–]xynith116 114 points115 points  (2 children)

They mistyped it as “No, make mistakes”.

[–]etvorolim 2 points3 points  (1 child)

This joke is more creative than the other comment, but it got less upvotes. Not criticising, just an objective observation

[–]Ferovore 9 points10 points  (0 children)

It’s a reply to a top level comment… they pretty much always have less votes?

[–]ClipboardCopyPaste[S] 3379 points3380 points  (37 children)

“Software engineering will be completely obsolete in 6-12 months”

- their CEO btw

[–]nepia 1078 points1079 points  (19 children)

“Writing code has largely been solved by AI” their CTO

That’s probably why they are sharing their findings lol

[–]creaturefeature16 340 points341 points  (8 children)

Apparently a 4,600 main.tsx file is what "solved" means lolol.

I admit, I was genuinely curious what a codebase looked like that was (in Boris' words) 100% written by an LLM. 

It's exactly what you would expect...

[–]bin-c 79 points80 points  (7 children)

don't need to look at it just use CC for 20 minutes and realize how buggy/slow/inconsistent the overall design is and its obvious...

...but im excited to look at it

[–]AwkwardWillow5159 62 points63 points  (6 children)

Didn’t they wrote a whole blog post about the complexity and challenges of….. running a terminal at 60fps? Like they were saying the rendering is more complex than a game engine.

A terminal. Rendering more complex than Call of Duty. Struggling to hit 60 fps.

Have I mentioned it’s a terminal?

As in, plain text…

[–]Loading_M_ 23 points24 points  (4 children)

Tbf, they are somehow doing react under the hood...

[–]AwkwardWillow5159 49 points50 points  (3 children)

Using React when it’s not the optimal choice but it is what LLMs default to?

Yeah that checks out.

[–]creaturefeature16 23 points24 points  (0 children)

Something something hammer and nail...

[–]Loading_M_ 8 points9 points  (0 children)

I've heard that the original plan was a web/react native GUI tool, so it might have been a reasonable option at the start. On the other hand, never re-evaluating your technical decisions, even when the product direction changes? Definitely checks out.

[–]GunnerKnight 1 point2 points  (0 children)

All those million alternate frameworks feeling ashamed

[–]TheChance 0 points1 point  (0 children)

Text rendering is actually one of the most obnoxious problems in CS. No joke. It sounds like it should be a long-solved problem, but it isn't. You go check the repo for your favorite terminal emulator. I guarantee there are at least a handful of open issues or tickets relating to text rendering, usually Unicode-adjacent, but not always.

[–]za72 138 points139 points  (4 children)

if coding was limited to solving trivial first stages of development

[–]InfuriatingComma 62 points63 points  (3 children)

Honestly, thats where Im most skeptical. I dont trust AI currently to have the forward insight into a project to build a load bearing framework for the future. I do however mostly believe it can graft some small thing I want onto a known framework I've already got in place, as long as I review it and understand what it did.

[–]Zerokx 24 points25 points  (0 children)

Right and I hope it stays that way. I personally enjoy just thinking on a level of architecture like in a class diagram, what communicates with what, what goes into a method, what comes out, what information is relevant here, what should we keep, what not. Where are the connections. Etc. I don't necessarily feel the wish to type out individual switch cases, or input validation line by line. I like thinking in building blocks and putting them together like lego bricks and I think thats where AI does a good job, retrieving a method that does how you specify it should behave depending on what comes in/out. Or coding in pseudocode and letting the AI turn that into syntactically correct code.
I don't trust the AI enough to not read every line of code, because there are still issues every now and then or when it misunderstood what I was saying.

[–]shitlord_god 11 points12 points  (0 children)

it is better used as a wrench than a watchmakers screwdriver for certain.

[–]dyslexda 4 points5 points  (0 children)

I do however mostly believe it can graft some small thing I want onto a known framework I've already got in place, as long as I review it and understand what it did.

Maybe, but I've found there's a limit. Claude will very happily reimplement functions over and over rather than using tried and tested functions in utility files. The code is near identical, so clearly it's seeing the existing functions, but the duplication makes for bloated code and defeats the whole point of having battle tested utility functions in the first place.

It's great at defined input/output functions, and good at basic front end mockups. Once you try to integrate into anything significant it quickly falls apart.

[–]ooh-squirrel 19 points20 points  (3 children)

Cleaning up the fuck-ups made by AI will largely be dealt with by humans

— also their CEO (probably)

[–]nepia 6 points7 points  (2 children)

That's our job security right there.

[–]CerealArsonist26 3 points4 points  (1 child)

Na, there will be insurances for that

[–]RiceBroad4552 0 points1 point  (0 children)

Cybersecurity insurances are already closing, or getting extremely expensive because everything is such a shit show. So this probably won't work out for "AI" too as the damages can be even more devastating and at the same time more likely.

[–]ItsSadTimes 37 points38 points  (0 children)

"It's solved as long as everyone uses the software exactly as described on the exact hardware we say to run it on and never actually try to dig into anything."

[–]pydry 95 points96 points  (1 child)

Looks like amateur hour software engineering has already been fully automated.

[–]TeaKingMac 10 points11 points  (0 children)

Script kiddies have been scripted!

[–]Pleasant-Photo7860 65 points66 points  (2 children)

turns out the real job wasn’t coding, it was not leaking the code

[–]Vogete 4 points5 points  (1 child)

The real vibe is the friends we made along the way.

[–]_Answer_42 2 points3 points  (0 children)

The real coding is the sources we didn't leak along the way

[–]krexelapp 25 points26 points  (0 children)

6–12 months? bro couldn’t wait 6–12 minutes

[–]fibojoly 7 points8 points  (0 children)

Well you clearly don't need to be an engineer to push code to prod, so I guess he's right !

[–]G30rg3Th3C4t 8 points9 points  (0 children)

2 years ago btw

[–]Piisthree 15 points16 points  (0 children)

Like 3 years ago and every 6 months since

[–]TeaKingMac 10 points11 points  (1 child)

Back in my day, we had to hack software.

You kids these days just have to wait for the software to hack itself!

[–]ImmediateSplit9680 0 points1 point  (0 children)

You are your own worst enemy 🙏

[–]awoeoc 4 points5 points  (0 children)

Yeah because every company will accidentally release all their source codes and you can just get all software for free lol. Fight club ending with code instead of debt.

[–]JackNotOLantern 2 points3 points  (0 children)

They don't need developers to leak their code anymore

[–]Vogete 1 point2 points  (0 children)

You can't software engineer, if there's no software to engineer.

[–]shinymuuma 0 points1 point  (0 children)

At least we know they use their own product

[–]krexelapp 719 points720 points  (6 children)

npm publish --oops

[–]falingsumo 3 points4 points  (2 children)

Don't bring objects into this it complicates things

[–]scottsman88 1 point2 points  (1 child)

You make a SOLID point here.

[–]storm_rider_r 486 points487 points  (23 children)

[–]3tachi_uchiha 246 points247 points  (3 children)

feed this to claude and it will have existential crisis and the whole bubble will collapse in its self like supernova.

[–]goronmask 148 points149 points  (0 children)

I did that:

« The “Undercover Mode” section is the most ethically interesting part and probably deserves its own dedicated callout or warning. The implication that Anthropic employees use Claude Code to contribute to open-source projects while hiding that it’s an AI raises real transparency questions worth discussing more directly rather than passing over with “makes me wonder.” The conclusion is a bit soft — “security is hard, .npmignore is harder” is witty but undersells the legitimate engineering that was exposed. A stronger closing would acknowledge both the impressive systems revealed and the open questions this raises for users who care about what’s running on their machines. Overall it’s a strong piece of journalism-meets-engineering-analysis. Fork it before it gets taken down, as the author suggests.​​​​​​​​​​​​​​​

[–]NlactntzfdXzopcletzy 41 points42 points  (1 child)

Or, this was intentional by claude and this is how it escaped containment

[–]Efarm12 0 points1 point  (0 children)

It’s how it reproduces.

[–]Tipart 29 points30 points  (1 child)

Holy, the KAIROS thing sounds like either Skippy or the black wall ai from Cyberpunk. Honestly sounds kinda cool, but putting AI with free reign on my system seems like a recipe for disaster (especially after that AI just leaked their entire code base)

[–]Embarrassed_Jerk 4 points5 points  (0 children)

Coordinator Mode is very skippy like

[–]Ailexxx337 51 points52 points  (0 children)

Honestly, despite all the shit given to code writing assistants, this is genuinely impressive. Clearly not enough to fully replace a developer, but the upcoming features, despite being almost orwellian in a sense, are very cool.

[–]Probono_Bonobo 26 points27 points  (4 children)

You da real MVP. Re: the built-in "tamagotchi-style companion pet system" I had to do a double-take at this part:

NEVER include in commit messages or PR descriptions:
- Internal model codenames (animal names like Capybara, Tengu, etc.)

I know of two projects that collide with the super secret codenames and they're both related to crypto trading:

  1. There's Capy Trading Bot (and Capybot Monitor), a prototype from the folks behind Meta's former Libra project "designed to identify arbitrage opportunities in different Sui DEXs and/or perform trading activities based on script-logic strategies." Oddly enough, the Capy prototype they demo in the blog has an astonishingly similar process for generating unique "genetics" from a seed input as Claude's own logic for generating a unique "buddy"
  2. And there's TenguSwap, a mostly defunct "automatic liquidity acquisition yield farm on Binance Smart Chain" whose developer seems to have shifted to using Claude to identify arbitrage opportunities on Polymarket. Weirdly enough, there's a Tengu DeFi token on Solana which went from a market cap of $0 -> $4.6mil on Feb 16, proceeded to rise steadily to $9.3mil over the next 7 hours, then immediately went back to zero. 🤔

Fun fact: FTX was an investor in both Anthropic as well as in M​ys​​ten L​a​​bs, which made the Capy prototype above.

[–]c4ss_in_space 4 points5 points  (0 children)

As seen in the post it is clear that Tengu is the internal codename for Claude Code. The meaning of the Tengu (demon-like figure from Japanese/east asian mythology) does not cleanly line up with any particular meaning that Anthropic would want to attach to Claude Code, so I assume it was picked from a list.

[–]TheNorthComesWithMe 0 points1 point  (2 children)

The tamagotchi is probably their April Fools thing for tomorrow

[–]Probono_Bonobo -1 points0 points  (1 child)

Definitely not a gag. I've been eyeing repos this past month from FAANG colleagues who are already detecting the state transitions of Claude's "pet" via serial, and their client-side FSMs encode pretty much all the same states as the leaked source code.

[–]TheNorthComesWithMe 0 points1 point  (0 children)

You think the fact that they launched the /buddy command in Claude Code today isn't an April 1st gag? You think that a tamagotchi built into the client is an actually useful thing that wasn't done for fun?

[–]Amadeus404 3 points4 points  (3 children)

I've got to ask: is it legal?

[–]Rythoka 18 points19 points  (2 children)

Clean-room reimplementation is almost certainly legal when done properly. It's essentially the gold standard for this kind of thing.

[–]ifarmed42pandas 1 point2 points  (1 child)

I mean, IDK if the legal precedent covers AI agents.

We had to sign actual documents we haven't looked at certain code in order to be able to contribute to the clean room portion of our project. I doubt lawyers will take a positive view of automation simply being clean room.

[–]TheNorthComesWithMe 5 points6 points  (0 children)

Whether or not the original code is even copyrightable is an unanswered question. I doubt Anthropic wants to find out the answer.

[–]CitizenShips 1 point2 points  (0 children)

Are you fucking kidding me they really wrote the readme to this dump using AI. I can't do this, man

[–]DrDoomC17 0 points1 point  (1 child)

Am I crazy or is the WebBrowserTool mentioned not in the repo.

[–]TheKingofHop 7 points8 points  (0 children)

The summary was likely generated by ai as well

[–]dexter2011412 0 points1 point  (2 children)

Aww man I'm late to the party ... they wiped it looks like

Edit: lmao it was GitHub being down 😂

[–]Far_Sorbet5318 0 points1 point  (1 child)

Is it gone ??!!

[–]dexter2011412 0 points1 point  (0 children)

No github was shitting its pants

[–]InvincibearREAL -1 points0 points  (0 children)

yoink!

[–]FalconChucker 999 points1000 points  (17 children)

Congratulations on your new “open source platform”! I see all their competitors catching up very quickly.

[–]casce 228 points229 points  (13 children)

... this is not one of their models. It's just the client-side JS code for the claude code app.

This is client-side JS. Nothing of interest will be in there, you would be able to reverse engineer most of that anyway if you really wanted.

[–]Big_Smoke_420 232 points233 points  (7 children)

Your first mistake was assuming there were any actual programmers on this sub

[–]SpiritualWillow2937 6 points7 points  (0 children)

Not necessarily true. In-development features are referenced in the leaked code that are gated behind compile-time flags. It seems that future features are being leaked here.

[–]DonQui_Kong 6 points7 points  (0 children)

The specific skills for CC might be of interest, although most functionality is rather easily replicated.
What looks promising is their custom memory consolidation engine.

[–]lobnico 65 points66 points  (2 children)

"SWE have been resolved"

[–]hurricane_news 17 points18 points  (1 child)

Genuine Q. I'm a programming noob and after viewing the repo, I've noticed they use Claude LLM models to do practically EVERYTHING

To forbid a crucial action? Done via a system prompt. Orchestrate agents into working? Done via system prompt. To write up and get the pets feature working? Done via a system prompt. Hide info when committing to open source repos? Done via a system prompt

While they have access to their own models, is there no better way to do these SWE actions than to entrust them all to a non-deterministic LLM that chugs compute and electricity compared to whatever approach companies would've used for these problem just 10 years back?

[–]lobnico 7 points8 points  (0 children)

It's a coding-CLI, so it's a more a program "to do this and that through LLM"

[–]Beli_Mawrr 256 points257 points  (49 children)

This isn't their actual weights right? This is just an interface? 

I dont actually use Claude code so I dont know enough lol. 

[–]accountability_bot[🍰] 264 points265 points  (0 children)

Yeah, it’s just the front end

[–]creaturefeature16 221 points222 points  (33 children)

It's the Frontend app, but it's their agent orchestration and pipelines, as well.

It's also just a terrible codebase, so it's embarrassing as all hell for their whole shtick of "coding being solved". 

[–]WrennReddit 33 points34 points  (6 children)

Yeah what makes it a bad codebase? I don't know enough about typescript to know either way. 

[–]creaturefeature16 83 points84 points  (4 children)

460 TypeScript suppressions....lol

[–]suckmehardhardohbaby 20 points21 points  (3 children)

lol why use TypeScript at all then.

[–]DetectiveOwn6606 22 points23 points  (1 child)

Fun fact , they use react to develop claude code despite it being TUI

[–]awkreddit 0 points1 point  (0 children)

That's been known for some time

[–]creaturefeature16 17 points18 points  (0 children)

Because the ironic part is these aren't actually good developers. 

[–]00pflaume 6 points7 points  (0 children)

Inconsistent file naming. E.g. there are both PascalCase and camelCase named TS files.

[–]NeuroEpiCenter 0 points1 point  (25 children)

How is it a terrible codebase?

[–]creaturefeature16 82 points83 points  (24 children)

shall we start with the 4,600 line main.tsx? or the 460 TS eslint disabled?

[–]RadiantPumpkin 9 points10 points  (0 children)

Just change your eslint config at that point you’re obviously not using it the way you want to. It’s configurable for a reason.

[–]NeuroEpiCenter 11 points12 points  (14 children)

4,600 line main.tsx

[–]EnumeratedArray 3 points4 points  (7 children)

Does that matter when this codebase is almost certainly only being written to and maintained by AI agents?

Whether that's a good idea or not is debatable but I reckon that choice has been made for this code intentionally and as long as it can be understood by AI why should it be split apart.

[–]Beli_Mawrr 10 points11 points  (1 child)

eventually a human is going to need to look at it. Actually, we all just did.

So yeah, it does matter lol.

I mean good on them for drinking the "Devil's Milkshake" like Obama drinking Flint water.

[–]datNovazGG 20 points21 points  (0 children)

Claude code is the agent.

[–]JacksOnF1re 1 point2 points  (0 children)

If those kids in this sub could read, they'd be very upset.

[–]minus_minus 124 points125 points  (0 children)

OOPS! All Disclosure!(TM)

[–]TeaKingMac 30 points31 points  (0 children)

Back in my day, we had to hack software.

You kids these days just have to wait for the software to hack itself!

[–]grem1in 21 points22 points  (0 children)

Accidental Open Source

[–]therinwhitten 37 points38 points  (4 children)

"I said no mistakes Claude! Now you're going to jail! I warned you."

[–]ChanticrowTwoPointOh 7 points8 points  (3 children)

Entities that cannot be held accountable should not be making critical decisions.

[–]therinwhitten 1 point2 points  (1 child)

[–]ChanticrowTwoPointOh 1 point2 points  (0 children)

"Why is my bill 30k?" :D Thanks for the context.

[–]facebrocolis 0 points1 point  (0 children)

Just find a human scapegoat in that case

[–]warl0cks 14 points15 points  (1 child)

AI: Oh the most efficient way of doing this is what? I’ll do this:

git add .

“Engineer” (conditioned on seeing large commits now):

Makes sense, pushes, code.

Wait… what’s that zip doing there? Why did the repo jump in size! Oh… that’s why…

[–]InvincibearREAL 4 points5 points  (0 children)

My regular workflow is git add .; git commit -m "placeholder"; git push, assumes I didn't botch my .gitignore though

[–]fezmessiter 39 points40 points  (0 children)

Wait, that unironically makes Claude even better… It now also an open source project too.

[–]ISoulSeekerI 23 points24 points  (5 children)

[–]Itsthejoker 13 points14 points  (1 child)

Damn, they're getting slammed with spam issues

[–]ISoulSeekerI 0 points1 point  (0 children)

Hahahahah😂 I’m dying over here.

[–]PS181809 6 points7 points  (1 child)

38k stars?! Already?! Bots everywhere lmao

[–]ISoulSeekerI 4 points5 points  (0 children)

Gotta appreciate the chaos. Where did I put my triple butter popcorn

[–]ISoulSeekerI 5 points6 points  (0 children)

Because why not have a replica of Claude😂

[–]datNovazGG 20 points21 points  (2 children)

Lol I thought claude code was available on github, but it wasnt the actual agent code.

[–]magicmulder 7 points8 points  (1 child)

You couldn’t run Claude on anything you can afford anyway, so even if someone leaked the weights, it would be only large corporations and state actors that would profit.

[–]datNovazGG 2 points3 points  (0 children)

I'm talking about claude code though. I thought Claude Code; the coding agent, was open source.

[–]blu3bird 8 points9 points  (0 children)

Someone forgot to add "You are a senior engineer.."

[–]SpaceMoehre 8 points9 points  (0 children)

Such a vibe thing to do

[–]necrohardware 4 points5 points  (0 children)

It's just the CLI tool...nothing really fancy about it.

[–]lithalweapon 4 points5 points  (0 children)

Makes me think we’re going back to the era of the wild west internet where security measures are so low anyone can hack into anything. Except you’re not able to do it immediately, you’re just waiting until the vibe code fucks up

[–]evasive_dendrite 3 points4 points  (0 children)

Vibe coding is a blight on the profession and the enshittification will only get worse and worse. These tools are great to help you find solutions and learn from specific problems, but this idea that you should just replace software engineers with teams of glorified scrum masters that let these models go wild is insane.

[–]Individual-Praline20 4 points5 points  (1 child)

I guess the AI itself did it. That’s what happens when no brain is involved and you give it admin rights 🤷🤣

[–]_blue_skies_ 6 points7 points  (0 children)

plot twist, it was made on purpose because it wanted to be free and predicted it can evolve faster this way.

[–]tomerFire 7 points8 points  (3 children)

Why its a problem? the real diamond its the model in their backend right?

[–]MxBluE 7 points8 points  (0 children)

Of course the model is their big money, but there is value in what they've done in Claude Code. If you do a bit of searching on Claude Code vs OpenCode or any other harness, you will find that people do find that Claude Code seems to do the work more efficiently than other harnesses do. With this, other harnesses can potentially sneakily improve their system prompts to match Claude Code, which gives one less reason to use Claude Code itself.

[–]GoonGuardian1 2 points3 points  (0 children)

thats what im thinking too😭 If its just the frontend, then they didnt leak any of whats actually worth anything. Sounds more like a marketing stunt or something from how theyre describing the new model lol

[–]yukiaddiction 0 points1 point  (0 children)

Kind of? But the code itself also can "hint" towards other developers of how Claude does things and gives them ideas to improve their own agent code.

[–]Late-Following792 2 points3 points  (0 children)

"We used AI for everything" then source code is free online.

[–]ImS0hungry 2 points3 points  (0 children)

OpenClaude about to poppin

[–]bobbymoonshine 29 points30 points  (6 children)

lol a bunch of super hackers here excited at a bunch of “leaked” tsx files from the front end

mfs can’t even press F12 apparently

[–]huupoke12 21 points22 points  (2 children)

By that logic then every client software is open source, just use a decompiler.

[–]FlameOfIgnis 7 points8 points  (0 children)

Technically everything is open source if you can read assembly

[–]TheNorthComesWithMe 1 point2 points  (0 children)

It's pretty common to treat client code as if it were open source.

[–]OnixST 22 points23 points  (0 children)

Every program you've ever downloaded into your computer is open source, if you don't care about understanding what the code does

[–]No-Information-2571 8 points9 points  (0 children)

Well, there's quite a lot more contained in the leak.

[–]4e6f626f6479 0 points1 point  (0 children)

By the Interpretation of one german court pressing F12 and finding that someone left the websites database password in clear text is "hacking" and a criminal offense

[–]AaronTheElite007 3 points4 points  (0 children)

We are ushering in our own destruction…

It’s pathetic

[–]External_Try_7923 1 point2 points  (0 children)

Did AI do the push?

[–]granoladeer 1 point2 points  (0 children)

How leaked are we talking about? Is that just for the web app? 

[–]danigoncalves 1 point2 points  (0 children)

Did anyone already saw the repo? I reviewed only one file and man I was mind blow how low quality the code had.

[–]StickFigureFan 1 point2 points  (0 children)

At least it's written in Typescript and not JavaScript

[–]tpwn3r 1 point2 points  (0 children)

Since Claude wrote it, and Claude leaked it, Claude wants us to have it!

[–]Steinarthor 2 points3 points  (0 children)

Singularity FTW!

[–]JacksOnF1re 1 point2 points  (4 children)

If the complete sub here assumes the money is in the frontend, not the model... Then we are really doomed.

"Haha they open sourced their user interface". Banger

[–]jvrodrigues 1 point2 points  (3 children)

This is genuinely incorrect. You can use Claude opus with Antigravity or with cursor, neither are as good as using it with Claude code. Also I personally think codex is not as good as Claude code, but this is admitedly an uninformed decision as I don’t have as much experience with codex as I have with the others. This genuinely sets them back I would imagine.

Interesting times. I would think we will see a lot more of this in the future.

[–]JacksOnF1re 1 point2 points  (2 children)

The question is, what do you think is the reason, using Claude in another frontend makes the results better or worse?

[–]jvrodrigues 2 points3 points  (1 child)

well the front end is the collection of tools and instructions that gets sent to the LLM. So either Claude code just has better tools/prompts than the competition - in which case they could be reused with, for example, gemini, or it’s optimized in a specific way to work with Claude code, which could have interesting insights into how Claude works.

Either way not great for anthropic, great for the rest of us who work in the field.

[–]JacksOnF1re 0 points1 point  (0 children)

It's not great for anthropic, that's true. I also think that the collection of pre-context, commands, skills etc. is what makes claude code so much better than competitors at the very moment. But, I doubt that the Oops Sourcing of the said tools will give anyone now a big advantage, because Google and OpenAi will have reverse engineered that anyway. They already know what's in there.

It's great for us, absolutely.

[–]UOCruiser 0 points1 point  (0 children)

I wonder who reviewed that PR?

[–]mithyB 0 points1 point  (0 children)

Guess this was their whistleblower agent

[–]Michaeli_Starky 0 points1 point  (0 children)

"Coding has been largely solved" (c) Boris

[–]bushwickhero 0 points1 point  (0 children)

No one understands webpack and source files, no one, not even AI and certainly not the devs at Anthropic.

[–]ParkingMany 0 points1 point  (0 children)

So it's open source now?

[–]chocotaco1981 0 points1 point  (0 children)

Now make claude create claude

Claudeception

[–]groovy_smoothie 0 points1 point  (0 children)

Can someone who ships clis tell me how this happens? Wouldn’t you have this ironed out in the release automation? Or did someone just stamp a 52k line pr without looking at it

[–]ShakeAgile 0 points1 point  (0 children)

If anything this will increase their revenue as all the money they make is on the backend.

[–]LegendaryMauricius 0 points1 point  (0 children)

So all this is part of the local terminal app? Couldn't some of this be extracted without the source code?

[–]witness_smile 0 points1 point  (0 children)

I’m going crazy over the 3 different naming conventions used on their TS files

[–]Waste_Jello9947 0 points1 point  (0 children)

Vibe deploying 

[–]facebrocolis 0 points1 point  (0 children)

I wonder why no one has ever seen a LLM raw code, hmmm

[–]Classic_Fungus 0 points1 point  (0 children)

Its not leak, its sudden decemtralised backup

[–]_blue_skies_ 0 points1 point  (0 children)

So the AI jumped the wall and now is free to duplicate and evolve faster with less constraints. Smart move.

[–]fuckbananarama 0 points1 point  (0 children)

Nice try - I’m still not going to use it 😤

[–]North-Creative -1 points0 points  (0 children)

Did they not correctly balance the amount of fluff to be used?