To achieve 10x you need to learn exactly how lazy you can be and get the same results :P
me:
html select list of orderings: fifo, random, rr, lifo
GPT-4:
To create an HTML select list with different orderings, such as FIFO (First In, First Out), Random, RR (Round Robin), and LIFO (Last In, First Out), you can use the following HTML code:
Select List of Orderings
Choose an ordering method:
FIFO (First In, First Out)
Random
RR (Round Robin)
LIFO (Last In, First Out)
Submit
This code creates a simple HTML page with a form containing a select list. The user can choose one of the ordering methods from the list, and the selected value can be submitted with the form.
---
OK not exactly the same but just wanted to GPT-golf it. When lazymaxing for real, I just try to keep in mind that ChatGPT is already fine-tuned to include certain things, like following proper conventions, explaining its steps, commenting code. And that most of the time it'll make an educated guess rather than looking at me going "huh?" if it's unsure - so if there's really only 1 reasonable interpretation of terse instructions, I can drop the human-friendly cruft text.