Google Blogoscoped

Friday, November 4, 2005

Amazon’s Mechanical Turk

Wow. Amazon releases Mechanical Turk, a web service that does exactly what I talked about in CHI. Their three-letter acronym is HIT, Human Intelligence Task. (The "Mechanical Turk" refers to the famous chess machine which centuries ago astounded people, but had a human hidden inside to power its intelligence.) The description of their service:

"Amazon Mechanical Turk provides a web services API for computers to integrate "artificial, artificial intelligence" directly into their processing by making requests of humans. Developers use the Amazon Mechanical Turk web services API to submit tasks to the Amazon Mechanical Turk web site, approve completed tasks, and incorporate the answers into their software applications. To the application, the transaction looks very much like any remote procedure call: the application sends the request, and the service returns the results. In reality, a network of humans fuels this artificial, artificial intelligence by coming to the web site, searching for and completing tasks, and receiving payment for their work."

They even have some pseudo-code sample (which does a similar task I saw CHI fitted for, image recognition – hard for computers to do, easy for humans):

read (photo);
photoContainsHuman = callMechanicalTurk(photo);
if (photoContainsHuman == TRUE) {
  acceptPhoto;
}
else {
  rejectPhoto;
}

Now if you're a developer, you can make use of their Mechanical Turk API – you will be what Amazon calls the Requester (see the Requester homepage, where you can sign up with your Amazon account). You can use both SOAP or REST, whichever you prefer. And if you want to make money answering questions instead, you can do that too – Amazon calls this the Worker. What's in it for Amazon? Well, Requesters pay Workers a fee... and Amazon takes 10% of that (their minimum commission is $0.005).

This service opens up great new possibilites if you're writing web software. The Mechanical Turk is still in Beta and I'm sure there are many issues to settle once it runs full-speed, but the potential is immense.

As far as I understand it, the service at the moment – at least for Requesters – is only available in the US (you can sign-in from anywhere, but you are asked to transfer money from a US bank to your Requester account).

[Via Andy Baio.]

Advertisement

 
Blog  |  Forum     more >> Archive | Feed | Google's blogs | About
Advertisement

 

This site unofficially covers Google™ and more with some rights reserved. Join our forum!