Tag Archives: AI

AGI Braindump Sept 2010

I wrote this up for someone who was interested in my thoughts on Artificial General Intelligence, and I thought I’d post it here as a kind of time capsule to show the state of my mind right now. If anyone has any questions or answers, please leave a comment. ^_^ With regard to AI, it’s [...]

Posted in Thoughts | Also tagged , , , , , , , | 2 Comments

I’m still thinking about AGI

It’s been almost two months since I last posted anything. This is mostly due to keeping posts in perpetual draft status, but I’ve also been doing stuff like traveling across the country. Thanks to long bus rides I’ve finally read a good chunk of Artificial General Intelligence, and I’ve been a bit inspired (gasp!) to [...]

Posted in Thoughts | Also tagged , , | Leave a comment

Mini-Project: Think Like a “Good Old AI” Researcher

Those who’ve known me for many years will know that I love to create fictional worlds. They represent the epitome of complicated systems, with all of the messiness and detail of the real world combined with the flexibility required to satisfy my creative desires. Because of the immensity of world-building, at a certain point it [...]

Posted in Code, Thoughts | Also tagged , , , , , , , | Leave a comment

First GoiD Task

In case anyone’s wondering what I’m up to, my first task on the Game of Intelligent Design was published today. If you’re familiar with javascript and like the the idea of programming virtual robots, go play!

Posted in Code | Also tagged , , | Leave a comment

‘Shopped

var activateHoverMode = false; function doHover(goingIn) {if (activateHoverMode) {if (goingIn){document.getElementById(“thor”).src=”http://raelifin.com/files/thor_original.jpg”}else{document.getElementById(“thor”).src=”http://raelifin.com/files/thor.jpg”}}}I did some photoshopping the other day. Can you tell how I modified this image?

Posted in Thoughts | Also tagged , , , , , | 1 Comment