[0]: https://help.openai.com/en/articles/4936856-what-are-tokens-...
ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
11–20 of 118 posts
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#12I do love ChatGPT though and would love for it to be integrated in Word or Google Docs. It is great at producing a first draft for performance reviews, pay rise letters, writing letters of complaints or challenging a parking fine.
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#13Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#14I'd be intrigued to see some kind of amalgamation of an AI tool like ChatGPT with a logic tool (say Wolfram Alpha-style). That would combat a lot of the ways folks have found to break this.
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#15Text is broken into something called "tokens" [0] for GPT. It doesn't work on individual characters. That explains why it always fails these character counting questions. [0]: https://help.openai.com/en/articles/4936856-what-are-tokens-...
It usually is able to get the answer within 1 character of the actual answer.
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#16ChatGPT is assertive, authoritative, and even goes on to lie to justify its answers and "be right". It's a gasslighting machine. Here's an example I posted here a month ago: https://news.ycombinator.com/item?id=33852236
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#17Text is broken into something called "tokens" [0] for GPT. It doesn't work on individual characters. That explains why it always fails these character counting questions. [0]: https://help.openai.com/en/articles/4936856-what-are-tokens-...
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#18For 100 years we’ve had machines that can do math
Then we made a new kind of machine that can do words
and now we’re complaining it can’t do math?
Sounds a lot like you are judging a fish by its ability to climb trees.
Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#19Re: ChatGPT: How many letters has the string “djsjcnnrjfkalcr”?
#20GPT-3 does not see individual characters. It sees "djsjcnnrjfkalcr" chunked as [d, js, jc, nn, r, j, f, k, al, cr]. You can see for yourself here: https://beta.openai.com/tokenizer.