Fun:Artificial intelligence
Jump to navigation
Jump to search
Tired of laughing? RationalWiki has a slightly more serious article about Artificial intelligence. |
For those of you in the mood, RationalWiki has a fun article about Artificial stupidity. |
Large-brained boffins of the RationalWiki Department of Boffins have employed their highly-developed boffin smarts to predict the actions of the GOP through the method of "artificial intelligence".
class GOP(Party.USA):
def supports(self, bill):
# Prevent socialist nazi state
if bill.proposer is Dems.obama:
return False
# Make sure the wealth will trickle down
elif bill.benefits(population.top(0.01)):
return True
# I'd rather be watching Fox News
else:
return None