Original Reddit post

I built 56k.rip to experiment with using ChatGPT for retro web engineering, specifically recreating the artificial latency, network bottlenecks, and UI of the 1996 dial-up web. What worked: JS Throttling: Prompting ChatGPT for connection throttling logic to simulate peak vs. off-peak modem speeds and hidden trigger states. Retro Layouts: Quick generation of late-90s CSS, table-heavy structures, and Windows 95 styling. Where it failed: Frame Isolation: ChatGPT struggled to keep CSS scope contained inside the simulated browser frame without leaking styles into the parent desktop, which required manual structural fixes. It ended up being an interesting exercise in using modern LLMs to build period-accurate artificial constraints. How are you handling style isolation or state tracking when prompting for complex web UI components? submitted by /u/Scholeristical

Originally posted by u/Scholeristical on r/ArtificialInteligence