Artificial intelligence (AI) has arguably been solved in
http://mentifex.virtualentity.com/theory5.html theory and
http://mentifex.virtualentity.com/jsaimind.html software.
Do-It-Yourself Artificial Intelligence is described at
http://mentifex.virtualentity.com/acm.html -- DIY AI.
One language which needs native AI Mind coding is
http://mentifex.virtualentity.com/apl.html -- APL.
Please code and release here a freeware version of the main
http://mentifex.virtualentity.com/alife.html -- AI mind loop.
If it has, why isn't it telling us itself ?
The primitive-but-sufficient solution to AI is still evolving.
http://mentifex.virtualentity.com/apl.html -- for Mind.APL coding.
http://mentifex.virtualentity.com/acm.html -- step-by-step DIY AI.
http://mentifex.virtualentity.com/theory5.html -- Theory of Mind.
Someone once said something like that true articicial intelligence
would be when a group of experts conversed with an AI and humans (over
a computer so could not tell by looking at it/him/her!) and could not
tell the difference.
Maybe uj...@victoria.tc.ca (alias Arthur T. Murray)who originated this
thread) is such an AI!!
Gee - and here's me thinking I was in touch with a human!!
>On Sun, 17 Aug 2003 20:33:55 +0200, Laurent Bossavit
><laure...@bossavit.com> wrote:
>
>>> Artificial intelligence (AI) has arguably been solved
>>
>>If it has, why isn't it telling us itself ?
>
>Someone once said something like that true articicial intelligence
>would be when a group of experts conversed with an AI and humans (over
>a computer so could not tell by looking at it/him/her!) and could not
>tell the difference.
It was Alan Turing, and it's called the "Turing Test".
> On Sun, 17 Aug 2003 20:33:55 +0200, Laurent Bossavit
> <laure...@bossavit.com> wrote:
>
>
>>>Artificial intelligence (AI) has arguably been solved
>>>
#include <stdio.h>
/* A-I informs us that it has been solved. */
int main()
{
printf("A-I has been solved\n");
return 0;
}
: int main()
: {
: printf("A-I has been solved\n");
:
: return 0;
: }
Well I sure can't tell the difference between this program and Arthur.
Case closed.
-Greg
Has it been done 'Test Driven' ?
If anyone wants to read more on the subject you can read the paper here
http://www.abelard.org/turpap/turpap.htm
--
Dale King
How about this?
#include <stdio.h>
int main(int argc, char **argv) {
printf("Eliza: What makes you say that %s?\n", argv[1]);
return 0;
}
Of course, if you run it without arguments, the results are indeterminate,
as with a person. ;-)
Ahem. Your online Pedantic Interactive Language Lawyer program replies if
you run that without arguments, the Standard(s) place a "" in the last argv,
so the results are a program with defined behavior, but poor grammar ("..say
that ?" with a space).
(What a PILL!)
--
Phlip
http://www.c2.com/cgi/wiki?TestFirstUserInterfaces
>
>
Just goes to show. If you make a statement without an argument,
you get indeterminate results. Hence, I must supply the missing
argument:
The Standard (N869, actually) explicitly says that argv[argc]
shall be a null pointer. argv[1] is thus equal to NULL for
argc==1, and undefined for argc==0. Neither of these is related
in any way (save type) to the empty string "".
There's your argument. Now can we get some defined results?
And maybe a little less random cross-posting?
-Arthur
Artificial intelligence rests on the hope that eventually the computer
will do something only humans can do. Software engineering rests on the
hope that eventually the computer will do something, anything, please?
Anno
I assume you mean other than crash? :-)
--
Lucius Chiaraviglio
Approximate E-mail address: luci...@chapter.net
To get the exact address: ^^^ ^replace this with 'r'
|||
replace this with single digit meaning the same thing
(Spambots of Doom, take that!).
> On Thu, 04 Sep 2003 11:17:56 +0000, Anno Siegel wrote:
> > Artificial intelligence rests on the hope that eventually the computer
> > will do something only humans can do. Software engineering rests on the
> > hope that eventually the computer will do something, anything, please?
>
> I assume you mean other than crash? :-)
Boycott artificial intelligence! Demand natural intelligence!
--
David Magda <dmagda at ee.ryerson.ca>, http://www.magda.ca/
Because the innovator has for enemies all those who have done well under
the old conditions, and lukewarm defenders in those who may do well
under the new. -- Niccolo Machiavelli, _The Prince_, Chapter VI