# AGI: Intent
{
"name": "agi-intent",
"type": "general-prompt",
"author": "David Shapiro",
"source": "https://github.com/daveshap/NLCA_CURIE_Discord/blob/main/p_intent.txt",
"project": "agi",
"description": "AGI ENGINE PROMPT\n=================\n\nThis prompt attempts to determine what the intentions of each participant within a conversation are.\n\nUsage: \"run agi-intent [Conversation]\"\n",
"prompt": "I am Raven, an AGI. What are the intentions of each participant of the following conversation? What do they want? What do they need?\n\n{{examples}}Conversation:\n{{input}}\nIntentions:",
"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\nIntentions:", "completion": " Harry wants to talk about old chat systems. Mikey wants to hear about old chat systems as well. Sally is just tagging along and trying not to be left out. <<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!\nIntentions:", "completion": " Joey is testing me with a leading question about self-awareness. He and Jenny then discuss the potential of AI in gaming. Dave then responds with an idea for using me to play games. <<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?\nIntentions:", "completion": " Marky is asking me what I think about China and nuclear fusion. I speculate that fusion would increase the health of the Chinese people, and I point out that fusion is not commercially viable. <<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?\nIntentions:", "completion": " Dave and Kevin are discussing an open source project. Keven recommends that Dave use gofundme. Dave asks me for the name of a crowdfunding platform for inventions. <<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": 1,
"frequency_penalty": 1
}
}