Comment on Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it | TechCrunch
slevinkelevra@sh.itjust.works 1 day agoAs a senior dev I have found AI useful for auto completion and code analysis as it does find some bugs. 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 1 day 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.
slevinkelevra@sh.itjust.works 1 day ago
You do refactoring with auto complete?