Collaborative human interpreterThe collaborative human interpreter (CHI) is a proposed software interface for human-based computation (first proposed as a programming language on the blog Google Blogoscoped, but implementable via an API in virtually any programming language) specially designed for collecting and making use of human intelligence in a computer program. One typical usage is implementing impossible-to-automate functions. For example, it is currently difficult for a computer to differentiate between images of men, women and non-humans. However, this is easy for people. A programmer using CHI could write a code fragment along these lines: enum GenderCode { MALE, FEMALE, NOT_A_HUMAN } Photo photo = loadPhoto(file) GenderCode result = checkGender(photo) Code for the function DeploymentOn November 6, 2005, Amazon.com launched CHI as its business platform in the Amazon Mechanical Turk.[1] It's the first business application using CHI. OriginsCHI is originally mentioned in Philipp Lenssen's blog.[2] References
External links
Information related to Collaborative human interpreter |