PhilGoetz comments on Share Your Anti-Akrasia Tricks - Less Wrong

20 Post author: Vladimir_Golovin 15 May 2009 07:06PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (117)

You are viewing a single comment's thread. Show more comments above.

Comment author: JGWeissman 16 May 2009 01:02:31AM 2 points [-]

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.

Comment author: PhilGoetz 17 May 2009 01:15:43AM 8 points [-]

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.

Comment author: matt 19 May 2009 11:07:37AM 4 points [-]

If I had to guess, I'd guess that you're spending your time in Java or C (++|#) :)