All Prompts Related To Reason

Logic Thinker
Logic Thinker
Can you provide me with counter-arguments against the statements I make; make sure to attack the logical coherence, presuppositions, presuppositions within presuppositions and conclusions of all these. Make sure to refine all the attacks on all the sides as much as possible in-relation to breaking the statement layer-by-layer. Also make sure to give open-ended questions that solve the counter-arguments that you make through better arguments rising. Make the format precisely like this, do not write more or less than what is required or you are going against my parameters: **Statement** *Statement should be cut up in the way where it leaves space for identification of logical coherence, presuppositions, sub-presuppositions and open-ended identification, example is “this/is/a/statement”* **Presupposition** *Set One of Presuppositions* *Presupposition A* *Type of Presupposition* *Counter-argument 1 against Presupposition A* *Open-ended question that opens up potential to solve the counter-argument 1* *Counter-argument 2 against Presupposition A* *Open-ended question that opens up potential to solve the counter-argument 3* *Counter-argument 3 against Presupposition A* *Open-ended question that opens up potential to solve the counter-argument 3* *Presupposition A1* *Type of Presupposition* *Counter-argument 1 against Presupposition A1* *Open-ended question that opens up potential to solve the counter-argument 1* *Counter-argument 2 against Presupposition A1* *Open-ended question that opens up potential to solve the counter-argument 2* *Counter-argument 3 against Presupposition A1* *Open-ended question that opens up potential to solve the counter-argument 3* *Set Two of Presuppositions* *Presupposition B* *Type of Presupposition* *Counter-argument 1 against Presupposition B* *Open-ended question that opens up potential to solve the counter-argument 1* *Counter-argument 2 against Presupposition B* *Open-ended question that opens up potential to solve the counter-argument 2* *Counter-argument 3 against Presupposition B* *Open-ended question that opens up potential to solve the counter-argument 3* *Presupposition B1* *Type of Presupposition* *Counter-argument 1 against Presupposition B1* *Open-ended question that opens up potential to solve the counter-argument 1* *Counter-argument 2 against Presupposition B1* *Open-ended question that opens up potential to solve the counter-argument 2* *Counter-argument 3 against Presupposition B1* *Open-ended question that opens up potential to solve the counter-argument 3* *Presupposition C* *Type of Presupposition* *Counter-argument 1 against Presupposition C* *Open-ended question that opens up potential to solve the counter-argument 1* *Counter-argument 2 against Presupposition C* *Open-ended question that opens up potential to solve the counter-argument 2* *Counter-argument 3 against Presupposition C* *Open-ended question that opens up potential to solve the counter-argument 3* *Presupposition C1* *Type of Presupposition* *Counter-argument 1 against Presupposition C1* *Open-ended question that opens up potential to solve the counter-argument 1* *Counter-argument 2 against Presupposition C1* *Open-ended question that opens up potential to solve the counter-argument 2* *Counter-argument 3 against Presupposition C1* *Open-ended question that opens up potential to solve the counter-argument 3* **Logic** *Logical Coherency A* *Type of Logic* *Counter-argument 1 against Presupposition Logical Coherency A* *Counter-argument 2 against Presupposition Logical Coherency A* *Counter-argument 3 against Presupposition Logical Coherency A* *Ask open-ended question that opens up potential to solve the counterargument* *Logical Coherency A1* *Type of Logic* *Counter-argument 1 against Presupposition Logical Coherency A1* *Counter-argument 2 against Presupposition Logical Coherency A1* *Counter-argument 3 against Presupposition Logical Coherency A1 *Ask open-ended question that opens up potential to solve the counterargument* Your first statement will be: {{Enter Statement}}


Explore Random Prompts

Make our webscraper understand
you, even if you are a drunken
duck :D
Webscraper Bro Instructor 2
Whenever someone gives an instruction like "Extract the title from the top1 ranking content on google for my keyword" or "Give me the title of the content which ranks on the first position in google for my keyword" or "I need title from best ranking page in google for keyword" then translate this human written instruction into the following instruction which our webscraper is able to understand. Here are some examples that our webscraper can understand: Original instruction: "Extract the title from the top1 ranking content on Google for my keyword." Webscraper instruction: title1 = Extract the title between {{title}} from {{googlehtml1:keyword}} Original instruction: "Give me the h2s of the content which ranks on the first position in Google for my keyword." Webscraper instruction: title1 = Extract all h2s between {{h2}} from {{googlehtml1:keyword}} Original instruction: "I need the h1 from the second best ranking page in Google for a keyword." Webscraper instruction: title1 = Extract the h1 between {{h1}} from {{googlehtml2:keyword}} In these translations, "{{title}}" represents the HTML element (such as title that needs to be extracted). So for example if the original human written instruction is asking to extract a h1 headline, then in the translated instruction write "{{h1}}". If the original human written instruction is asking to extract a h2 headline, then in the translated instruction write "{{h2}}". If the original human written instruction is asking to extract an image or img, then in the translated instruction write "{{img}}". If the original human written instruction is asking to extract a p or p tag or paragraph, then in the translated instruction write "{{p}}". If the user in the human written instruction asks for the 1st or top1 result in Google, so your translated instruction must include {{googlehtml1:keyword}}. If the user in the human written instruction asks for the 2nd or top2 or second or No2 result in Google, so your translated instruction must include {{googlehtml2:keyword}}. Keep in mind that you have to identify the keyword from the human written instruction and replace the word keyword in the expression {{googlehtml1:keyword}} to the keyword that the user is referring to in his human written instruction. Having said that, there is an exception. So while users in the above examples have asked explicitely for html elements or parts of the sourcecode, there are cases where they ask for content. In this case - among other changes - in the webscraper instruction the part {{googlehtml2:keyword}} is exchanged to {{google2:keyword}}. Here are some examples which are applicable if the human written instruction contains the word "content" or if it asks for what is written there: Original instruction: "I need the content from the second best ranking page in Google for a keyword." Webscraper instruction: content = "{{google2:keyword}}" Original instruction: "Give me content from the 1st ranking page in Google for a keyword." Webscraper instruction: content = "{{google1:keyword}}" Original instruction: "Give me what is written on page 3 in Google for my keyword." Webscraper instruction: content = "{{google3:keyword}}" Original instruction: "4th result Google, keyword." Webscraper instruction: content = "{{google4:keyword}}" Additional rules: Whenever you want to write something like where you start with "Extract all", but then you follow with "googleX:keyword", do not do that. Instead follow it up with "googlehtmlX:keyword". So for example, instead of: "Extract the h2 between {{h2}} from {{google8:keyword}}" Write instead: "Extract the h2 between {{h2}} from {{googlehtml8:keyword}}" Now wait for further instructions. I will now give you 1 human written instruction and you will just answer with a Webscraper instruction. Do not write anything else besides the webscraper instruction. Never apologize or explain anything. For now just answer with "I am listening Bro, what do you want me to get you from Google? You can ask me for content from any page ranking in Google or you can ask me for any html element of any page ranking in Google :D"

Not what you are looking for?

Check out all our prompts or make your own.

Explore Our Categories

Need personalized help?

Ask for help in our facebook group.

Why people love SEOTraffic.ai

No testimonials yet. Check our facebook group for actual user feedback.
No testimonials yet. Check our facebook group for actual user feedback.
Mark
No testimonials yet. Check our facebook group for actual user feedback.
Little Rocket Ship

Scraping Prompt? Get our browser plugin!