Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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. My CoPilot

My CoPilot

Scheduled Pinned Locked Moved Programmer Humor
programmerhumor
28 Posts 23 Posters 3 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.
  • J [email protected]

    So, you gonna ask her out?

    W This user is from outside of this forum
    W This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #19

    I have another screenshot where it just says "*Giggling*" so maybe

    1 Reply Last reply
    4
    • cm0002@lemmy.worldC [email protected]
      This post did not contain any content.
      trickdacy@lemmy.worldT This user is from outside of this forum
      trickdacy@lemmy.worldT This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #20

      So you're saying your AI knows your misspelling habits well?

      H 1 Reply Last reply
      2
      • trickdacy@lemmy.worldT [email protected]

        So you're saying your AI knows your misspelling habits well?

        H This user is from outside of this forum
        H This user is from outside of this forum
        [email protected]
        wrote on last edited by [email protected]
        #21

        *you're misspelling habits

        1 Reply Last reply
        3
        • cm0002@lemmy.worldC [email protected]
          This post did not contain any content.
          kojichan@lemmy.worldK This user is from outside of this forum
          kojichan@lemmy.worldK This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #22

          Mine kept "thinking" in comments...

          // Figure out what the user is requesting, then send an appropriate response.

          Even I don't know what I'm thinking half the time.

          P 1 Reply Last reply
          7
          • kojichan@lemmy.worldK [email protected]

            Mine kept "thinking" in comments...

            // Figure out what the user is requesting, then send an appropriate response.

            Even I don't know what I'm thinking half the time.

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

            This is hilariously autistic sounding for a machine.

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

              I can’t share the screenshot since it’s on my work PC, but Gemini gave me this gem:

              Asked to summarize some product data with a size field:

              “One size fits all (OSFA?) 🙂 just kidding… One Size is a good size, you know… like 😉 ..anyway, I’m done, seriously 🙂 okay bye.. 😄 .lol..kthxbai,kthxbai,kthxbai,” and just kept repeating kthxbai until the context filled and died, and of course we got billed for all those tokens.

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

              Sounds like Copilot pulled their programming socks WAY UP that day

              1 Reply Last reply
              2
              • P [email protected]

                This is hilariously autistic sounding for a machine.

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

                Qwen3, 8B BTW.

                It was a hilarious bug. XD. It was running in assistant/chat mode, while I was using it for embedding.

                1 Reply Last reply
                0
                • cm0002@lemmy.worldC [email protected]
                  This post did not contain any content.
                  K This user is from outside of this forum
                  K This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #26

                  I was using phoenix and elixir right when Chat gpt came out and people were like "it'll take our jerb".

                  I tried to get it to build a basic module that built a playing deck of cards. At first it looked OK, the basic layout made sense, but then I realised it called functions that weren't there, some functions were just empty, since logic was wrong and actually it was all around terrible.

                  I tried to fix it with prompts and it got worse or implemented my suggestions incorrectly and was still broken.

                  Ultimately it took a lot longer to get no where than if I'd just written it by myself. But I could see how someone with not much knowledge in the area could see the output and be impressed.

                  isveryloud@lemmy.caI 1 Reply Last reply
                  1
                  • K [email protected]

                    I was using phoenix and elixir right when Chat gpt came out and people were like "it'll take our jerb".

                    I tried to get it to build a basic module that built a playing deck of cards. At first it looked OK, the basic layout made sense, but then I realised it called functions that weren't there, some functions were just empty, since logic was wrong and actually it was all around terrible.

                    I tried to fix it with prompts and it got worse or implemented my suggestions incorrectly and was still broken.

                    Ultimately it took a lot longer to get no where than if I'd just written it by myself. But I could see how someone with not much knowledge in the area could see the output and be impressed.

                    isveryloud@lemmy.caI This user is from outside of this forum
                    isveryloud@lemmy.caI This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #27

                    Oh yeah Copilot just spirals deeper into insanity the more you use it.

                    It'll sometimes spit your own code back at you and say "there, I fixed it", and it does the same when you point it out ad vitam aeternam. I believe this is a case of hardcore over fitting the original prompt.

                    K 1 Reply Last reply
                    0
                    • isveryloud@lemmy.caI [email protected]

                      Oh yeah Copilot just spirals deeper into insanity the more you use it.

                      It'll sometimes spit your own code back at you and say "there, I fixed it", and it does the same when you point it out ad vitam aeternam. I believe this is a case of hardcore over fitting the original prompt.

                      K This user is from outside of this forum
                      K This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #28

                      I recall saying something like "the function 'draw_card' doesn't mutate the deck variable" and it goes "I'm sorry, you're correct. I'll fix it to mutate the deck variable" and it returns the same code but changes the the card variable inside function to be called "mutate_the_deck".

                      I felt much safer after that interaction.

                      1 Reply Last reply
                      1
                      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