• @GreenKnight23
    link
    English
    33 hours ago

    that depends on your definition of what a “terrible dev” is.

    of the three devs that I know have used AI, all we’re moderately acceptable devs before they relied on AI. this formed my opinion that AI code and the devs that use it are terrible.

    two of those three I no longer work with because they were let go for quality and productivity issues.

    so you can clearly see why my opinion of AI code is so low.

    • @TrickDacy
      link
      English
      02 hours ago

      I would argue that it’s obvious if someone doesn’t know how to use a tool to do their job, they aren’t great at their job to begin with.

      Your argument is to blame the tool and excuse the person who is awful with the tool.

      • @GreenKnight23
        link
        English
        11 hour ago

        my argument is that lazy devs use the tool because that’s what it was designed for.

        just calling a hammer a hammer.

        • @TrickDacy
          link
          English
          -149 minutes ago

          Using a tool to speed up your work is not lazy. Using a tool stupidly is stupid. Anyone who thinks these tools are meant to replace humans using logic is misunderstanding them entirely.

          You remind me of some of my coworkers who would rather do the same mind numbing task for hours every day rather than write a script that handles it. I judge them for thinking working smarter is “lazy” and I think it’s a fair judgement. I see them as the lazy ones. They’d rather not think more deeply about the scripting aspect because it’s hard. They rather zone out and mindlessly click, copy/paste, etc. I’d rather analyze and break down the problem so I can solve it once and then move onto something more interesting to solve.

          • @aesthelete
            link
            English
            017 minutes ago

            They rather zone out and mindlessly click, copy/paste, etc. I’d rather analyze and break down the problem so I can solve it once and then move onto something more interesting to solve.

            From what I’ve seen of AI code in my time using it, it often is an advanced form of copying and pasting. It frequently takes problems that could be better solved more efficiently with fewer lines of code or by generalizing the problem and does the (IMO evil) work of making the solution that used to require the most drudgery easy.

            • @TrickDacy
              link
              English
              012 minutes ago

              What you seem intent on missing though, is that if you use these kinds of tools mindlessly, then you are an irresponsible idiot. If you use them properly, then you spend less time typing boring shit which a skilled programmer can easily proofread much more quickly than type or look up in docs.

              • @aesthelete
                link
                English
                18 minutes ago

                Why are you typing so much in the first place?

                Software development for me is not a term paper. I once encountered a piece of software in industry that was maintaining what would be a database in any sane piece of software using a hashmap and thousands of lines of code.

                AI makes software like this easier to write without your eyes glazing over, but it’s been my career mission to stop people from writing this type of software in the first place.

          • @GreenKnight23
            link
            English
            12 minutes ago

            sometimes working smarter is actually putting the work in so you don’t have to waste time and stress about if it’s going to work or not.

            I get Dreamweaver vibes from AI generated code. Sure, the website works. looks exactly the way it should. works exactly how it should. that HTML source though… fucking aweful.

            I can agree, AI is an augment to the tools you can use. however, it’s being marketed as a replacement and a large variety of devs are using it as such.

            shitty devs are enabled by shitty tools.

        • @aesthelete
          link
          English
          01 hour ago

          Some tools deserve blame. In the case of this, you’re supposed to use it to automate away certain things but that automation isn’t really reliable. If it has to be babysat to the extent that I certainly would argue that it does, then it deserves some blame for being a crappy tool.

          If, for instance, getter and setter generating or refactor tools in IDEs routinely screwed up in the same ways, people would say that the tools were broken and that people shouldn’t use them. I don’t get how this is different just because of “AI”.

          • @TrickDacy
            link
            English
            147 minutes ago

            Okay, so if the tool seems counterproductive for you, it’s very assuming to generalize that and assume it’s the same for everyone else too. I definitely do not have that experience.

            • @aesthelete
              link
              English
              -1
              edit-2
              27 minutes ago

              It’s not about it being counterproductive. It’s about correctness. If a tool produces a million lines of pure compilable gibberish unrelated to what you’re trying to do, from a pure lines of code perspective, that’d be a productive tool. But software development is more complicated than writing the most lines.

              Now, I’m not saying that AI tools produce pure compilable gibberish, but they don’t reliably produce correct code either. So, they fall somewhere in the middle, and similarly to “driver assistance” technologies that half automate things but require constant supervision, it’s quite possible that the middle is the worst area for a tool to fall into.

              Everywhere around AI tools there are asterisks about it not always producing correct results. The developer using the tool is ultimately responsible for the output of their own commits, but the tool itself shares in the blame because of its unreliable nature.

              • @TrickDacy
                link
                English
                010 minutes ago

                Copilot produces useful and correct code for me 5 days a week. I’m sorry you don’t see the same benefits.

                • @aesthelete
                  link
                  English
                  1
                  edit-2
                  4 minutes ago

                  I’m sorry that I provided mild criticism for something you obviously pop a big boner for. 😆