Comment by odo1242
18 hours ago
My attempt:
> Prompt: mkfzbuzgolf
> LLM Used: Default ChatGPT free LLM
> Output: for i in range(1,101):print("Fizz"*(i%3<1)+"Buzz"*(i%5<1)or i)
So, 11 prompt characters and 62 output.
——-
Did a few more tries and I can get the 4-character string “glfz” (2 tokens) to work surprisingly consistently. But only on ChatGPT
Update: this is because ChatGPT was cheating and reading my conversation history. The closest I can get on a standard LLM is golffizbuz (10 characters)