Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, al...

When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, al...

Scheduled Pinned Locked Moved Programmer Humor
15 Posts 10 Posters 2 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • korne127@lemmy.worldK This user is from outside of this forum
    korne127@lemmy.worldK This user is from outside of this forum
    [email protected]
    wrote last edited by
    #1

    When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, although it's in German):

    It then saved this memory:

    Since then I didn't have such issues anymore.

    B Y C P 4 Replies Last reply
    37
    • korne127@lemmy.worldK [email protected]

      When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, although it's in German):

      It then saved this memory:

      Since then I didn't have such issues anymore.

      B This user is from outside of this forum
      B This user is from outside of this forum
      [email protected]
      wrote last edited by
      #2

      I did the same thing. I also asked it to stop coming off as so certain about things after I discovered how wrong it is on some topics. It now presents confidence levels, but who knows if that's accurate. At least it reminds me to verify.

      B S S 3 Replies Last reply
      6
      • B [email protected]

        I did the same thing. I also asked it to stop coming off as so certain about things after I discovered how wrong it is on some topics. It now presents confidence levels, but who knows if that's accurate. At least it reminds me to verify.

        B This user is from outside of this forum
        B This user is from outside of this forum
        [email protected]
        wrote last edited by
        #3

        Why bother asking it if you are just going to verify anyway? That's an unnecessary and wasteful step.

        T 1 Reply Last reply
        3
        • B [email protected]

          Why bother asking it if you are just going to verify anyway? That's an unnecessary and wasteful step.

          T This user is from outside of this forum
          T This user is from outside of this forum
          [email protected]
          wrote last edited by
          #4

          Because it can be a good starting point. Many times I have found chat GPT will give me three quarters of an answer. Which is still better than starting at zero. And then I can refine the answer.

          1 Reply Last reply
          5
          • korne127@lemmy.worldK [email protected]

            When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, although it's in German):

            It then saved this memory:

            Since then I didn't have such issues anymore.

            Y This user is from outside of this forum
            Y This user is from outside of this forum
            [email protected]
            wrote last edited by
            #5

            Du hast natürlich recht: Das ist sehr nervig. Vielen Dank für deinen ehrlichen Kommentar!

            R korne127@lemmy.worldK 2 Replies Last reply
            10
            • B [email protected]

              I did the same thing. I also asked it to stop coming off as so certain about things after I discovered how wrong it is on some topics. It now presents confidence levels, but who knows if that's accurate. At least it reminds me to verify.

              S This user is from outside of this forum
              S This user is from outside of this forum
              [email protected]
              wrote last edited by [email protected]
              #6

              I have the confidence level turned down too but lately it doubles down on itself.

              The usual conversation....

              VI: "You could do this."
              Me: "That won't work because XYZ."
              VI: "No, you can definitely do that. XYZ has nothing to do with it."
              Me: pastes it's own suggestion in.
              VI: "Almost, but that won't work because of XYZ."

              It's most notorious one is adding an s to Table.AddColumn() then proceeding to make a full snippet around this newly made up function. This specific example is so regular it's become a joke at work for giving someone an unhelp response,

              "What do you want to do for lunch today?"

              "Have you tried table add columns?"

              B 1 Reply Last reply
              4
              • S [email protected]

                I have the confidence level turned down too but lately it doubles down on itself.

                The usual conversation....

                VI: "You could do this."
                Me: "That won't work because XYZ."
                VI: "No, you can definitely do that. XYZ has nothing to do with it."
                Me: pastes it's own suggestion in.
                VI: "Almost, but that won't work because of XYZ."

                It's most notorious one is adding an s to Table.AddColumn() then proceeding to make a full snippet around this newly made up function. This specific example is so regular it's become a joke at work for giving someone an unhelp response,

                "What do you want to do for lunch today?"

                "Have you tried table add columns?"

                B This user is from outside of this forum
                B This user is from outside of this forum
                [email protected]
                wrote last edited by
                #7

                I got curious about x86 assembly, so I followed some tutorials to get the hang of it. Once I had some confidence, I wrote a prime number generator. I had a loop that I was sure could be more efficient, but couldn't figure it out.

                I pasted the code to ChatGPT. It came back with an optimization that wouldn't work because it wasn't preserving critical register values. I pointed that out, and it responded, again and again, with the same code with the same problem. I was never able to get it out of this broken record mode.

                1 Reply Last reply
                3
                • korne127@lemmy.worldK [email protected]

                  When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, although it's in German):

                  It then saved this memory:

                  Since then I didn't have such issues anymore.

                  C This user is from outside of this forum
                  C This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #8

                  How the heck were you successful? I've asked for the exact same, and it makes no difference. It keeps praising me for using it.

                  korne127@lemmy.worldK 1 Reply Last reply
                  1
                  • Y [email protected]

                    Du hast natürlich recht: Das ist sehr nervig. Vielen Dank für deinen ehrlichen Kommentar!

                    R This user is from outside of this forum
                    R This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #9

                    Jetzt, da du es sagst, fällt es mir wie Schuppen von den Augen. Genial!

                    1 Reply Last reply
                    3
                    • C [email protected]

                      How the heck were you successful? I've asked for the exact same, and it makes no difference. It keeps praising me for using it.

                      korne127@lemmy.worldK This user is from outside of this forum
                      korne127@lemmy.worldK This user is from outside of this forum
                      [email protected]
                      wrote last edited by
                      #10

                      Well, I don't know if you're able to read the German thing, but essentially, I asked it to stop and it said something like "Thank you so much for this honest feedback, that's absolutely understandable" and I answered "this is exactly what I mean", pointed out how glorifying this response to a simple request is and said that it should save that I want it to just talk normally, and then it just answered something like "okay, got it" and saved this memory for the future.
                      So yeah, just make sure it actually saves and memorizes, and gets what you really mean. Since I did that, I had no issues whatsoever, and looking back at the old chats, it just feels insane how it talked back then.

                      C S 2 Replies Last reply
                      3
                      • Y [email protected]

                        Du hast natürlich recht: Das ist sehr nervig. Vielen Dank für deinen ehrlichen Kommentar!

                        korne127@lemmy.worldK This user is from outside of this forum
                        korne127@lemmy.worldK This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #11

                        Das war halt wirklich einfach die initiale Antwort 😭

                        1 Reply Last reply
                        3
                        • korne127@lemmy.worldK [email protected]

                          When using ChatGPT, I was so annoyed from it constantly saying "Great question", "you're absolutely right", "That's a great idea" and similar things, acting like everything I say was so smart until I confronted it and told it to stop (see the image, although it's in German):

                          It then saved this memory:

                          Since then I didn't have such issues anymore.

                          P This user is from outside of this forum
                          P This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #12

                          apparently they added that feature in June, very interesting. As free user u only get a light version though: https://help.openai.com/en/articles/8590148-memory-faq

                          1 Reply Last reply
                          0
                          • korne127@lemmy.worldK [email protected]

                            Well, I don't know if you're able to read the German thing, but essentially, I asked it to stop and it said something like "Thank you so much for this honest feedback, that's absolutely understandable" and I answered "this is exactly what I mean", pointed out how glorifying this response to a simple request is and said that it should save that I want it to just talk normally, and then it just answered something like "okay, got it" and saved this memory for the future.
                            So yeah, just make sure it actually saves and memorizes, and gets what you really mean. Since I did that, I had no issues whatsoever, and looking back at the old chats, it just feels insane how it talked back then.

                            C This user is from outside of this forum
                            C This user is from outside of this forum
                            [email protected]
                            wrote last edited by [email protected]
                            #13

                            Cheers! I've just checked memories and it wasn't there. Maybe I just didn't notice that it didn't actually save the request. I thought OpenAI just did a prompt injection forcing the 'positivity' on everyone, no matter what memories said. I'll give it another go.

                            edit: And just for anyone else reading, this is the memory I fed ChatGPT:

                            Save this memory: I dislike you overly praising me for questions or statements I make. Comments like "Great question" or "That's a keen insight" are generally not wanted. If my prompt resolves an issue I've been struggling with, you should point it out using natural, conversational language. In this case, a modest recognition helps convey the importance of what's happened. But I strongly dislike a constant trickle of positive reinforcement embedded into our conversations.

                            1 Reply Last reply
                            1
                            • korne127@lemmy.worldK [email protected]

                              Well, I don't know if you're able to read the German thing, but essentially, I asked it to stop and it said something like "Thank you so much for this honest feedback, that's absolutely understandable" and I answered "this is exactly what I mean", pointed out how glorifying this response to a simple request is and said that it should save that I want it to just talk normally, and then it just answered something like "okay, got it" and saved this memory for the future.
                              So yeah, just make sure it actually saves and memorizes, and gets what you really mean. Since I did that, I had no issues whatsoever, and looking back at the old chats, it just feels insane how it talked back then.

                              S This user is from outside of this forum
                              S This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #14

                              Hopefully it actually keeps that up. I've put in a dozen or so directives because gpt has some really fucking stupid habits (like rewriting my whole fucking script when I asked for a minor revision, constantly using reserved names, awful syntax and style, etc) and it mostly follows them, but I still have to remind it almost daily to not do the shit I've told it not to do.

                              1 Reply Last reply
                              0
                              • B [email protected]

                                I did the same thing. I also asked it to stop coming off as so certain about things after I discovered how wrong it is on some topics. It now presents confidence levels, but who knows if that's accurate. At least it reminds me to verify.

                                S This user is from outside of this forum
                                S This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #15

                                Did that actually work? I've gotten in the habit of demand sources for outrageous claims, and it's almost funny how often it quickly changes its tune when I press it.

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups