Will_Pearson comments on Building Something Smarter - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (57)
Personally I'm thinking about communicating with machines myself, so I'm thinking something a long the lines of the following.
#include
void main()
{ int x; for( x= 1;x<101; x++){printf("%d\n",x);} }
That completely defines what I want the system to do. I do not reference other peoples thoughts.
Now it does rely on shared knowledge, the system has to have the standard libraries and a c compiler. But I could send that and still not reference humanity at all. I could send a C compiler in machine code. But that relies on me sharing knowledge with the other side on what machine code it uses.
With no shared knowledge, they cannot understand any type of definition I send. No matter if I reference human senses or not.