Live data from Hacker News

I failed to recreate the 1996 Space Jam website with Claude

j0nah.com

301–310 of 483 posts

Re: I failed to recreate the 1996 Space Jam website with Claude

#301
post #289

Everything feels wrong with that approach too me, starting with calling a perfectly time-appropriate website anachronistic . Anachronistic would be something like creating an apparent flash website for a fictional 90s internet related movie.

He's using it correctly, in its secondary sense of "belonging or appropriate to an earlier period, especially so as to seem conspicuously old-fashioned or outdated."

Re: I failed to recreate the 1996 Space Jam website with Claude

#303

Couldn’t you just feed Claude all the raw, inspect element HTML from the website and have it “decrypt” that? The entire website is fairly small so this seems feasible. Usually there’s a big difference between a website’s final code and its source code because of post processing but that seems like a totally solvable Claude problem. Sure LLMs aren’t great with images, but it’s not like the person who originally wrote…

https://pastebin.com/raw/F2jxZTeJ The HTML I'm referring to, copied from the website. Only about 7,000 characters or just 2,000 Claude tokens. This is feasible.

There's actually a language model developed by The Open Group that will transform that back into the original source code.

https://pubs.opengroup.org/onlinepubs/9799919799/utilities/c...>

Re: I failed to recreate the 1996 Space Jam website with Claude

#304
This has been my experience with almost everything I've tried to create with generative AI, from apps and websites, to photos and videos, to text and even simple sentences. At first glance, it looks impressive, but as soon as you look closer, you start to notice that everything is actually just sloppy copy.

That being said, sloppy copy can make doing actual work a lot faster if you treat it with the right about of skepticism and hand-holding.

It's first attempt at the Space Jam site was close enough that it probably could have been manually fixed by an experienced developer in less time than in takes to write the next prompt.

Re: I failed to recreate the 1996 Space Jam website with Claude

#305

Earlier quoted context omitted.

https://pastebin.com/raw/F2jxZTeJ The HTML I'm referring to, copied from the website. Only about 7,000 characters or just 2,000 Claude tokens. This is feasible.

There's actually a language model developed by The Open Group that will transform that back into the original source code. https://pubs.opengroup.org/onlinepubs/9799919799/utilities/c... >

Got a chuckle out of me. lol

Re: I failed to recreate the 1996 Space Jam website with Claude

#306

Earlier quoted context omitted.

Whoops, I'm very dumb. It's Opus 4.1. I updated the blog post and credited you for the correction. Thank you!

That model does not exist. Do you mean Opus 4.5?

Opus GPT 4.1 Pro Maverick DeepK2

Re: I failed to recreate the 1996 Space Jam website with Claude

#307

Earlier quoted context omitted.

Claude didn't write that code. Someone else did and Claude took that code without credit to the original author(s), adapted it to your use case and then presented it as its own creation to you and you accepted this. If a human did this we probably would have a word for them.

Certainly if a human wrote code that solved this problem, and a second human copied and tweaked it slightly for their use case, we would have a word for them. Would we use the same word if two different humans wrote code that solved two different problems, but one part of each problem was somewhat analogous to a different aspect of a third human's problem, and the third human took inspiration from those parts of both…

Thanks for writing this - love the way u explain the pov. I wish people would consider this angle more

Re: I failed to recreate the 1996 Space Jam website with Claude

#308
post #304

This has been my experience with almost everything I've tried to create with generative AI, from apps and websites, to photos and videos, to text and even simple sentences. At first glance, it looks impressive, but as soon as you look closer, you start to notice that everything is actually just sloppy copy. That being said, sloppy copy can make doing actual work a lot faster if you treat it with the right about of sk…

but my experience has also been that with every model they require less hand holding and the code is less sloppy. If I’m careful with my prompts, gpt codex 5.1 recently has been making a lot of typescript for me that is basically production ready in a way it couldn’t even 2 months ago

Re: I failed to recreate the 1996 Space Jam website with Claude

#309
This is a great under the radar test for AI. I would put money on it failing to recreate the majority of 90s movie websites as it wasn't trained on them. The old cowboy webmasters that built and ultimately abandoned them didn't write many books on the topic.

Re: I failed to recreate the 1996 Space Jam website with Claude

#310
post #135

Earlier quoted context omitted.

That's an interesting hypothesis : that LLM are fundamentally unable to produce original code. Do you have papers to back this up ? That was also my reaction when i saw some really crazy accurate comments on some vibe coded piece of code, but i couldn't prove it, and thinking about it now i think my intuition was wrong (ie : LLMs do produce original complex code).

We can solve that question in an intuitive way: if human input is not what is driving the output then it would be sufficient to present it with a fraction of the current inputs, say everything up to 1970 and have it generate all of the input data from 1970 onwards as output. If that does not work then the moment you introduce AI you cap their capabilities unless humans continue to create original works to feed the AI…

[dead]
Post reply on HN