I often use it in programming to either layout the unit testsor do something that’s repetitive like create entities or DTOs from schemas. These tasks I can do myself easily but they’re boring and I will also make mistakes. I always have to check every single line and need to correct things, plus have to write one or two detailed prompts to make sure that the correct pattern and style is followed. It saves me a lot of time, but always tries to do more than it should: if it writes tests it will try and run them, and then try and fix them, and then try to change my code which is annoying and I always cancel all of that.
I find AI art and creative writing boring and I only really see these things as a tool to support being more efficient where applicable, and you also have to know what you’re doing, just like using any other tool.
Corngood@lemmy.ml 2 days ago
Surely there are deterministic tools to do this?
ratel@mander.xyz 2 days ago
There are and I used to use them but they aren’t error-free either or following the style guides I need to adhere to so it’s essentially the same outcome.