• errer@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    8 hours ago

    Almost certainly you’ve played a game where some of the code was AI generated. That’s pretty much impossible to notice.

    • chunes@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      3 hours ago

      It’s more noticeable than you think in execution time, memory usage and file size

    • SnowzSan@lemmy.ca
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 hours ago

      That’s why I’ve said “once you see it.” I’m fully aware of vibe coding and I know it’s useful to help speed things along and cut down development time.

      I think I was more leaning towards assets than anything else, though I’ve seen people argue about mechanics and code, so I figured I’d include it.

    • Mirror Giraffe@piefed.social
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      8 hours ago

      I don’t know any coders who doesn’t use any kind of llm help these days. From prompting a snippet to fill blown agents.

      • mnemonicmonkeys@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        5 hours ago

        Engineer/programmer here. Me and my coworker have never used AI to code.

        We have a mature codebase, there’s no point to have an LLM make code for us.

      • mushroommunk@lemmy.today
        link
        fedilink
        English
        arrow-up
        11
        ·
        edit-2
        7 hours ago

        Then you’re 100% living in a bubble. High. Full time software engineer who does not use LLMs. Most of my friends do not use LLMs. There’s way more of us than you think

        • Mirror Giraffe@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          6 hours ago

          I’m not saying you don’t exist, and I’m happy for you that you have an opportunity to code yourself, but yeah where I’m at it’s a slumbering art.

      • Badabinski@kbin.earth
        link
        fedilink
        arrow-up
        5
        ·
        7 hours ago

        Senior software dev here at a company you know of. I was forced to use Claude for a week at my job and it was absolutely miserable. I hate LLMs and don’t use them in any way, shape, or form. I do spend a lot of time cleaning up the fucking slop written by some of my colleagues who have no qualms about unleashing them on our codebase which is already bursting with tech debt.

        Like, it’s gotten to the point where I check potential new dependencies for AGENTS.md/CLAUDE.md/Claude as a commit co-author/.cursor in .gitignore before I use them. It’s obviously not possible to avoid using code written with LLMs, but I’ve had too many fucking problems at this point, so I’m going to try.

        • Mirror Giraffe@piefed.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 hours ago

          Oh I agree it creates many problems, especially when going full vibe. I’m a tech lead at a company you will never hear about and we’re being pushed to experiment with llms, trying to find ways to increase productivity.