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

    Senior devs love vibe coding because they have the knowledge and skills to recognize and fix errors. They hate it because it makes morons think they don’t need the knowledge and skills to recognize and fix errors.

    • 5C5C5C@programming.dev
      link
      fedilink
      English
      arrow-up
      41
      ·
      12 hours ago

      As a senior dev I hate vibe coding. I can write code an order of magnitude faster than I can review it, because reviewing code forces you to piece together a mental model for something made by someone else, whereas when I write the code myself I get to start with the mental model already in my head.

      Writing code is never the bottleneck for me. If I understand the problem well enough to write a prompt for an LLM, then I understand the problem well enough to write the code for it.

      • KryptonBlur@slrpnk.net
        link
        fedilink
        English
        arrow-up
        6
        ·
        7 hours ago

        I’m a junior and even I feel the same way, reading and understanding someone else’s code not only takes me longer but is far less rewarding than just writing it myself. There’s also the issue as a junior that if I read AI code with issues that maybe I don’t notice or recognise, but it compiles fine, it could teach or reinforce poor practices that I may then put into my own work.

      • Serinus@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        arrow-down
        1
        ·
        10 hours ago

        I understand how to turn the results of a select statement into an update statement, but the AI does it a hell of a lot faster.

        I find if you give it small enough chunks, it’s easy enough to review. And even if you do have to correct, it’s generally easier to correct than it would be to write it all by hand.

        • 5C5C5C@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 hours ago

          Outside of my own specialty I can people in the software industry bogged down by managing excessive boilerplate. I think this happens most often in web dev and data science.

          In my opinion this is an indication that the software tools for those ecosystems need improvement, but rather than putting in the design effort to improve the tools in the ecosystem, these Big Data companies see an opportunity to just throw LLMs at it and call it a commercial product.