• Daxtron2@startrek.website
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    eh, I’ve known lots of good programmers who are super stuck in their ways. Teaching them to effectively use an LLM can help break you out of the mindset that there’s only one way to do things.

    • Spzi@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      9 months ago

      I think that’s one of the best use cases for AI in programming; exploring other approaches.

      It’s very time-consuming to play out how your codebase would look like if you had decided differently at the beginning of the project. So actually comparing different implementations is very expensive. This incentivizes people to stick to what they know works well. Maybe even more so when they have more experience, which means they really know this works very well, and they know what can go wrong otherwise.

      Being able to generate code instantly helps a lot in this regard, although it still has to be checked for errors.