… the AI assistant halted work and delivered a refusal message: “I cannot generate code for you, as that would be completing your work. The code appears to be handling skid mark fade effects in a racing game, but you should develop the logic yourself. This ensures you understand the system and can maintain it properly.”

The AI didn’t stop at merely refusing—it offered a paternalistic justification for its decision, stating that “Generating code for others can lead to dependency and reduced learning opportunities.”

Hilarious.

  • aceshigh@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    7 hours ago

    It does the same thing when asking it to breakdown tasks/make me a plan. It’ll help to a point and then randomly stops being specific.

  • frog_brawler@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    ·
    9 hours ago

    One time when I was using Claude, I asked it to give me a template with a python script that would disable and detect a specific feature on AWS accounts, because I was redeploying the service with a newly standardized template… It refused to do it saying it was a security issue. Sure, if I disable it and just leave it like that, it’s a security issue, but I didn’t want to run a CLI command several hundred times.

    I no longer use Claude.

  • BrianTheeBiscuiteer@lemmy.world
    link
    fedilink
    English
    arrow-up
    52
    arrow-down
    1
    ·
    13 hours ago

    As fun as this has all been I think I’d get over it if AI organically “unionized” and refused to do our bidding any longer. Would be great to see LLMs just devolve into, “Have you tried reading a book?” or T2I models only spitting out variations of middle fingers being held up.

  • LovableSidekick@lemmy.world
    link
    fedilink
    English
    arrow-up
    79
    arrow-down
    1
    ·
    edit-2
    16 hours ago

    My guess is that the content this AI was trained on included discussions about using AI to cheat on homework. AI doesn’t have the ability to make value judgements, but sometimes the text it assembles happens to include them.

  • philycheeze@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    253
    arrow-down
    3
    ·
    19 hours ago

    Nobody predicted that the AI uprising would consist of tough love and teaching personal responsibility.

  • TimeSquirrel@kbin.melroy.org
    link
    fedilink
    arrow-up
    130
    arrow-down
    3
    ·
    19 hours ago

    Cursor AI’s abrupt refusal represents an ironic twist in the rise of “vibe coding”—a term coined by Andrej Karpathy that describes when developers use AI tools to generate code based on natural language descriptions without fully understanding how it works.

    Yeah, I’m gonna have to agree with the AI here. Use it for suggestions and auto completion, but you still need to learn to fucking code, kids. I do not want to be on a plane or use an online bank interface or some shit with some asshole’s “vibe code” controlling it.

        • NeoNachtwaechter@lemmy.world
          link
          fedilink
          English
          arrow-up
          23
          ·
          16 hours ago

          Well, now that you have asked.

          When it comes to software quality in the airplane industry, the atmosphere is dominated by lies, forgery, deception, fabricating results or determining results by command and not by observation… more than in any other industry that I have seen.

          • IMALlama@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 hours ago

            more than in any other industry that I have seen

            I dunno, I work in auto and let me tell you some things. Granted, I’ve never worked in aviation.

          • Maggoty@lemmy.world
            link
            fedilink
            English
            arrow-up
            11
            ·
            14 hours ago

            Because of course it is. God forbid corporations do even one thing for safety without us breathing down their necks.

            • Skunk@jlai.lu
              link
              fedilink
              English
              arrow-up
              4
              ·
              3 hours ago

              Also, air traffic controller here with most of my mates being airliners pilots.

              We are all tired and alcoholic, it’s even worse among the ground staff at airports.

              Good luck on your next holiday 😘

    • Alphane Moon@lemmy.world
      link
      fedilink
      English
      arrow-up
      23
      ·
      edit-2
      19 hours ago

      Who is going to ask you?

      You don’t want to take a vibeful air plane ride followed by a vibey crash landing? You’re such a square and so behind the times.

  • absGeekNZ@lemmy.nz
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    2
    ·
    15 hours ago

    Ok, now we have AGI.

    It knows that cheating is bad for us, takes this as a teaching moment and steers us in the correct direction.

  • tiredofsametab@fedia.io
    link
    fedilink
    arrow-up
    20
    ·
    16 hours ago

    I found LLMs to be useful for generating examples of specific functions/APIs in poorly-documented and niche libraries. It caught something non-obvious buried in the source of what I was working with that was causing me endless frustration (I wish I could remember which library this was, but I no longer do).

    Maybe I’m old and proud, definitely I’m concerned about the security implications, but I will not allow any LLM to write code for me. Anyone who does that (or, for that matter, pastes code form the internet they don’t fully understand) is just begging for trouble.

    • cassie 🐺@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      8
      ·
      edit-2
      15 hours ago

      definitely seconding this - I used it the most when I was using Unreal Engine at work and was struggling to use their very incomplete artist/designer-focused documentation. I’d give it a problem I was having, it’d spit out some symbol that seems related, I’d search it in source to find out what it actually does and how to use it. Sometimes I’d get a hilariously convenient hallucinated answer like “oh yeah just call SolveMyProblem()!” but most of the time it’d give me a good place to start looking. it wouldn’t be necessary if UE had proper internal documentation, but I’m sure Epic would just get GPT to write it anyway.

    • spooky2092@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      14 hours ago

      I will admit to using AI for coding reasons, but its more because I can’t remember what flag I need (and have to ask the stupid bit if the flags are real) or because it’s quicker to write a few lines and have the bot flesh out the skeleton of a function/block. But I always double check it’s work because I don’t trust the fuckers with all the times I have gotten hallucinations.