• VeryFrugal@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    30
    arrow-down
    1
    ·
    edit-2
    3 days ago

    imo paying devs to review vibe coded bile would not work either. At best, the dev themselves should do the vibe coding.

    Someone who has no clue whatsoever in terms of programming cannot give it the right prompt.

    • jayemar@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      3 days ago

      Yeah, this is my nightmare scenario. Code reviews are always the worst part of a programming gig, and they must get exponentially worse when the junior devs can crank out 100s of lines of code per commit with an LLM.

      • merc@sh.itjust.works
        link
        fedilink
        arrow-up
        2
        ·
        2 days ago

        Also, LLMs are essentially designed to produce code that will pass a code review. It’s output that is designed to look as realistic as possible. So, not only do you have to look through the code for flaws, any error is basically “camouflaged”.

        With a junior dev, sometimes their lack of experience is visible in the code. You can tell what to look at more closely based on where it looks like they’re out of their comfort zone. Whereas an LLM is always 100% in its comfort zone, but has no clue what it’s actually doing.