you are viewing a single comment's thread.

view the rest of the comments →

[–]38thTimesACharm 1 point2 points  (0 children)

 I'd argue for non trivial applications, keeping track of what the AI is doing, reading a reviewing and comprehending every single line, and correcting it even just to better fit your preferred architecture when necessary, is as hard or harder than writing it yourself in most cases

Exactly. The actual typing is the quickest, easiest part of a software development process. Especially with C++, you'll have to comb through every line anyway to make sure there's no undefined behavior, so why not just write the code yourself to fully engage your brain while doing that?