I failed to recreate the 1996 Space Jam website with Claude
21–30 of 483 posts
Re: I failed to recreate the 1996 Space Jam website with Claude
#22> What he produces
I feel like personifying LLMs more than they currently are is a mistake people make (though humans always do this), they're not entities, they don't know anything. If you treat them too human you might eventually fool yourself a little too much.
Re: I failed to recreate the 1996 Space Jam website with Claude
#23Re: I failed to recreate the 1996 Space Jam website with Claude
#24Re: I failed to recreate the 1996 Space Jam website with Claude
#25Curious if you've tested something such as: - "First, calculate the orbital radius. To do this accurately, measure the average diameter of each planet, p, and the average distance from the center of the image to the outer edge of the planets, x, and calculate the orbital radius r = x - p" - "Next, write a unit test script that we will run that reads the rendered page and confirms that each planet is on the orbital ra…
That said, I love this project. haha
Re: I failed to recreate the 1996 Space Jam website with Claude
#26Re: I failed to recreate the 1996 Space Jam website with Claude
#27Somehow I suspect Claude Code (in an interactive session with trial, error, probing, critiquing, perusing, and all the other benefits you get) would do better. This example seems to assume Claude can do things in "one shot" (even the later attempts all seem to conceal information like it's a homework assignment). That's not how to successfully use LLM's for coding in my experience. It is however perhaps a good demons…
Using https://github.com/anthropics/claude-code/tree/main/plugins/... with style-supporting instructions and context would've improved the outcome as well.
https://github.com/anthropics/claude-code/blob/main/plugins/...
Re: I failed to recreate the 1996 Space Jam website with Claude
#28Space Jam website design as an LLM benchmark. This article is a bit negative. Claude gets close , it just can't get the order right which is something OP can manually fix. I prefer GitHub Copilot because it's cheaper and integrates with GitHub directly. I'll have times where it'll get it right, and times when I have to try 3 or 4 times.
ya, this is true. Another commenter also pointed out that my intention was to one-shot. I didn't really go too deeply into trying to try multiple iterations. This is also fairly contrived, you know? It's not a realistic limitation to rebuild HTML from a screenshot because of course if I have the website loaded I can just download the HTML.
Re: I failed to recreate the 1996 Space Jam website with Claude
#29Why involve an LLM in this? Just download the site?
What's with the panicked pleas and need to preserve the site, assuming locally...?