• brianpeiris@lemmy.ca
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 hour ago

    If the Zig community carves out a territory of principled engineering like this, I may adopt it as my primary language and make a career out of it. Finally an island of sanity in a sea of slop.

        • Get_Off_My_WLAN@fedia.io
          link
          fedilink
          arrow-up
          7
          ·
          2 hours ago

          It might not be enforceable, but why would they want to contribute to something that’s very against what they use? Out of spite?

        • communism@lemmy.ml
          link
          fedilink
          arrow-up
          10
          ·
          3 hours ago

          Like all of this ranges from unenforceable to spuriously enforceable (eg for rule 1, you can guess whether something has AI vibes—with vibe code it might be easier if the AI has just hallucinated a function or something). Seems more for the purpose of making a point than anything, or perhaps relying on others respecting your policy, but other projects with much more lenient no-AI policies still have people flagrantly breaking them.

  • Laser@feddit.org
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    1 hour ago

    It should be noted that e.g. DeepL which is a very good AI translation service isn’t an LLM but rather falls into the category of “Neural machine translation”. So this would still be fine

    Edit: I leaned it’s an LLM now, my knowledge is outdated.

    • scrion@lemmy.world
      link
      fedilink
      arrow-up
      19
      ·
      3 hours ago

      DeepL uses plenty of LLMs internally and recently laid of around 1000 employees to “shift to AI”.

      • TeamAssimilation@infosec.pub
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 hour ago

        To be fair, LLMs do really good translations, but as with everything you use them for, you need to be familiar with the subject so you catch their mistakes.

        I’m thinking beginner level so the LLM can support instead of replacing you while you get better.

        • myotheraccount@lemmy.world
          link
          fedilink
          arrow-up
          7
          ·
          1 hour ago

          LLMs do not do translations, they approximate something similar to the original statement in another language. They are very accurate when given a common piece to translate, but wildly accurate when given a sentence which is highly improbable.

        • FiniteBanjo@feddit.online
          link
          fedilink
          English
          arrow-up
          5
          ·
          1 hour ago

          If it makes more mistakes than humans and therefor requires humans to check all of their work, and it’s been shown to not be very cost-effective, then what’s the point? Better to just not use the AI at all.

    • stingpie@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      2 hours ago

      LLM stands for “large language model” in other words, it is a big neural machine. Saying they don’t use LLMs is like saying the ocean isn’t blue, it’s azure.

      • FiniteBanjo@feddit.online
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 hour ago

        LLMs work by increasing scale, number of separate neural networks, to increase accuracy when improvement from training hits a wall. Which is very problematic because it means power consumption becomes exponential. I think most people won’t have a problem with neural networks, but certainly do have a problem with LLMs.

        • aaaa@piefed.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          55 minutes ago

          Machine learning, neutral networks, AI, in general it’s very useful when trained at a specific task. LLMs are most certainly where things went wrong.