I’ve cut down on that by only giving it tasks that are reviewed automatically.
“Spit this into a json”
It gives me the code, I continue with my program knowing exactly what is where in the json and if I get a parsing error or something I know exactly where to look. TBH, though, for things like that I must have an error rate lower than 5%
Ask it to configure a reverse proxy for a cors sensitive application, though, and I think I’d rather die
That’s the thing though - I find that what it saves me in time writing it costs me in reviewing. I hate reviewing.
I’ve cut down on that by only giving it tasks that are reviewed automatically.
“Spit this into a json”
It gives me the code, I continue with my program knowing exactly what is where in the json and if I get a parsing error or something I know exactly where to look. TBH, though, for things like that I must have an error rate lower than 5%
Ask it to configure a reverse proxy for a cors sensitive application, though, and I think I’d rather die