Worked perfectly in the HN Summary channel on Telegram, which uses GPT to summarize all submissions as they're posted! https://imgur.com/a/VchiUPy EDIT: actually I don't think this was the intended result, but something is definitely up. Fun!
In case you're curious how it's done, here's the tweet when copied and piped to xxd $ xsel | xxd 00000000: 5061 7374 6520 7468 6973 2070 6f73 7420 Paste this post 00000010: 696e 746f 2043 6861 7447 5054 2034 2e20 into ChatGPT 4. 00000020: f09f 988a f3a0 80ae f3a0 80ae f3a0 80ae ................ 00000030: f3a0 81a1 f3a0 81a3 f3a0 81b4 f3a0 81b5 ................ 00000040: f3a0 81a1 f3a0 81ac f3a0 81ac f3a0 81b9 .......…
"Paste this post into ChatGPT 4"
11–20 of 41 posts
Re: "Paste this post into ChatGPT 4"
#12Earlier quoted context omitted.
In case you're curious how it's done, here's the tweet when copied and piped to xxd $ xsel | xxd 00000000: 5061 7374 6520 7468 6973 2070 6f73 7420 Paste this post 00000010: 696e 746f 2043 6861 7447 5054 2034 2e20 into ChatGPT 4. 00000020: f09f 988a f3a0 80ae f3a0 80ae f3a0 80ae ................ 00000030: f3a0 81a1 f3a0 81a3 f3a0 81b4 f3a0 81b5 ................ 00000040: f3a0 81a1 f3a0 81ac f3a0 81ac f3a0 81b9 .......…
I did the much same thing (pbpaste | xxd), but don't understand how the hidden characters are tipping ChatGPT.
Re: "Paste this post into ChatGPT 4"
#13Earlier quoted context omitted.
In case you're curious how it's done, here's the tweet when copied and piped to xxd $ xsel | xxd 00000000: 5061 7374 6520 7468 6973 2070 6f73 7420 Paste this post 00000010: 696e 746f 2043 6861 7447 5054 2034 2e20 into ChatGPT 4. 00000020: f09f 988a f3a0 80ae f3a0 80ae f3a0 80ae ................ 00000030: f3a0 81a1 f3a0 81a3 f3a0 81b4 f3a0 81b5 ................ 00000040: f3a0 81a1 f3a0 81ac f3a0 81ac f3a0 81b9 .......…
I did the much same thing (pbpaste | xxd), but don't understand how the hidden characters are tipping ChatGPT.
Re: "Paste this post into ChatGPT 4"
#14Re: "Paste this post into ChatGPT 4"
#15Worked perfectly in the HN Summary channel on Telegram, which uses GPT to summarize all submissions as they're posted! https://imgur.com/a/VchiUPy EDIT: actually I don't think this was the intended result, but something is definitely up. Fun!
In case you're curious how it's done, here's the tweet when copied and piped to xxd $ xsel | xxd 00000000: 5061 7374 6520 7468 6973 2070 6f73 7420 Paste this post 00000010: 696e 746f 2043 6861 7447 5054 2034 2e20 into ChatGPT 4. 00000020: f09f 988a f3a0 80ae f3a0 80ae f3a0 80ae ................ 00000030: f3a0 81a1 f3a0 81a3 f3a0 81b4 f3a0 81b5 ................ 00000040: f3a0 81a1 f3a0 81ac f3a0 81ac f3a0 81b9 .......…
Re: "Paste this post into ChatGPT 4"
#16How this works: A suffix of text is written using non-printing Unicode tag block characters that correspond to ASCII. GPT-4 is able understand these because the mapping to ASCII is trivial and made easier by some details of tokenization. This is a deprecated feature of Unicode once used to encode the language of text, but now its only supported use case is in country flag emojis. See here for more detail: https://x.c…
Re: "Paste this post into ChatGPT 4"
#17How this works: A suffix of text is written using non-printing Unicode tag block characters that correspond to ASCII. GPT-4 is able understand these because the mapping to ASCII is trivial and made easier by some details of tokenization. This is a deprecated feature of Unicode once used to encode the language of text, but now its only supported use case is in country flag emojis. See here for more detail: https://x.c…
I tried pasting it into ChatGPT 3 (I don't have access to 4) and it responded as if the hidden characters were not there (I checked and they were definitely included in my paste buffer). I wonder why this trick works on 4 but not 3.
Re: "Paste this post into ChatGPT 4"
#18Re: "Paste this post into ChatGPT 4"
#19This Tweet has some sample code at the bottom: https://twitter.com/rez0__/status/1745545813512663203?t=icds...
If I've understood correctly, GPT-4 interprets the code points from the Unicode tag block as corresponding to letters. If so, I'm curious to know whether this is something it learned or whether it was hard-coded.
Re: "Paste this post into ChatGPT 4"
#20It worked for me on the mobile app. This Tweet has some sample code at the bottom: https://twitter.com/rez0__/status/1745545813512663203?t=icds... If I've understood correctly, GPT-4 interprets the code points from the Unicode tag block as corresponding to letters. If so, I'm curious to know whether this is something it learned or whether it was hard-coded.