• slevinkelevra@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    13 hours ago

    As a senior dev I have found AI useful for auto completion (where you see beforehand what it wants to write directly in Visual Studio) and code analysis (as it does find some bugs and can give good hints for code structure). I would never trust it with anything even remotely complex though.

    It kinda scares me that people trust it enough for “agent mode”, as giving it direct access to change stuff directly has simply put never worked.

    • kiku@feddit.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 hours ago

      Yes. It’s extremely helpful when I’m doing a refactor and can just go TAB TAB TAB TAB Oops not that TAB TAB done. Saves me a lot of time with the boilerplate, but is very bad at the logic portions.