Live data from Hacker News

Claude Code Unpacked : A visual guide

ccunpacked.dev

21–30 of 464 posts

Re: Claude Code Unpacked : A visual guide

#21
post #16

Is it just me or do I not find the Claude Code application that fascinating? I use it all day and love it. Don't get me wrong. But it's a terminal-based app that talks to an LLM and calls local functions. Ooookay…

Clever architecture often can still beat clever programming.

Re: Claude Code Unpacked : A visual guide

#24

would be nice if the transformers code for one of these frontier LLM models got leaked, HN will have a field day with a reveal like that

I doubt there is anything special about the transformer code the frontier labs use. The only thing proprietary in it are probably the infrastructure-specific optimizations for very large scale distributed training and some GPU kernel tricks. The real moat is the training data, especially the RLHF/finetuning data and verifiable reward environments, and the GPU clusters of course.

The open source models are quite close, and they'd probably be just as good with the equivalent amount of compute/data the frontier labs have access to.

Re: Claude Code Unpacked : A visual guide

#26
post #16

Is it just me or do I not find the Claude Code application that fascinating? I use it all day and love it. Don't get me wrong. But it's a terminal-based app that talks to an LLM and calls local functions. Ooookay…

I feel the same way. Given it's AI-written, looking at the code isn't even worth it to me. I would rather read a blog post about how they develop it day to day.

Re: Claude Code Unpacked : A visual guide

#28
post #7

There's this weird thing about AI generated content where it has the perfect presentation but conveys very little. For example the whole animation on this website, what does it say beyond that you make a request to backend and get a response that may have some tool call?

That's fair. The site isn't meant to be a deep technical dive, it's more of a visual high-level guide of what I've curated while exploring the codebase while assisted by AI, 500k loc codebase is just too much to sift through in a short amount of time.

Re: Claude Code Unpacked : A visual guide

#29

I guess they really do eat their own dogfood and vibe code their way through it without care for technical debt? In a way, it’s a good challenge, but it’s fairly painful to watch the current state of the project (which is about a year old now, so it should be in prime shape).

Boris Cherny, the creator of Claude Code said he uses CC to build CC.

Re: Claude Code Unpacked : A visual guide

#30
post #11
post #7

There's this weird thing about AI generated content where it has the perfect presentation but conveys very little. For example the whole animation on this website, what does it say beyond that you make a request to backend and get a response that may have some tool call?

Also it's just randomly incorrect in places. For instance, it lists "fox" as one of the "Buddy" species, but that's not in the code.

That's been corrected, I did another fact checking pass!
Post reply on HN