• Gxost@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    10 hours ago

    It depends. AI can help writing good code. Or it can write bad code. It depends on the developer’s goals.

    • Sauerkraut@discuss.tchncs.de
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      9 hours ago

      LLMs can be great for translating pseudo code into real code or creating boiler plate or automating tedious stuff, but ChatGPT is terrible at actual software engineering.

      • wise_pancake@lemmy.ca
        link
        fedilink
        arrow-up
        2
        ·
        9 hours ago

        Honestly I just use it for the boilerplate crap.

        Fill in that yaml config, write those lua bindings that are just a sequence of lua_pushinteger(L, 1), write the params of my do string kind of stuff.

        Saves me a ton of time to think about the actual structure.

    • AES_Enjoyer@reddthat.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 hours ago

      It depends. AI can help writing good code. Or it can write bad code

      I’ll give you a hypothetical: a company is to hire someone for coding. They can either hire someone who writes clean code for $20/h, or someone who writes dirty but functioning code using AI for $10/h. What will many companies do?