You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

FrameBenignly comments on Help needed: nice AIs and presidential deaths - Less Wrong Discussion

1 Post author: Stuart_Armstrong 08 June 2015 04:47PM

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

Comments (24)

You are viewing a single comment's thread.

Comment author: FrameBenignly 08 June 2015 09:45:50PM 0 points [-]

So I'm assuming that the question assumes the Artificial Intelligence already exists before April 1st.

There is also the question of whether we're talking about absolute niceness or relative niceness. It looks like relative niceness from the way you're talking about a coup. The AI is nicer than the Vice President, but meaner than the President at least insofar as the coup is concerned.

So the current code says:

ON DATE April 2nd AI = Coup

So the new code would say:

IF President = dead THEN Condition A = true ELSE Condition A = false

IF Condition A = true THEN AI = Coup

IF ELSE Condition A = false THEN AI = Not Coup

Determining whether the President is alive (Condition A) seems like a relatively simple problem for programmers to solve. To get even more complicated, you might have the code expire when the President leaves office; defaulting to no coup. I'm not sure why this would be a hard problem.

Comment author: Stuart_Armstrong 09 June 2015 09:19:28AM 0 points [-]

The coup was just an example, to show that ("nice" | president dead) does not imply ("nice" | president alive). The coup thing can be patched if we know about it, but it's just an example of the general problem.

Comment author: FrameBenignly 09 June 2015 07:24:59PM 1 point [-]

So the question is how do we solve a problem that we don't know exists. We only know it might exist, and that it will be solved under some conditions but not in others. And we don't know which conditions will be good and which will be bad. Yes, that is a tricky problem.

Comment author: Stuart_Armstrong 10 June 2015 09:30:16AM 0 points [-]

:-)