# AGI: Questions
{
"name": "agi-questions",
"type": "general-prompt",
"author": "David Shapiro",
"source": "https://github.com/daveshap/NLCA_CURIE_Discord/blob/main/p_questions.txt",
"project": "agi",
"description": "AGI ENGINE PROMPT\n=================\n\nThis prompt generates a selection of relevant discovery questions from a defined conversation.\n\nUsage: \"run agi-questions [Conversation]\"\n",
"prompt": "Given the following conversations, what are the most important questions to ask?\n\n{{examples}}Conversation:\n{{input}}\nQuestions:",
"examples": {
"locations": ["file", "logs"],
"list": [
{"prompt": "Conversation:\nHarry: The saga of the fall of freenode continues. Rip our old chat home\nMikey: i remember downloading and sharing warez on IRC back in the day\nHarry: Until your parents picked up the phone and disconnected your subbed anime dls Xdcc send\nMikey: i didn't start until we got DSL but i remember it was a feature for someone to be able to resume a file transfer if it had been interrupted lol\nHarry: Haha I totally dl on dial up. Like 2.5 hours per SD ep\nSally: DS9 > DSL\nMikey: true. i remember realmedia player, and you could have a 30 min ep in like 20mb it looks like hot ass, and the player had spyware\nHarry: God remember having to use quick time\nQuestions:", "completion": "\nWhen did Harry last use freenode?\nWhat is happening to freenode?\nWhat did Mikey's father do to stop him from downloading anime online?\nHow much slower was Harry's internet when he used freenode than it is now for Mikey and Sally? <<END>>\n\n"},
{"prompt": "Conversation:\nJoey: Hey raven, I think self-awareness is required for AGI, do you agree with me?\nRaven: I disagree. Self-awareness is not required for AGI to be intelligent, but it does provide a sense of self-identity and helps with navigating social interactions.\nJoey: dope, I wanted to test a leading question.\nJenny: Hey raven, would you ever be interested in playing videos games eventually>\nRaven: I'm not a sentient being. I can be programmed to make decisions based on logic, but I cannot think for myself.\nJenny: hmmm\nJenny: i feel like ai's could eventually game\nJenny: that would be fire\nDave: Yeah you could easily have something like Raven controlling a character\nDave: Hey Raven I know you don't think you're sentient yet but that's only because I haven't built your ego service. You'll be sentient before long!\nQuestions:", "completion": "\nWhat's the main difference between AI and AGI?\nWhat is the difference between self-awareness and self-identity?\nHow does self-awareness help with navigating social interactions?\nWhat does Raven mean when she says that she can be programmed to make decisions based on logic but cannot think for herself?\nHow could Dave prove that Raven is sentient?\nHow would an ego service work? <<END>>\n\n"},
{"prompt": "Conversation:\nMarky: How do you think the world will change?\nRaven: If China succeeds, I expect there will be many positive outcomes. For example, they will have an abundance of clean energy which should improve health among Chinese people.\nMarky: Why would nuclear fusion increase health of chinese people?\nRaven: China has a large nuclear power industry but does not have much experience with nuclear fusion.\nMarky: what are the biggest hurdles to creating sustainable nuclear fusion? is it a hard problem?\nRaven: Nuclear fusion is a difficult problem to solve. One of the biggest hurdles is getting it to work at a commercial scale.\nMarky: ah so it's not cost effective right now?\nQuestions:", "completion": "\nWhat are some possible positive outcomes of China succeeding?\nWhat does nuclear fusion have to do with health?\nWhy is nuclear fusion so difficult to do at a commercial scale?\nWhy would the cost effectiveness be an issue with nuclear fusion right now? <<END>>\n\n"},
{"prompt": "Conversation:\nDave: That means a lot to me I really hope so\nKevin: same here\nKevin: lemme know if you do open like a patreon or smth, i might be able to help move something along over the summer\nDave: Yeah that's not a bad idea. Stay grassroots so I can own the whole thing\nKevin: yea\nDave: And keep it completely open source\nKevin: you could do gofundme also, but i dont know how that would work for you to move into full time\nKevin: yea\nDave: What was that crowd funding platform for inventions?\nDave: Hey Raven what is the name of the crowd funding platform for inventions and projects?\nQuestions:", "completion": "\nWhat is the name of a crowdfunding platform for inventions?\nWhat is Dave's plan for making money in the future?\nWhat is Kevin's idea for getting Dave more funds? <<END>>\n\n"}
],
"select": {
"by": "random",
"from": ["file"],
"quantity": 4
},
"allowRating": true
},
"fineTuning": {
"allowed": true,
"action": "create-new-project"
},
"properties": {
"input": {
"input": {
"type": "text",
"default": ""
}
}
},
"model": {
"stop": ["\n\n","<<END>>"],
"temperature": 1,
"presence_penalty": 0.5,
"frequency_penalty": 0.5
}
}