Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development.

There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development.

Scheduled Pinned Locked Moved Uncategorized
28 Posts 18 Posters 55 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • headius@mastodon.socialH headius@mastodon.social

    @brandonscript @timbray I'd like to see a setup where I still do the work of coding and the AI is solely a pairing partner. Delegating the entire process to an LLM including the actual construction removes all of my agency from the process, and delegating small decisions to LLM eventually leads to delegating all of them. If you don't exercise your critical thinking abilities you will lose them. Too many developers are choosing that path.

    francois@ruby.socialF This user is from outside of this forum
    francois@ruby.socialF This user is from outside of this forum
    francois@ruby.social
    wrote last edited by
    #12

    @headius I did that by doing ping- pong with the LLM. The LLM writes the failing test case. I make it pass, and make many decisions along the way, some invalidating the test. Then we switch roles: I write the next failing test case, and it brings us back to green.

    This works because before, I’ve planned things out in great details, with the LLM’s help. I’ve taken many big decisions up-front.

    It works, but the LLM must populate its context, so the first few turns are slow. Then, it gets better.

    pointlessone@status.pointless.oneP 1 Reply Last reply
    0
    • headius@mastodon.socialH headius@mastodon.social

      @brandonscript @timbray I'd like to see a setup where I still do the work of coding and the AI is solely a pairing partner. Delegating the entire process to an LLM including the actual construction removes all of my agency from the process, and delegating small decisions to LLM eventually leads to delegating all of them. If you don't exercise your critical thinking abilities you will lose them. Too many developers are choosing that path.

      brandonscript@appdot.netB This user is from outside of this forum
      brandonscript@appdot.netB This user is from outside of this forum
      brandonscript@appdot.net
      wrote last edited by
      #13

      @headius yep. That's how I do it. It's my rubber duck, and it does all the tedium so I don't have to @timbray

      headius@mastodon.socialH 1 Reply Last reply
      0
      • jmeowmeow@hachyderm.ioJ jmeowmeow@hachyderm.io

        @headius That's painful and outside my present experience. I wonder what a software job interview looks like these days?

        riffraff@mastodon.socialR This user is from outside of this forum
        riffraff@mastodon.socialR This user is from outside of this forum
        riffraff@mastodon.social
        wrote last edited by
        #14

        @jmeowmeow @headius at $workplace our interviewing process is still the same (bit of live coding a couple simple problems, bit of sketching out an architecture, some questions and chat)

        My colleagues (I have not conducted an interview in a while) report that candidates do seem "dumber" on average, than they once were, but of course it's anecdotes and feelings not hard data.

        (I use LLMs and don't feel I'm getting less capable, but maybe I am)

        1 Reply Last reply
        0
        • headius@mastodon.socialH headius@mastodon.social

          There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development. They have become so dependent on LLMs, they can't even describe how to design a system anymore. Feels like losing friends to dementia. 😢

          liebach@mastodon.artL This user is from outside of this forum
          liebach@mastodon.artL This user is from outside of this forum
          liebach@mastodon.art
          wrote last edited by
          #15

          @headius AI dementia. That's a good expression for it.

          1 Reply Last reply
          0
          • francois@ruby.socialF francois@ruby.social

            @headius I did that by doing ping- pong with the LLM. The LLM writes the failing test case. I make it pass, and make many decisions along the way, some invalidating the test. Then we switch roles: I write the next failing test case, and it brings us back to green.

            This works because before, I’ve planned things out in great details, with the LLM’s help. I’ve taken many big decisions up-front.

            It works, but the LLM must populate its context, so the first few turns are slow. Then, it gets better.

            pointlessone@status.pointless.oneP This user is from outside of this forum
            pointlessone@status.pointless.oneP This user is from outside of this forum
            pointlessone@status.pointless.one
            wrote last edited by
            #16

            @francois Isn’t red the design part of TDD? Isn’t it supposed to drive the design and green is supposed to be a minimal change to implement it?

            @headius

            francois@ruby.socialF 1 Reply Last reply
            0
            • headius@mastodon.socialH headius@mastodon.social

              @jmeowmeow You're a few steps behind what I'm seeing. I can't even have conversations about how to build a system or implement an idea with some people if they aren't asking Claude what to do. They gave up the small decisions, then the medium ones, and now they can't even think about problems without an LLM prompting *them*. It's like a prion disease carving away bits of their brains until nothing is left.

              rustedivan@mastodon.gamedev.placeR This user is from outside of this forum
              rustedivan@mastodon.gamedev.placeR This user is from outside of this forum
              rustedivan@mastodon.gamedev.place
              wrote last edited by
              #17

              @headius @jmeowmeow Yeah, I’m starting to feel that it’s discuss work away from the workstations, like by the coffee machines or at lunch. Even if colleagues are competent, they no longer carry the state of the software in their heads anymore.

              1 Reply Last reply
              0
              • pointlessone@status.pointless.oneP pointlessone@status.pointless.one

                @francois Isn’t red the design part of TDD? Isn’t it supposed to drive the design and green is supposed to be a minimal change to implement it?

                @headius

                francois@ruby.socialF This user is from outside of this forum
                francois@ruby.socialF This user is from outside of this forum
                francois@ruby.social
                wrote last edited by
                #18

                @pointlessone true, which is why I vary. Sometimes I RED, sometimes (when I'm low on energy), I let the LLM start on RED. The LLM kickstarts my brain, then I "fix" its ... mistakes is too strong a word.

                Anyway, I've done that 3-4 times. Its not like it's my regular workflow yet, but its something I've generally been happy with.

                1 Reply Last reply
                0
                • jmeowmeow@hachyderm.ioJ jmeowmeow@hachyderm.io

                  @headius The fundamentals of software engineering become more relevant and important when application and feature code becomes cheap to sketch.

                  Cheap to sketch, often illegibly and inconsistently.

                  Static analysis, performance monitoring, continuous integration, and ops visibility have to be up to the load of doubtful application code.

                  Not to leave aside the importance of specific and legible tests of system transitions and invariants.

                  sl@pleroma.envs.netS This user is from outside of this forum
                  sl@pleroma.envs.netS This user is from outside of this forum
                  sl@pleroma.envs.net
                  wrote last edited by
                  #19

                  @jmeowmeow@hachyderm.io @headius@mastodon.social

                  Cheap to sketch, often illegibly and inconsistently.

                  This! I have to continuously redirect LLMs to follow conventions and place code and logic in sane places so the project structure remains solid. Otherwise, everything would be randomly scattered throughout the project.

                  1 Reply Last reply
                  0
                  • headius@mastodon.socialH headius@mastodon.social

                    There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development. They have become so dependent on LLMs, they can't even describe how to design a system anymore. Feels like losing friends to dementia. 😢

                    jdarais@sfba.socialJ This user is from outside of this forum
                    jdarais@sfba.socialJ This user is from outside of this forum
                    jdarais@sfba.social
                    wrote last edited by
                    #20

                    @headius or developers who can't seem to have a technical discussion on anything without feeding your input to Claude first to figure out what they should think about it.

                    1 Reply Last reply
                    0
                    • headius@mastodon.socialH headius@mastodon.social

                      @jmeowmeow You're a few steps behind what I'm seeing. I can't even have conversations about how to build a system or implement an idea with some people if they aren't asking Claude what to do. They gave up the small decisions, then the medium ones, and now they can't even think about problems without an LLM prompting *them*. It's like a prion disease carving away bits of their brains until nothing is left.

                      jbowen@mast.hpc.socialJ This user is from outside of this forum
                      jbowen@mast.hpc.socialJ This user is from outside of this forum
                      jbowen@mast.hpc.social
                      wrote last edited by
                      #21

                      @headius @jmeowmeow
                      I immediately get annoyed when I see someone start a reply to a question with "Claude said..."

                      I don't want to know what string of tokens the LLM free associated with the question, I wanted to know what the human I asked thinks.

                      1 Reply Last reply
                      0
                      • headius@mastodon.socialH headius@mastodon.social

                        There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development. They have become so dependent on LLMs, they can't even describe how to design a system anymore. Feels like losing friends to dementia. 😢

                        n_dimension@infosec.exchangeN This user is from outside of this forum
                        n_dimension@infosec.exchangeN This user is from outside of this forum
                        n_dimension@infosec.exchange
                        wrote last edited by
                        #22

                        @headius

                        There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of modern software development. They have become so calcified and unable to embrace new skills relaying on orthodoxy and conservative software development, they can't even innovate or learn new, more efficient and challenging techniques. Feels like losing friends to dementia. 😢

                        1 Reply Last reply
                        1
                        0
                        • R relay@relay.infosec.exchange shared this topic
                        • brandonscript@appdot.netB brandonscript@appdot.net

                          @headius yep. That's how I do it. It's my rubber duck, and it does all the tedium so I don't have to @timbray

                          headius@mastodon.socialH This user is from outside of this forum
                          headius@mastodon.socialH This user is from outside of this forum
                          headius@mastodon.social
                          wrote last edited by
                          #23

                          @brandonscript @timbray I'd like to see how your workflow is structured.

                          1 Reply Last reply
                          0
                          • headius@mastodon.socialH headius@mastodon.social

                            @jmeowmeow You're a few steps behind what I'm seeing. I can't even have conversations about how to build a system or implement an idea with some people if they aren't asking Claude what to do. They gave up the small decisions, then the medium ones, and now they can't even think about problems without an LLM prompting *them*. It's like a prion disease carving away bits of their brains until nothing is left.

                            unchartedworlds@scicomm.xyzU This user is from outside of this forum
                            unchartedworlds@scicomm.xyzU This user is from outside of this forum
                            unchartedworlds@scicomm.xyz
                            wrote last edited by
                            #24

                            @headius

                            When I see descriptions like this, a thing which comes to mind is that covid can cause brain damage. As well as LLMs diminishing the incentives to think, they might become more tempting to rely on as cognitive skills deteriorate from repeat infections.

                            In other words, there might be more than one thing happening.

                            1 Reply Last reply
                            0
                            • headius@mastodon.socialH headius@mastodon.social

                              There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development. They have become so dependent on LLMs, they can't even describe how to design a system anymore. Feels like losing friends to dementia. 😢

                              john_loader@ohai.socialJ This user is from outside of this forum
                              john_loader@ohai.socialJ This user is from outside of this forum
                              john_loader@ohai.social
                              wrote last edited by
                              #25

                              @headius so how are programs debugged?

                              1 Reply Last reply
                              0
                              • headius@mastodon.socialH headius@mastodon.social

                                There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development. They have become so dependent on LLMs, they can't even describe how to design a system anymore. Feels like losing friends to dementia. 😢

                                pauvi@mastodon.artP This user is from outside of this forum
                                pauvi@mastodon.artP This user is from outside of this forum
                                pauvi@mastodon.art
                                wrote last edited by
                                #26

                                @headius at work, some coworkers that used be quite good at programming, ended up prompting a lot to know how to code a simple currency exchange logic.
                                All the necessary data for that task was alrdeady in the programm. No api calls for getting the values of each currency, nor anything like that, was even necessary

                                1 Reply Last reply
                                0
                                • headius@mastodon.socialH headius@mastodon.social

                                  There's a disturbing trend of developers I've known for years now suddenly being unable to discuss even basic aspects of software development. They have become so dependent on LLMs, they can't even describe how to design a system anymore. Feels like losing friends to dementia. 😢

                                  valpackett@social.treehouse.systemsV This user is from outside of this forum
                                  valpackett@social.treehouse.systemsV This user is from outside of this forum
                                  valpackett@social.treehouse.systems
                                  wrote last edited by
                                  #27

                                  @headius damn that's scary. I'm quite a hater of the whole LLM thing and the deskilling is certainly one of my concerns but I did not believe that some of it would be so immediate, so fast. WTAF

                                  1 Reply Last reply
                                  0
                                  • headius@mastodon.socialH headius@mastodon.social

                                    @brandonscript @timbray I'd like to see a setup where I still do the work of coding and the AI is solely a pairing partner. Delegating the entire process to an LLM including the actual construction removes all of my agency from the process, and delegating small decisions to LLM eventually leads to delegating all of them. If you don't exercise your critical thinking abilities you will lose them. Too many developers are choosing that path.

                                    pointlessone@status.pointless.oneP This user is from outside of this forum
                                    pointlessone@status.pointless.oneP This user is from outside of this forum
                                    pointlessone@status.pointless.one
                                    wrote last edited by
                                    #28

                                    @headius I had some limited success using an agent in Ask mode with a new to me codebase. It can go read a bunch of files faster than me and can give relatively OK answers to questions like where can I find auth code or what does this big undocumented class do.

                                    @brandonscript @timbray @adarsh

                                    1 Reply Last reply
                                    1
                                    0
                                    • R relay@relay.mycrowd.ca shared this topic
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • World
                                    • Users
                                    • Groups