• GenChadT@programming.dev
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    1
    ·
    18 hours ago

    That’s my problem with “AI” in general. It’s seemingly impossible to “engineer” a complete piece of software when using LLMs in any capacity that isn’t editing a line or two inside singular functions. Too many times I’ve asked GPT/Gemini to make a small change to a file and had to revert the request because it’d take it upon itself to re-engineer the architecture of my entire application.

    • hisao@ani.social
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      2
      ·
      17 hours ago

      I make it write entire functions for me, one prompt = one small feature or sometimes one or two functions which are part of a feature, or one refactoring. I make manual edits fast and prompt the next step. It easily does things for me like parsing obscure binary formats or threading new piece of state through the whole application to the levels it’s needed, or doing massive refactorings. Idk why it works so good for me and so bad for other people, maybe it loves me. I only ever used 4.1 and possibly 4o in free mode in Copilot.

      • kescusay@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        Are you using Copilot in agent mode? That’s where it breaks shit. If you’re using it in ask mode with the file you want to edit added to the chat context, then you’re probably going to be fine.

        • hisao@ani.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 hours ago

          I’m only using it in edits mode, it’s the second of the three modes available.

      • GenChadT@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        13 hours ago

        It’s an issue of scope. People often give the AI too much to handle at once, myself (admittedly) included.

      • FauxLiving@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        2
        ·
        16 hours ago

        It’s a lot of people not understanding the kinds of things it can do vs the things it can’t do.

        It was like when people tried to search early Google by typing plain language queries (“What is the best restaurant in town?”) and getting bad results. The search engine had limited capabilities and understanding language wasn’t one of them.

        If you ask a LLM to write a function to print the sum of two numbers, it can do that with a high success rate. If you ask it to create a new operating system, it will produce hilariously bad results.

          • iopq@lemmy.world
            link
            fedilink
            English
            arrow-up
            4
            arrow-down
            1
            ·
            15 hours ago

            It is replacing entire humans. The thing is, it’s replacing the people you should have fired a long time ago

          • FauxLiving@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            3
            ·
            14 hours ago

            I can blame the user for believing the marketing over their direct experiences.

            If you use these tools for any amount of time it’s easy to see that there are some tasks they’re bad at and some that they are good at. You can learn how big of a project they can handle and when you need to break it up into smaller pieces.

            I can’t imagine any sane person who lives their life guided by marketing hype instead of direct knowledge and experience.

            • ErmahgherdDavid@lemmy.dbzer0.com
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 hour ago

              I can’t imagine any sane person who lives their life guided by marketing hype instead of direct knowledge and experience.

              I mean fair enough but also… That makes the vast majority of managers, MBAs, salespeople and “normies” like your grandma and Uncle Bob insane.

              Actually questioning stuff that sales people tell you and using critical thinking is a pretty rare skill in this day and age.