6 pointsby javatuts5 hours ago1 comment
  • tejohnso4 hours ago
    > If an AI makes a change, you don't know where it's changed, but if a human makes a change it's localized.

    I hesitate to contradict a master, but I don't see how that makes any sense. AI changes can be very local, depending on the change required. I haven't seen AI making unnecessarily broad changes when a narrowly scoped change would suffice. And even if it did, your SCM would easily show you where the changes are. There's no way you wouldn't know where it's changed. Maybe in his domain things are very different. Or maybe the video was cut and edited in an deceiving way.

    • jfjdhdjdjdan hour ago
      Putting on my C++ hat again ... Yeah I don't want llms messing with my codebase but that is because I have a c++ codebase ...