• MajorHavoc@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Programming with AI help is like having the expert chef at my shoulder, giving me tips, but he’s high as hell on three different mild altering drugs.

    Then he’s like “That cake needs some lemon juice. Trust me.”

  • Gompje@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    Haha indeed!

    It’s funny when it starts to just invent things. Like packages, with version number!, that… do not exists…

    Or when it outputs code without using the variables …

    The most annoying thing is imho that it keeps explaining everything al the time. Even when I prompt “you have a working app with vuejs…” and others it sometimes still explains how to setup the app.

    That said: the tool has become a staple in my workflow whenever I need a starting point. Or have to do some math algorithmic things

  • AdamEatsAss@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    1 year ago

    I feel like for simple algorithms chatGPT could be good. Like as a reference for how to code something. But if it’s simple code I often find it faster to just write it myself then reorganize whatever it makes to work with and match the style of other code in my codebase. And if it’s complex code I often find it harder to describe what I want then to just make it.

    • flossdaily@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      In my experience, what makes gpt-4 great for coding is its astonishing knowledge of available software libraries, built-in interface features, etc.

      I’ll tell it the task I want done, and it will tell me where to find, and how to install the necessary dependencies.

      With zero experience in browser extension design, gpt-4 helped me to build an incredibly complicated Chrome extension, using vector database; creating a custom, cloud-based server; web scraping with headless browsers, voice recognition, speech synthesis, wake-word capabilities, and a sophisticated user interface. I had ZERO experience with ANY of these.

      For me, using gpt-4 was like collaborating with a just okay programmer, but one who had extensive experience with literally every programming language, API, protocol, etc.

      And it was a collaboration. We would talk through problems together. I would make observations and guesses about why a block of code wasn’t working, and it would tell me why I was wrong, or alternately tell me I was right, and produce a fixed version.

        • flossdaily@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          1 year ago

          I’m not ready to talk about it in detail. Even my boss doesn’t know. But you’re in the right ballpark.

          I’m actually building a proof-of-concept prototype for what I want to work on… and I’m using a browser extension so that I can build it independently without anyone from the tech team being involved and slowing me down.

          • Pantoffel@feddit.de
            link
            fedilink
            arrow-up
            0
            ·
            1 year ago

            That sounds nice. I’ve been looking at serenade.ai and thought about extending their STT with an option to use another third-party STT engine. I would then like to extend their command engine with LLM command recognition. In my experience, maybe also with my pronunciation as a non-english speaker, their STT and command recognition really doesn’t work that well.