What are your thoughts on this? Specifically, could AI be used in the arts? Or only in coding? Or both/neither?

  • one_old_coder@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 days ago

    I don’t think any dev is doing without AI by now

    That’s pretty specific. I know a lot of companies working on niche C++ projects that would never use AI.

    • Multiplexer@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      3
      ·
      3 days ago

      I know a lot of companies working on niche C++ projects that would never use AI.

      Are the companies claiming that, or the devs?

      Because I would have a hard time believing the second.

      AI in SW-Dev is just too powerful and convenient a tool to resist. Honestly can’t think of any dev I know not using it to some degree.
      And especially in obscure, long-running niche projects I imagine it an invaluable asset to be able to just throw a code snippet at the Chatbot and ask it what the heck is supposed to happen in the unstructured legacy mess (eye opening moment for me back in ChatGPT4 days).

      • one_old_coder@piefed.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        3 days ago

        Are the companies claiming that, or the devs?

        Both. If you’re working on modern C++ projects, most devs around me shun AI because it’s not up to date with the evolution of the language. Even more in niche stuff that is evolving every month (like C++ or other languages hard to learn).

        • Multiplexer@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          2
          ·
          3 days ago

          AI because it’s not up to date with the evolution of the language.

          😯
          May I ask, what kind of niches that are?

          Admittedly, I work in industrial automation, where tool changes happen rather on a scale of multiple years rather than months, but I find it hard to imagine projects in which the whole C++ development base changes in less than half year intervals (as that is a typical knowledge-cut-off period for frontline models).
          But even than the models will know the working state of the C++ standard proposals, which typically don’t change that much any more during the last few months before official release.

          Have they considered supplying updated specs and guidelines via RAG? Or just preloading it into the context?

          • one_old_coder@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            3 days ago

            If you work for startups that deals with any kind of robot, you have at most 10 developers and you cannot waste your time dealing with MCPs, agents, RAGs, or the brand new stuff that changes every week in the AI world. Also they are very reluctant to send their source code to american companies.