• saltesc@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    2 days ago

    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?”

    • Brujones@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      2 days ago

      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.