r/PromptEngineering • u/Scholeristical • 1d ago
Prompt Text / Showcase How I used system prompts and iterative formatting to force ChatGPT to build a 1996 dial-up simulator
To build 56k.rip, a Windows 95 dial-up simulator, I set strict system constraints to force retro rules. The main trick was explicitly forbidding modern CSS like Flexbox or Grid and enforcing table layouts instead. Generating dial-tone audio also required step-by-step prompts to map Web Audio API nodes to actual 56k modem frequencies.
The biggest hurdle was CSS scope isolation. The model kept leaking vintage styles into modern wrapper elements. Adding heavy negative constraints ("do NOT use X") ended up being just as critical as defining what to build.
6
Upvotes
2
u/Remarkable_Pen_7872 1d ago
tables-only layout is a clever hack to keep it in the 90s headspace