• dual_sport_dork 🐧🗡️@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    Remember:

    1. The effort needed to babysit the LLM to ensure it is producing the correct output is always equal to the effort needed to do the work yourself, and,
    2. The computer is only ever as smart as the idiot who punched its deck in the first place.
    • dependencyinjection@discuss.tchncs.de
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Not really. Just going to post a comment I post whenever this topic comes up, related to how our company utilities it as software developers / engineers.

      Sure they make mistakes, but even when wrong it still gives a good start. Meaning in writing less syntax.

      Particularly for boring stuff.

      Example: My boss is a fan of useMemo in react, not bothered about the overhead, so I just write a comment for the repetitive stuff like sorting easier to write

      // Sort members by last name ascending
      

      And then pressing return a few times. Plus with integration in to Visual Studio Professional it will learn from your other files so if you have coding standards it’s great for that.

      Is it perfect? No. Does it same time and allow us to actually solve complex problems? Yes.

      • AwkwardLookMonkeyPuppet@lemmy.worldM
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 months ago

        Right. I use it every day and I’m probably 600% more productive now. What’s shocking to me is the apparent difference in quality between ChatGPT and Google’s AI. ChatGPT is incredibly useful. Google’s AI seems dangerous and ridiculous.

    • f4hy@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I don’t think its ALWAYS true that the effort is equal. I think that for important things that need to have very low error rates it is going to be equal or exceed. But if you are doing creative writing and have writers block. Generative AI can help give ideas that can be helpful even if wrong because you can identify why they are wrong which might point you in the right direction.