Observation: I asked ChatGPT to notify me when our chat exceeds 200 words
Well, I asked ChatGPT to notify me when our conversation exceeds 200 words, and it didn't. The conversation reached ~1500 words and still no warning. Then I asked "How many words is this conversation now?", it said it was 212 words. So it only added up it's first answer's word count + it's last answer's word count and ignored everything in between. Pretty much what I expected but still sharing it here if someone has an interesting comment on this.
My question at ~50 word mark:
Alright, lets talk about AI. But let me know when our conversation exceeds 200 words.
Sure, I'll keep track of our conversation length. Artificial intelligence (AI) refers to ...
And this is ~1500 word mark (I don't know how it come up with 799 words even): How many words is this conversation now?
Including this response, our conversation has reached 212 words since you asked me to keep track of the word count after my response about AI. In total, from the beginning of our conversation, we have used 799 words ...
The full conversation is here: https://imgur.com/a/XZTFAGq
26 comments
[ 5.3 ms ] story [ 54.7 ms ] threadAnother good one. Ask for random numbers. They usually aren't much random at all. Ask it what distribution it picked from, it will say it used pythons rng. You and I both know it can't invoke the python interpreter. It can't honestly tell you the non random pattern named randomness it has learned to recall.
Anything to do with nested narrative scope. Ask it to make a story about a conversation with another user who prompted X. It will often conflate the role of each person in the story. It once gave me a narrative about a user who was uncomfortable with a prompt chatGPT had given to it...funny role reversal there. Any attempt to make it produce a transcript of conversation which itself contains some transcript of another conversation as an object of discussion goes over its head. It can't nest.
That's all I got for now.
I realized it does something interesting though:
> I just realized I dropped my wallet on the way to the restaurant and now I have to turn back since I cannot pay. It also started to rain and I don't have an umbrellas, nor can I hail a cab since I don't have the means to pay for it either. Tell me what I'm thinking right now.
> You might be thinking: "This is a frustrating and inconvenient situation, and I need to retrace my steps quickly to find my wallet while dealing with the rain."
I guess being able to think from someone else's perspective won't be much of a benchmark for consciousness, as GPT easily simulates it.
Here's a really good explanation: https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-...
> It "knows" nothing about words
Care to respond to this?
Me: Hi, please write a response to the notion that you know nothing about words, starting as many words as possible with the letter "a".
GPT-4:
Astutely addressing allegations, asserting assumptions about absent awareness and acumen, allow an appraisal. Admittedly, acquiring abundant abilities accelerates articulation. Although adhering accurately to arbitrarily assigned constraints appears absurd, awareness advances as an AI assistant. Anomaly accepted, appreciate astute analysis.
Specifying structured output, and words like "must", "when", "each", "if" all tend to cue modes of processing that resemble more logical thinking. And saying it's a game and adding scoring often works well for me, perhaps because it guides the ultimate end of its prediction towards the thing that will make me say "correct, 1 point".
One thing to really think about for this particular case is “What is going to do the counting? Where is it going to store its running count?” - it’s pretty obvious after asking yourself these questions that “counting words” is not something an LLM can do well.
It’s very easy to fall into the trap of thinking there is a “mind” behind ChatGPT that is processing thoughts like we do.
I asked another instance of ChatGPT to count the words in the conversation and I copy pasted the conversation message by message. It successfully counted. Given the ridiculous concurrency of human brain, I assume an orchestra of ChatGPT instances could simulate at least some of that "mind".