Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. I wrote an essay about why I'm done using AI for coding, even if it costs me my job and career: https://brettcodes.com/im-done-using-ai/

I wrote an essay about why I'm done using AI for coding, even if it costs me my job and career: https://brettcodes.com/im-done-using-ai/

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
93 Indlæg 55 Posters 3 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • cpr320@frontrange.coC cpr320@frontrange.co

    @brettcodes At work, we use AI for coding, but our team decided that human review is important. And , while I see where you're coming from, it doesn't have to be as bad as you describe.

    We use a mixed human-AI review. Partly questioning the AI ("how do you know that loop terminates?") and partially reading the code. And, also, reading the comments: if the comments/docstrings make sense, you're half-way there.

    And when we're writing, we have the AI do a plan, then question it, and review the plan before letting it go. And then run an eyeball over the result.

    So, I think we're not forgetting our code, and we have a process that produces decent quality code. And it really helps to have management buy-in and good tools.

    One advantage is that I appreciate the damn machine remembering (mostly correctly) the details of thousands of library functions for me. I'm over 60, and remembering library details is harder than when you're 40. And I've been in the business long enough to be suspicious of most hallucinated, too-good-to-be-true API calls, so I don't get sidetracked too often.

    So that's our 2026 situation. AI coding sucked in 2025, and who knows what 2027 will bring.

    iinavpov@mastodon.onlineI This user is from outside of this forum
    iinavpov@mastodon.onlineI This user is from outside of this forum
    iinavpov@mastodon.online
    wrote sidst redigeret af
    #61

    @cpr320
    Are you aware that the LLM is incapable of cognition and therefore it is absurd to ask it how it knows anything?
    @brettcodes

    cpr320@frontrange.coC 1 Reply Last reply
    0
    • cpr320@frontrange.coC cpr320@frontrange.co

      @brettcodes I can see that. My experience tracks the first part of your essay. But i've never felt tempted to talk to the damn things when not coding.

      The wider implications are severe, I guess...

      iinavpov@mastodon.onlineI This user is from outside of this forum
      iinavpov@mastodon.onlineI This user is from outside of this forum
      iinavpov@mastodon.online
      wrote sidst redigeret af
      #62

      @cpr320
      You're asking the machine for a plan. Which means that you'll get the average plan for whatever problem you're dealing with. Better hope these are well understood problems with a robust "best" solution dominating the training data...
      @brettcodes

      cpr320@frontrange.coC 1 Reply Last reply
      0
      • brettcodes@mastodon.socialB brettcodes@mastodon.social

        I wrote an essay about why I'm done using AI for coding, even if it costs me my job and career: https://brettcodes.com/im-done-using-ai/

        The basic gist is: AI made me a worse, apathetic programmer. I think it's bad for humanity, the planet, and the craft of software engineering. And I'm done using it.

        alxndr@tech.lgbtA This user is from outside of this forum
        alxndr@tech.lgbtA This user is from outside of this forum
        alxndr@tech.lgbt
        wrote sidst redigeret af
        #63

        @brettcodes Expresses my feelings perfectly (and way more eloquent). The environmental and social harm of AI is horrifying, plus I don't want to become a babysitter for chatbots, so fuck AI.

        1 Reply Last reply
        0
        • brettcodes@mastodon.socialB brettcodes@mastodon.social

          I wrote an essay about why I'm done using AI for coding, even if it costs me my job and career: https://brettcodes.com/im-done-using-ai/

          The basic gist is: AI made me a worse, apathetic programmer. I think it's bad for humanity, the planet, and the craft of software engineering. And I'm done using it.

          dan@mastodon.dankim.comD This user is from outside of this forum
          dan@mastodon.dankim.comD This user is from outside of this forum
          dan@mastodon.dankim.com
          wrote sidst redigeret af
          #64

          @brettcodes Thanks for writing/saying all this. So many folks going through this same thing, and sharing always helps. Some of the stories are frighteningly similar!

          1 Reply Last reply
          0
          • iinavpov@mastodon.onlineI iinavpov@mastodon.online

            @cpr320
            Are you aware that the LLM is incapable of cognition and therefore it is absurd to ask it how it knows anything?
            @brettcodes

            cpr320@frontrange.coC This user is from outside of this forum
            cpr320@frontrange.coC This user is from outside of this forum
            cpr320@frontrange.co
            wrote sidst redigeret af
            #65

            @iinavpov @brettcodes Of course. But one can still get useful answers that correspond to the state of the code, even without cognition.

            iinavpov@mastodon.onlineI 1 Reply Last reply
            0
            • cpr320@frontrange.coC cpr320@frontrange.co

              @iinavpov @brettcodes Of course. But one can still get useful answers that correspond to the state of the code, even without cognition.

              iinavpov@mastodon.onlineI This user is from outside of this forum
              iinavpov@mastodon.onlineI This user is from outside of this forum
              iinavpov@mastodon.online
              wrote sidst redigeret af
              #66

              @cpr320
              so you get a statistically plausible explanation of a statistically plausible piece of code corresponding to a statistically plausible purpose? At what point do we collectively agree that a magic 8 ball is about as correct?
              @brettcodes

              cpr320@frontrange.coC 1 Reply Last reply
              0
              • iinavpov@mastodon.onlineI iinavpov@mastodon.online

                @cpr320
                You're asking the machine for a plan. Which means that you'll get the average plan for whatever problem you're dealing with. Better hope these are well understood problems with a robust "best" solution dominating the training data...
                @brettcodes

                cpr320@frontrange.coC This user is from outside of this forum
                cpr320@frontrange.coC This user is from outside of this forum
                cpr320@frontrange.co
                wrote sidst redigeret af
                #67

                @iinavpov @brettcodes Yes. One needs to understand the limits of one's tools.

                iinavpov@mastodon.onlineI 1 Reply Last reply
                0
                • cpr320@frontrange.coC cpr320@frontrange.co

                  @iinavpov @brettcodes Yes. One needs to understand the limits of one's tools.

                  iinavpov@mastodon.onlineI This user is from outside of this forum
                  iinavpov@mastodon.onlineI This user is from outside of this forum
                  iinavpov@mastodon.online
                  wrote sidst redigeret af
                  #68

                  @cpr320
                  Perhaps more central to the post starting this thread, I suspect the very act of "asking" an algorithm for an "explanation" is a slippery slope to believing something about as clever as a gnat (if that) has cognition.

                  And then the spiral starts.

                  Because I suspect the answer to my question above is a respectable 80% , which is both amazing and utter garbage.
                  @brettcodes

                  1 Reply Last reply
                  0
                  • iinavpov@mastodon.onlineI iinavpov@mastodon.online

                    @cpr320
                    so you get a statistically plausible explanation of a statistically plausible piece of code corresponding to a statistically plausible purpose? At what point do we collectively agree that a magic 8 ball is about as correct?
                    @brettcodes

                    cpr320@frontrange.coC This user is from outside of this forum
                    cpr320@frontrange.coC This user is from outside of this forum
                    cpr320@frontrange.co
                    wrote sidst redigeret af
                    #69

                    @iinavpov @brettcodes You test your code. You investigate some parts of the code carefully. After a while, you get an understanding of how far and when you can trust it.

                    And you find that it's better than a magic eight ball.

                    Look, I understand that lots of people (me included to a degree) have well-founded misgivings about AI. But it doesn't help to put your head in the sand.

                    iinavpov@mastodon.onlineI 1 Reply Last reply
                    0
                    • cpr320@frontrange.coC cpr320@frontrange.co

                      @iinavpov @brettcodes You test your code. You investigate some parts of the code carefully. After a while, you get an understanding of how far and when you can trust it.

                      And you find that it's better than a magic eight ball.

                      Look, I understand that lots of people (me included to a degree) have well-founded misgivings about AI. But it doesn't help to put your head in the sand.

                      iinavpov@mastodon.onlineI This user is from outside of this forum
                      iinavpov@mastodon.onlineI This user is from outside of this forum
                      iinavpov@mastodon.online
                      wrote sidst redigeret af
                      #70

                      @cpr320
                      The point here is that when I code, at the end of the process, I'm a better coder.

                      WTF would I (or anyone) pay to become a worse programmer when they can become a better one for free? *Without the cognitive risk*.

                      *Even* if it worked as advertised, it would make no sense versus training an intern.
                      @brettcodes

                      cpr320@frontrange.coC 1 Reply Last reply
                      0
                      • iinavpov@mastodon.onlineI iinavpov@mastodon.online

                        @cpr320
                        The point here is that when I code, at the end of the process, I'm a better coder.

                        WTF would I (or anyone) pay to become a worse programmer when they can become a better one for free? *Without the cognitive risk*.

                        *Even* if it worked as advertised, it would make no sense versus training an intern.
                        @brettcodes

                        cpr320@frontrange.coC This user is from outside of this forum
                        cpr320@frontrange.coC This user is from outside of this forum
                        cpr320@frontrange.co
                        wrote sidst redigeret af
                        #71

                        @iinavpov @brettcodes Let me tell you a story about "better" and "worse" that seems analogous to using AI in coding.

                        When I started seriously programming, back on the 1980s, I wrote a lot of libraries. If it was a numerical computation, I'd read the academic paper, implement it, test it and fix all the bugs I'd written. Then use it and rewrite or debug some more. I was **proud** of those libraries.

                        Then, the Internet and numpy happened, and all of a sudden, I didn't need to write numeric libraries any more. It hurt. I felt that I was reduced to gluing libraries together. I couldn't do the "real" coding any more.

                        But life goes on, and I mostly use scipy these days. I still itch to do some real coding sometimes. But I get more done, with fewer bugs. And my job is to solve problems, not to write another Runge-Kutta implementation.
                        I dislike trusting library code I didn't write, but I do, because that's how you got stuff done in 2024.

                        And I see AI coding as another, similar revolution. I'm depending more on code that something else /someone else wrote. It's like the library revolution all over again.

                        And I'm not a worse programmer because I use libraries. Different, though.

                        iinavpov@mastodon.onlineI shaedrich@mastodon.onlineS 2 Replies Last reply
                        0
                        • iinavpov@mastodon.onlineI iinavpov@mastodon.online

                          @cpr320
                          Of course it's pointless to implement numerical algorithms. And really going it *right* such that is really efficient is very, very difficult.

                          It's pointless for the purpose of creating a library.

                          But It's extremely valuable to have done it. You can judge the libraries you use. You have a deep sense of why the API is like it is. you're a much better user of the libraries.

                          LLMs try to prevent you from being better. And literature indicates they're making you worse.
                          @brettcodes

                          iinavpov@mastodon.onlineI This user is from outside of this forum
                          iinavpov@mastodon.onlineI This user is from outside of this forum
                          iinavpov@mastodon.online
                          wrote sidst redigeret af
                          #72

                          @cpr320
                          I've implemented numerical algorithms. They ran pretty well! I didn't use external libraries because that avoided dependencies.

                          That was OK for the purpose. Today, depending on the specifics, I'd use my code or a library depending on whether dependencies or performance edged it. I have the *choice*.

                          LLMs will never give you that choice.

                          So the code will be worse.
                          @brettcodes

                          1 Reply Last reply
                          0
                          • cpr320@frontrange.coC cpr320@frontrange.co

                            @iinavpov @brettcodes Let me tell you a story about "better" and "worse" that seems analogous to using AI in coding.

                            When I started seriously programming, back on the 1980s, I wrote a lot of libraries. If it was a numerical computation, I'd read the academic paper, implement it, test it and fix all the bugs I'd written. Then use it and rewrite or debug some more. I was **proud** of those libraries.

                            Then, the Internet and numpy happened, and all of a sudden, I didn't need to write numeric libraries any more. It hurt. I felt that I was reduced to gluing libraries together. I couldn't do the "real" coding any more.

                            But life goes on, and I mostly use scipy these days. I still itch to do some real coding sometimes. But I get more done, with fewer bugs. And my job is to solve problems, not to write another Runge-Kutta implementation.
                            I dislike trusting library code I didn't write, but I do, because that's how you got stuff done in 2024.

                            And I see AI coding as another, similar revolution. I'm depending more on code that something else /someone else wrote. It's like the library revolution all over again.

                            And I'm not a worse programmer because I use libraries. Different, though.

                            iinavpov@mastodon.onlineI This user is from outside of this forum
                            iinavpov@mastodon.onlineI This user is from outside of this forum
                            iinavpov@mastodon.online
                            wrote sidst redigeret af
                            #73

                            @cpr320
                            Of course it's pointless to implement numerical algorithms. And really going it *right* such that is really efficient is very, very difficult.

                            It's pointless for the purpose of creating a library.

                            But It's extremely valuable to have done it. You can judge the libraries you use. You have a deep sense of why the API is like it is. you're a much better user of the libraries.

                            LLMs try to prevent you from being better. And literature indicates they're making you worse.
                            @brettcodes

                            iinavpov@mastodon.onlineI 1 Reply Last reply
                            0
                            • brettcodes@mastodon.socialB brettcodes@mastodon.social

                              I wrote an essay about why I'm done using AI for coding, even if it costs me my job and career: https://brettcodes.com/im-done-using-ai/

                              The basic gist is: AI made me a worse, apathetic programmer. I think it's bad for humanity, the planet, and the craft of software engineering. And I'm done using it.

                              linebyline@mastoart.socialL This user is from outside of this forum
                              linebyline@mastoart.socialL This user is from outside of this forum
                              linebyline@mastoart.social
                              wrote sidst redigeret af
                              #74

                              @brettcodes I've never worked as part of a software development team, so any industry advice I might give would be about as good as AI slop. So, grain of salt.

                              But for what it's worth, I think your own observation demonstrates that you made the right choice: "I had a conversation with management about how a developer's job is now is to teach the AI to be better, make fewer mistakes, etc."

                              Sounds to me like you were training your replacement.

                              1 Reply Last reply
                              0
                              • brettcodes@mastodon.socialB brettcodes@mastodon.social

                                I also made a ramble-y video about why I'm done using AI for coding: https://youtu.be/2ZU3j4GQ4K8

                                scripty@mas.toS This user is from outside of this forum
                                scripty@mas.toS This user is from outside of this forum
                                scripty@mas.to
                                wrote sidst redigeret af
                                #75

                                @brettcodes Very insightful video. Thank you for sharing!

                                1 Reply Last reply
                                0
                                • toerror@mastodon.gamedev.placeT toerror@mastodon.gamedev.place

                                  @brettcodes The comment regarding 3x more productive not resulting in higher turnover / etc; I think what exacerbates this problem is the widely held view in industry that developers are builders and if they aren't building then they represent an ongoing sunk cost, so you always ended up with devs being assigned development busy work... The reality in most small to medium orgs is that the developers become the product custodians, despite what the business thinks is going on.

                                  bredroll@mas.toB This user is from outside of this forum
                                  bredroll@mas.toB This user is from outside of this forum
                                  bredroll@mas.to
                                  wrote sidst redigeret af
                                  #76

                                  @toerror @brettcodes a problem software has ALWAYS had is that the people who measure our productivity are only focused on the near term, they often only see maintaining and bug fixing as costs. It is rare to have engineering management and developers able to share an honest pragmatic view on priority, planning and maintenance

                                  1 Reply Last reply
                                  0
                                  • gurkenlabs@fosstodon.orgG gurkenlabs@fosstodon.org

                                    @brettcodes
                                    I'm so glad to see people in similar situations like me around here. Basically being forced by their employers to "AI or die", no matter the quality or ecological, financial, psychological cost.
                                    Most of the time, the heavy AI-first strategies even directly contradict the ambitious sustainability goals and promises the very same companies put in place just a few years ago. Carbon neutrality in 2030 my ass - they're directly burning our fucking planet!

                                    cyberquixote@infosec.exchangeC This user is from outside of this forum
                                    cyberquixote@infosec.exchangeC This user is from outside of this forum
                                    cyberquixote@infosec.exchange
                                    wrote sidst redigeret af
                                    #77

                                    @gurkenlabs @brettcodes

                                    The people also using the AI think they’re better than they are, which lowers the overall quality and turns the industry into a black hole of sunken costs.

                                    gurkenlabs@fosstodon.orgG 1 Reply Last reply
                                    0
                                    • gurkenlabs@fosstodon.orgG gurkenlabs@fosstodon.org

                                      @brettcodes
                                      I'm so glad to see people in similar situations like me around here. Basically being forced by their employers to "AI or die", no matter the quality or ecological, financial, psychological cost.
                                      Most of the time, the heavy AI-first strategies even directly contradict the ambitious sustainability goals and promises the very same companies put in place just a few years ago. Carbon neutrality in 2030 my ass - they're directly burning our fucking planet!

                                      shaedrich@mastodon.onlineS This user is from outside of this forum
                                      shaedrich@mastodon.onlineS This user is from outside of this forum
                                      shaedrich@mastodon.online
                                      wrote sidst redigeret af
                                      #78

                                      @gurkenlabs @brettcodes I work at a company selling sustainability management software and a coworker constantly says things like "I don't care how much water it uses. I asked five agents to do the task."

                                      gurkenlabs@fosstodon.orgG 1 Reply Last reply
                                      0
                                      • cpr320@frontrange.coC cpr320@frontrange.co

                                        @brettcodes At work, we use AI for coding, but our team decided that human review is important. And , while I see where you're coming from, it doesn't have to be as bad as you describe.

                                        We use a mixed human-AI review. Partly questioning the AI ("how do you know that loop terminates?") and partially reading the code. And, also, reading the comments: if the comments/docstrings make sense, you're half-way there.

                                        And when we're writing, we have the AI do a plan, then question it, and review the plan before letting it go. And then run an eyeball over the result.

                                        So, I think we're not forgetting our code, and we have a process that produces decent quality code. And it really helps to have management buy-in and good tools.

                                        One advantage is that I appreciate the damn machine remembering (mostly correctly) the details of thousands of library functions for me. I'm over 60, and remembering library details is harder than when you're 40. And I've been in the business long enough to be suspicious of most hallucinated, too-good-to-be-true API calls, so I don't get sidetracked too often.

                                        So that's our 2026 situation. AI coding sucked in 2025, and who knows what 2027 will bring.

                                        shaedrich@mastodon.onlineS This user is from outside of this forum
                                        shaedrich@mastodon.onlineS This user is from outside of this forum
                                        shaedrich@mastodon.online
                                        wrote sidst redigeret af
                                        #79

                                        @cpr320 @brettcodes At my company, people theoretically should check their vibe coded stuff before they submit it for review, but many devs don't actually do that, leaving it to non-AI devs to clean up ALL their code which the vibe coders don't feel any responsibility for

                                        1 Reply Last reply
                                        0
                                        • cpr320@frontrange.coC cpr320@frontrange.co

                                          @iinavpov @brettcodes Let me tell you a story about "better" and "worse" that seems analogous to using AI in coding.

                                          When I started seriously programming, back on the 1980s, I wrote a lot of libraries. If it was a numerical computation, I'd read the academic paper, implement it, test it and fix all the bugs I'd written. Then use it and rewrite or debug some more. I was **proud** of those libraries.

                                          Then, the Internet and numpy happened, and all of a sudden, I didn't need to write numeric libraries any more. It hurt. I felt that I was reduced to gluing libraries together. I couldn't do the "real" coding any more.

                                          But life goes on, and I mostly use scipy these days. I still itch to do some real coding sometimes. But I get more done, with fewer bugs. And my job is to solve problems, not to write another Runge-Kutta implementation.
                                          I dislike trusting library code I didn't write, but I do, because that's how you got stuff done in 2024.

                                          And I see AI coding as another, similar revolution. I'm depending more on code that something else /someone else wrote. It's like the library revolution all over again.

                                          And I'm not a worse programmer because I use libraries. Different, though.

                                          shaedrich@mastodon.onlineS This user is from outside of this forum
                                          shaedrich@mastodon.onlineS This user is from outside of this forum
                                          shaedrich@mastodon.online
                                          wrote sidst redigeret af
                                          #80

                                          @cpr320 @iinavpov @brettcodes That comparison doesn't entirely hold up: I'm not saying, all libraries are perfect, but there is a significant difference between libraries and LLM-generated code.
                                          – Libraries are deterministic: At the point where you use them, they've been tested by automatic tools and probably already been "battle-tested" by other devs who might have submitted bug reports. With LLM-generated code, you are entirely on your own

                                          1/

                                          shaedrich@mastodon.onlineS 1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper