Ok, so here is an interesting case where Claude was almost good enough, but not quite. But I’ve been amusing myself by taking abandoned Mac OS programs from 20 years ago that I find on GitHub and bringing them up to date to work on Apple silicon. For example, jpegview, which was a very fast and simple slideshow viewer. It took about three iterations with Claude code before I had it working. Then it was time to fix so…
I failed to recreate the 1996 Space Jam website with Claude
51–60 of 483 posts
Re: I failed to recreate the 1996 Space Jam website with Claude
#52Why not use wget to mirror the website? Unless you're being sarcastic.
$ wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org
Source: https://superuser.com/questions/970323/using-wget-to-copy-we...
Re: I failed to recreate the 1996 Space Jam website with Claude
#53> Note: please help, because I'd like to preserve this website forever and there's no other way to do it besides getting Claude to recreate it from a screenshot. Why not use wget to mirror the website? Unless you're being sarcastic. $ wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org Source: https://superuser.com/questions/970323/using-wget-to-copy-we...
Re: I failed to recreate the 1996 Space Jam website with Claude
#54> Note: please help, because I'd like to preserve this website forever and there's no other way to do it besides getting Claude to recreate it from a screenshot. Why not use wget to mirror the website? Unless you're being sarcastic. $ wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://example.org Source: https://superuser.com/questions/970323/using-wget-to-copy-we...
Re: I failed to recreate the 1996 Space Jam website with Claude
#55Claude is not very good at using screenshots. The model may technically be multi-modal, but its strength is clearly in reading text. I'm not surprised it failed here.
Re: I failed to recreate the 1996 Space Jam website with Claude
#56Space 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.
If the tool needs you to check up on it and fix its work, it's a bad tool.
Re: I failed to recreate the 1996 Space Jam website with Claude
#57Interesting - these models are all trained to do pixel-level(ish) measurement now, for bounding boxes and such. I wonder if you could railroad it into being accurate with the right prompt.
Re: I failed to recreate the 1996 Space Jam website with Claude
#58Re: I failed to recreate the 1996 Space Jam website with Claude
#59Space 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.
> it just can't get the order right which is something OP can manually fix. If the tool needs you to check up on it and fix its work, it's a bad tool.
It’s not that binary imo. It can still be extremely useful and save a ton of time if it does 90% of the work and you fix the last 10%. Hardly a bad tool.
It’s only a bad tool if you spent more time fixing the results than building it yourself, which sometimes used to be the case for LLMs but is happening less and less as they get more capable.