Live data from Hacker News

Claude Code Unpacked : A visual guide

ccunpacked.dev

131–140 of 464 posts

Re: Claude Code Unpacked : A visual guide

#132
post #62

Earlier quoted context omitted.

For the animations specifically, it's using Motion (fka Framer Motion) Javascript library. If you describe some animations from the site to an LLM and ask it to use Framer motion, you get very similar results. The creator likely just prompted for a while until they were happy with the outcome.

Is there a reason to think it was done by an LLM?

The biggest reason would be: do you know a single developer who could have produced this in a couple of hours?

Re: Claude Code Unpacked : A visual guide

#135

> 500k lines of code Isn't it a simple REPL with some tools and integrations, written in a very high level language? How the hell is it so big? Is it because it's vibecoded and LLMs strive for bloat, or is it meaningful complexity?

How many LoC should it be, for that kind of program?

It's a TUI API wrapper with a few commands bolted on.

I doubt it needs to be more than 20-50kloc.

You can create a full 3D game with a custom 3D engine in 500k lines. What the hell is Claude Code doing?

Re: Claude Code Unpacked : A visual guide

#137

If it was 2020, it would be hard to imagine that after some hours/days you getting a visual representation of the leak with such detailed stats lol

I don't have a lot of experience with them but I would have thought static analysis tools circa 2020 would have managed it just fine.

Re: Claude Code Unpacked : A visual guide

#140

> 500k lines of code Isn't it a simple REPL with some tools and integrations, written in a very high level language? How the hell is it so big? Is it because it's vibecoded and LLMs strive for bloat, or is it meaningful complexity?

yeah its honestly full of vibe fixes to vibe hacks with no overarching desig. . some great little empirical observations though!i think the only clever bit relative to my own designs is just tracking time since last cache ht to check ttl. idk why i hadnt thought of that, but makes perfect sense
Post reply on HN