JoshuaZ comments on Two straw men fighting - Less Wrong

2 Post author: JanetK 09 August 2010 08:53AM

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

Comments (157)

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

Comment author: JoshuaZ 09 August 2010 04:30:15PM 3 points [-]

Unknowns, we've been over this issue before. You don't need to engage in perfect prediction in order to be able to usefully predict. Moreover, even if you can't predict everything you can still examine and improve specific modules. For example, if an AI has a module for factoring integers using a naive, brute-force factoring algorithm, it could examine that and decide to replace it with a quicker, more efficient module for factoring (that maybe used the number field sieve for example). It can do that even though it can't predict the precise behavior of the module without running it.

Comment author: Unknowns 09 August 2010 04:31:34PM 0 points [-]

I certainly agree that an AI can predict some aspects of its behavior.