Hacker News new | ask | show | jobs
by stale2002 1238 days ago
Actually, that is extremely beneficial.

For example, I now use GPT3 for every single code debugging problem that I have.

I input the bug/problamatic code into the service, ask it for an answer, and then I take the code and see if it fixes my problem I was having.

It doesn't work half the time, but thats fine. Then I just figure out the bug the normal way.

But the other half the time, it immediately solves my problem, and then I run my code and it works/ does what I want.

1 comments

I sincerely hope you work on some random SaaS and not any software that actually matters, because this is how you get subtle dangerous bugs.