Linux Based AI?
I''ve recently been reading into Linux and open source and so on and I got to thinking...
Wouldn''t it be cool if you took the linux core and rewrote it from an AI perspective. Using different AI techniques you could create an Operating System that was intelligent. With current Linux Clustering you could then get it to talk, communicate, and work with other Linux Computers. I just thought it was interesting and was wondering if anyone has considered an OS based AI or if there are any in the making.
Cheers.
www.abyssgames.gotdns.com
http://www.rivetcode.com
I think that is an awesome idea, and would love to work on such a project if I had the know-how (which I don''t )
Isn''t the Microsoft "Clippy" a from of AI, such as when he tries to tell you you''re writing a letter, or something else?
Isn''t the Microsoft "Clippy" a from of AI, such as when he tries to tell you you''re writing a letter, or something else?
Peon
Yes, I spose he is at a basic level. I was thinking some more and it would really be useful for servers. If the server that hosts my website was able to recover and learn from errors or virus attacks.... automatic upgrading would be less time with software that could potentially have a hole in it. With clustering if one computer is hit hard, the others disconnect, grab the files, and serve the website on their own if it''s a particulary large attack. Just me rambling I guess. Wish I had the knowledge to work on something like this.
www.abyssgames.gotdns.com
www.abyssgames.gotdns.com
http://www.rivetcode.com
Don''t pass such AI to Microsoft!
They would screw it up totaly!
--------------------------------------------------------------
MessageBox
"I am the Windows intelligent agent!
It seems that you have installed a nonmicrosoft application. Non Microsoft applications are not good, so I''m now downloading a similar application made by microsoft for you. Also, I will send your credit card number to Microsoft so that they can charge you. You non Microsoft application will be deleted when you press ''OK''"
[OK]
---------------------------------------------------------------
They would screw it up totaly!
--------------------------------------------------------------
MessageBox
"I am the Windows intelligent agent!
It seems that you have installed a nonmicrosoft application. Non Microsoft applications are not good, so I''m now downloading a similar application made by microsoft for you. Also, I will send your credit card number to Microsoft so that they can charge you. You non Microsoft application will be deleted when you press ''OK''"
[OK]
---------------------------------------------------------------
----------------------------------------------Petter Nordlander"There are only 10 kinds of people in the world. They who understand binary and those who do not"
Well, the inclusion of Palladin in Windows is a big step towards not only an artificially intelligent OS, but also AI-coded hardware. A BigBrother-AI, that is:
http://www.markfiore.com/animation/tia2.html
----PATRIOTISM----
“Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic fervor, for patriotism is indeed a double-edged sword. It both emboldens the blood, just as it narrows the mind. And when the drums of war have reached a fever pitch and the blood boils with hate and the mind has closed, the leader will have no need in seizing the rights of the citizenry. Rather, the citizenry, infused with fear and blinded by patriotism, will offer up all of their rights unto the leader and gladly so. How do I know? For this is what I have done.
And I am Caesar.”
— Julius Caesar
"I am enormously proud to be an American. I would say that the things that our corporate-controlled government has done at best are shameful and at worst genocidal-but there''s an incredible and a permanent culture of resistance in this country that I''m very proud to be a part of."
Tom Morello, Rage Against the Machine
http://www.markfiore.com/animation/tia2.html
----PATRIOTISM----
“Beware the leader who bangs the drums of war in order to whip the citizenry into a patriotic fervor, for patriotism is indeed a double-edged sword. It both emboldens the blood, just as it narrows the mind. And when the drums of war have reached a fever pitch and the blood boils with hate and the mind has closed, the leader will have no need in seizing the rights of the citizenry. Rather, the citizenry, infused with fear and blinded by patriotism, will offer up all of their rights unto the leader and gladly so. How do I know? For this is what I have done.
And I am Caesar.”
— Julius Caesar
"I am enormously proud to be an American. I would say that the things that our corporate-controlled government has done at best are shameful and at worst genocidal-but there''s an incredible and a permanent culture of resistance in this country that I''m very proud to be a part of."
Tom Morello, Rage Against the Machine
------------------------Why of course the people don’t want war. ... That is understood. But after all it is the leaders of the country who determine the policy, and it is always a simple matter to drag the people along, whether it is a democracy, or a fascist dictatorship, or a parliament, or a communist dictatorship ...Voice or no voice, the people can always be brought to the bidding of the leaders. That is easy. All you have to do is to tell them they are being attacked, and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same in any country. [Herman Goering]
Actaully, there are a lot of AI algorithms inside most of OSs. There are a lot of tasks that need planning and search: For instance, How do you think that BIG systems plan disk access? they have dozens of processes accessing a disk at the same time, and you need to serve them as fast as possible. This is the typical scheduling AI problem.
What you have proposed is called the "5th computer generation" (we are supposed to be in the 4th right now). Japan invested lots of money in an OS based on Prolog queries. It was supposed that you could talk to your computer... however, when the graphical interfaces started to appear, all the money they invested went to the trash... Nobody is talking about this 5th generation any more... You can read about it if you search in the interet for the "5th generation of computers". (1st generation were mechanical devices, 2nd were electronic devices, 3rd were transistors, 4th were microchips, 5th was supposed to be AI-based-computers)
The main reason for OSs not working using AI algorithms is that an OS has to be efficient. and AI algorithms aren''t. They are flexible, but can never compete against an specialized algorithm for solving a task.
What you have proposed is called the "5th computer generation" (we are supposed to be in the 4th right now). Japan invested lots of money in an OS based on Prolog queries. It was supposed that you could talk to your computer... however, when the graphical interfaces started to appear, all the money they invested went to the trash... Nobody is talking about this 5th generation any more... You can read about it if you search in the interet for the "5th generation of computers". (1st generation were mechanical devices, 2nd were electronic devices, 3rd were transistors, 4th were microchips, 5th was supposed to be AI-based-computers)
The main reason for OSs not working using AI algorithms is that an OS has to be efficient. and AI algorithms aren''t. They are flexible, but can never compete against an specialized algorithm for solving a task.
When you mentioned intelligent OS''s I first thought you meant something kind of different.
Imagine a network of computers trying to fight each other off given certain rules. Read about something I think was called core wars some time ago, which was basicly two processes operating on one machine trying to eliminate each other by corrupting the main memory.
Something similar but with AI and in a network would surely make a fun nerd-game..
ok a little off-topic, sorry
Imagine a network of computers trying to fight each other off given certain rules. Read about something I think was called core wars some time ago, which was basicly two processes operating on one machine trying to eliminate each other by corrupting the main memory.
Something similar but with AI and in a network would surely make a fun nerd-game..
ok a little off-topic, sorry
> Actaully, there are a lot of AI algorithms inside most of OSs.
> There are a lot of tasks that need planning and search:
> For instance, How do you think that BIG systems plan disk access?
And you call that intelligent? That''s just algorithmy, this has nothing to do with intelligence.
> There are a lot of tasks that need planning and search:
> For instance, How do you think that BIG systems plan disk access?
And you call that intelligent? That''s just algorithmy, this has nothing to do with intelligence.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement