• ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    Gamedev using D here, my main gripe with programming isn’t AI, but that I decided to go with my own engine, and now there’s barely any documentation on graphics API use that isn’t the OpenGL manual, as I’m encountering very interesting bugs recently (textures disappearing, texture glitches, etc.), while most article nowadays being about how I wasn’t supposed to learn any programming, but instead art, so I could create the next Undertale, Touhou, etc. all alone, and it would be truly my game with my true intentions.

    Some people are often asking “but what about these other tools”, when I criticize AI. IMHO, some of the tools that made game development more accessible also made it more atomized, since you have less need for a programmer nowadays, with some tools not even requiring “classical” coding, but is visual in nature instead.

  • شاهد على إبادة@lemm.ee
    link
    fedilink
    arrow-up
    11
    ·
    4 days ago

    When I used to do image and signal processing for embedded systems in C and C++, AI was useless. Now that I do backend web development in Python and Ruby, AI is better than me. It really depends on the problem area and how many sample code and answers are out there for it to steal from.

  • /home/pineapplelover@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    I mean, what I can say that chatgpt is it’s still a tool but cannot start solve advanced programming projects yet. Sure it knows syntax and programming structure but if you know programming concepts and critical thinking then you’re still programming, you just don’t have the in depth knowledge of the language.

  • taiyang@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    4 days ago

    When I needed to pick up on some basics, it actually did help but ultimately not as much as actual guides and tutorials written online. This image of a chimera certainly matches the kind of Frankenstein code I was getting.

    That said, when I was having some very interesting ideas about making automated code in R, it did make for a good sounding board. You don’t need to Google when everything in R has documentation but you do when you’re combining libraries in unique ways to automate 98% of the stupid shit you do at your data researcher job (e.g. can you look up in our database how many students pick their nose during philosophy class on a Friday?)

    • UnderpantsWeevil@lemmy.world
      link
      fedilink
      English
      arrow-up
      15
      ·
      edit-2
      4 days ago

      It’s great for getting off the ground in a language you’re unfamiliar with. But a recipe for technical debt when used long term. You’re inviting spaghetti code with some real hair pulling bugs.

      • DreamButt@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 days ago

        Well sure, but it’s also good to give you a rundown on various patterns and options. Like any tool it’s only as good as the wielder