PhilGoetz comments on Share Your Anti-Akrasia Tricks - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (117)
AI is way more than twice as complex as ordinary programming. I have written plenty of programs that write programs, dealing with two layers of formalizing solutions, that is not anywhere near AGI. For one thing these programs only generate a certain class of programs. And much more importantly, they are not more powerful than I am so I can actually detect mistakes and fix them after I execute them.
Meh. AI conceptual work can be hard. But in reality, on any programming project where you're both the brains and the brawn, you're going to spend 90% of your time doing stupid stuff like writing hundreds of boring little subroutines; investigating different libraries, data sources, and data standards; figuring out which database software gives you the best performance; profiling and optimizing SQL queries; and of course DEBUGGING.
Not that my programs ever have bugs, of course.
If I had to guess, I'd guess that you're spending your time in Java or C (++|#) :)