Guy creating AI that will think and dream in Second life
50 replies, posted
[QUOTE=Vince323;20192424]What if there was a computer program that was given the ability to learn from interactions with second life? do you realize the kind of monster we would create?[/QUOTE]
A retarded one
If it asks "Do I have a soul?"then we're p.much screwed.
[QUOTE=Shibbey;20192544]If it asks "Do I have a soul?"then we're p.much screwed.[/QUOTE]
Not really. An AI would probably consider it irrelevant.
And that question can't be answered either.
The funny thing is the AI will be almost indistinguishable from the average Second Life player.
[QUOTE=Canuhearme?;20192781]The funny thing is the AI will be almost indistinguishable from the average Second Life player.[/QUOTE]
I bet it'll cause a wave of paranoia among Second Lifers. They won't know whether they're talking to real people or not.
What happens if the AI is anti-furry.
When it starts singing Daisy Bell I'll panic
[QUOTE=benzi2k7;20193624]What happens if the AI is anti-furry.[/QUOTE]
What happens if you release the Old Testament God onto the world?
I clicked on this thread thinking that they were actually making an AI.
Like, a photonic/quantum/positronic brain.
Goddamnit.
What a fucking waste...
[QUOTE=breakyourfac;20183756]Why not put this in a game that is actually good?[/QUOTE]
What do you define as good? WoW? :downs:
Secondlife is only as good or bad as you chose to make it. Which is why it sucks for so many people who lack the imagination and the ability to create their own form of entertainment... Or socialize.
[QUOTE=Canuhearme?;20193715]What happens if you release the Old Testament God onto the world?[/QUOTE]He goes crazy like a 50's Dad with a belt.
[editline]07:56PM[/editline]
[QUOTE=DrMortician;20193816]What do you define as good? WoW? :downs:
Secondlife is only as good or bad as you chose to make it. Which is why it sucks for so many people who lack the imagination and the ability to create their own form of entertainment... [B]Or socialize.[/B][/QUOTE][IMG]http://www.facepunch.com/image.php?u=186033&dateline=1259308125[/IMG]
Ah, Second Life is the only way for you to socialize, I getcha.
[QUOTE=benzi2k7;20193818]
[img]http://www.facepunch.com/image.php?u=186033&dateline=1259308125[/img]
Ah, Second Life is the only way for you to socialize, I getcha.[/QUOTE]
What would you do if you lived 50 miles from anything else besides trailerparks and rednecks?
[QUOTE=DrMortician;20193844]What would you do if you lived 50 miles from anything else besides trailerparks and rednecks?[/QUOTE]Kill myself.
;)
[QUOTE=DrMortician;20193844]What would you do if you lived 50 miles from anything else besides trailerparks and rednecks?[/QUOTE]
Get a gun and beer. Drink beer, shoot empty cans. I would shoot the local wildlife. I would shoot derelict cars. I would spend my food-money on shotgun shells, and shoot some more stuff.
Dude, you're really bad at being a redneck.
[QUOTE=Smashmaster;20194066]Get a gun and beer. Drink beer, shoot empty cans. I would shoot the local wildlife. I would shoot derelict cars. I would spend my food-money on shotgun shells, and shoot some more stuff.
Dude, you're really bad at being a redneck.[/QUOTE]
I actually do have a lot of guns and go shoot a lot of random shit. :v:
It does get old not being able to carry out a conversation with someone that doesn't involve racism or political ignorance though.
[QUOTE=DrMortician;20193844]What would you do if you lived 50 miles from anything else besides trailerparks and rednecks?[/QUOTE]
Move.
[QUOTE=TheHydra;20183763]if a computer program can think and feel, should it be treated like a fellow person?[/QUOTE]
Maybe, what I'm sure will happen is that this AI is going to be trolled to death, I just know all kinds of shit are going to happen to it, the Internet is not a nice place to live.
Read as
Guy creating AI that will think and dream :buddy: ...in Second life :smith:
[QUOTE=K1ngo64;20183915]The whole universe consists of 1's and 0's if you think about it. What are you talking about?[/QUOTE]
Go outside. Now.
[editline]11:18PM[/editline]
[QUOTE=fenwick;20186915]Saying it can think and dream literally means nothing, other than it does [B]something[/B] analogous to both of those. I can create a program in Java that "thinks and sleeps" in 2 minutes.[/QUOTE]
[cpp]#include <iostream>
short option = 0;
void menu();
void think();
void dream();
void incorrect();
int main();
void think()
{
std::cout << "I guess I am.\n";
option = 0;
main();
}
void dream()
{
std::cout << "I AM NAKED AND I AM FLYING AND THERE ARE ELECTRIC SHEEP EVERYWHERE\n";
option = 0;
main();
}
int main()
{
if (option != 0 && option != 1 && option != 2)
{
std::cout << "DOES NOT COMPUTE! You entered a number that wasn't 1 or 2! Try again.\n";
menu();
}
else
{
std::cout << "Hello, I am an AI! Enter 1 to make me think, or press 2 to make me dream!\n";
menu();
}
return 0;
}
void menu()
{
std::cin >> option;
if (option == 1)
{
think();
}
else if (option == 2)
{
dream();
}
else
{
main();
}
}
[/cpp]
[url]http://www.filedropper.com/ai[/url]
[QUOTE=lazyguy;20196439]Go outside. Now.
[editline]11:18PM[/editline]
[cpp]#include <iostream>
short option = 0;
void menu();
void think();
void dream();
void incorrect();
int main();
void think()
{
std::cout << "I guess I am.\n";
option = 0;
main();
}
void dream()
{
std::cout << "I AM NAKED AND I AM FLYING AND THERE ARE ELECTRIC SHEEP EVERYWHERE\n";
option = 0;
main();
}
int main()
{
if (option != 0 && option != 1 && option != 2)
{
std::cout << "DOES NOT COMPUTE! You entered a number that wasn't 1 or 2! Try again.\n";
menu();
}
else
{
std::cout << "Hello, I am an AI! Enter 1 to make me think, or press 2 to make me dream!\n";
menu();
}
return 0;
}
void menu()
{
std::cin >> option;
if (option == 1)
{
think();
}
else if (option == 2)
{
dream();
}
else
{
main();
}
}
[/cpp]
[url]http://www.filedropper.com/ai[/url][/QUOTE]
What man!??! Don't release this ingenious bit of code here! It's worth millions!
Sorry, you need to Log In to post a reply to this thread.