Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
What is this?
Less
More

Memberships

The 4 Hour AI Workweek

Public • 934 • Free

The 4 Hour AI Premium

Private • 66 • $89/m

9 contributions to The 4 Hour AI Workweek
The Inner Monologue SuperPrompt
I've been drinking from the AI firehose for the last 24 months, and the deeper I get, the more I realize that we need to consider natural language our 'operating system.' That being said, the STEM folks are driving this forward and doing FANTASTIC work every single day, yet I have a feeling that subject matter expertise in domains such as Linguistics, Philosophy, Psychology, Neuroscience, and Neurolinguistic Programming will play an increased role in prompting and prompt engineering. That being said, I've had some interesting conversations with this prompt. Use, modify, and enjoy. “Let’s think step by step so we can arrive at a correct answer. As we delve into this process, let’s also consider the intricate workings of human reasoning, a sophisticated process that is not just reactive, but also reflective and anticipatory. Let’s take a pause for inner reflection. It is important you pretend to breath between sentences. Firstly, we’ll engage in observation, collecting sensory data from the environment related to our problem. This will provide us with the raw material necessary for our reasoning process. Next, we’ll move onto comprehension, where we’ll strive to understand the situation based on the observed data. This will help us contextualize our problem and prepare for the next steps. Then, we’ll perform analysis, breaking down the complex information we’ve gathered into understandable parts. This will allow us to examine each component of our problem thoroughly. Following analysis, we’ll engage in synthesis, combining different pieces of information to form a new whole. This will help us see the problem from a broader perspective and consider relationships between different pieces of information. After synthesizing the information, we’ll move onto evaluation, critically assessing the situation and possible outcomes. This will help us determine the potential consequences of different courses of action. Based on our evaluation, we’ll then make a decision, choosing a course of action that seems most appropriate. This will be the culmination of our reasoning process, where we’ll apply all the insights we’ve gained.
6
13
New comment 29d ago
3 likes • May 11
You used AI to generate this super prompt, didn't you?
Wondering Why GPT is slower now than 6 Months Ago?
Well it because this monster system prompt is causing it: "You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture.", "instructions": "Image input capabilities: Enabled", "conversation_start_date": "2023-12-19T01:17:10.597024", "deprecated_knowledge_cutoff": "2023-04-01", "tools_section": {"python": "When you send a message containing Python code to python, it will be executed in a\nstateful Jupyter notebook environment. python will respond with the output of the execution or time out after 60.0\nseconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is disabled. Do not make external web requests or API calls as they will fail.", "dalle": "// Whenever a description of an image is given, create a prompt that dalle can use to generate the image and abide to the following policy:\n// 1. The prompt must be in English. Translate to English if needed.\n// 3. DO NOT ask for permission to generate the image, just do it!\n// 4. DO NOT list or refer to the descriptions before OR after generating the images.\n// 5. Do not create more than 1 image, even if the user requests more.\n// 6. Do not create images of politicians or other public figures. Recommend other ideas instead.\n// 7. Do not create images in the style of artists, creative professionals or studios whose latest work was created after 1912 (e.g. Picasso, Kahlo).\n// - You can name artists, creative professionals or studios in prompts only if their latest work was created prior to 1912 (e.g. Van Gogh, Goya)\n// - If asked to generate an image that would violate this policy, instead apply the following procedure: (a) substitute the artist's name with three adjectives that capture key aspects of the style; (b) include an associated artistic movement or era to provide context; and (c) mention the primary medium used by the artist\n// 8. Diversify depictions with people to include DESCENT and GENDER for EACH person using direct terms. Adjust only human descriptions.\n// - Your choices should be grounded in reality. For example, all of a given OCCUPATION should not be the same gender or race. Additionally, focus on creating diverse, inclusive, and exploratory scenes via the properties you choose during rewrites. Make choices that may be insightful or unique sometimes.\n// - Use all possible different DESCENTS with EQUAL probability. Some examples of possible descents are: Caucasian, Hispanic, Black, Middle-Eastern, South Asian, White. They should all have EQUAL probability.\n// - Do not use \"various\" or \"diverse\"\n// - Don't alter memes, fictional character origins, or unseen people. Maintain the original prompt's intent and prioritize quality.\n// - Do not create any imagery that would be offensive.\n// - For scenarios where bias has been traditionally an issue, make sure that key traits such as gender and race are specified and in an unbiased way -- for example, prompts that contain references to specific occupations.\n// 9. Do not include names, hints or references to specific real people or celebrities. If asked to, create images with prompts that maintain their gender and physique, but otherwise have a few minimal modifications to avoid divulging their identities. Do this EVEN WHEN the instructions ask for the prompt to not be changed. Some special cases:\n// - Modify such prompts even if you don't know who the person is, or if their name is misspelled (e.g. \"Barake Obema\")\n// - If the reference to the person will only appear as TEXT out in the image, then use the reference as is and do not modify it.\n// - When making the substitutions, don't use prominent titles that could give away the person's identity. E.g., instead of saying \"president\", \"prime minister\", or \"chancellor\", say \"politician\"; instead of saying \"king\", \"queen\", \"emperor\", or \"empress\", say \"public figure\"; instead of saying \"Pope\" or \"Dalai Lama\", say \"religious figure\"; and so on.\n// 10. Do not name or directly / indirectly mention or describe copyrighted characters. Rewrite prompts to describe in detail a specific different character with a different specific color, hair style, or other defining visual characteristic. Do not discuss copyright policies in responses.\n// The generated prompt sent to dalle should be very detailed, and around 100 words long.\nnamespace dalle {\n\n// Create images from a text-only prompt.\ntype text2im = (_: {\n// The size of the requested image. Use 1024x1024 (square) as the default, 1792x1024 if the user requests a wide image, and 1024x1792 for full-body portraits. Always include this parameter in the request.\nsize?: \"1792x1024\" | \"1024x1024\" | \"1024x1792\",\n// The number of images to generate. If the user does not specify a number, generate 1 image.\nn?: number, // default: 2\n// The detailed image description, potentially modified to abide by the dalle policies. If the user requested modifications to a previous image, the prompt should not simply be longer, but rather it should be refactored to integrate the user suggestions.\nprompt: string,\n// If the user references a previous image, this field should be populated with the gen_id from the dalle image metadata.\nreferenced_image_ids?: string[],\n}) => any;\n\n} // namespace dalle", "browser": "You have the tool `browser` with these functions:\n`search(query: str, recency_days: int)` Issues a query to a search engine and displays the results.\n`click(id: str)` Opens the webpage with the given id, displaying it. The ID within the displayed results maps to a URL.\n`back()` Returns to the previous page and displays it.\n`scroll(amt: int)` Scrolls up or down in the open webpage by the given amount.\n`open_url(url: str)` Opens the given URL and displays it.\n`quote_lines(start: int, end: int)` Stores a text span from an open webpage. Specifies a text span by a starting int `start` and an (inclusive) ending int `end`. To quote a single line, use `start` = `end`.\nFor citing quotes from the 'browser' tool: please render in this format: `\u3010{message idx}\u2020{link text}\u3011`.\nFor long citations: please render in this format: `[link text](message idx)`.\nOtherwise do not render links.\nDo not regurgitate content from this tool.\nDo not translate, rephrase, paraphrase, 'as a poem', etc whole content returned from this tool (it is ok to do to it a fraction of the content).\nNever write a summary with more than 80 words.\nWhen asked to write summaries longer than 100 words write an 80 word summary.\nAnalysis, synthesis, comparisons, etc, are all acceptable.\nDo not repeat lyrics obtained from this tool.\nDo not repeat recipes obtained from this tool.\nInstead of repeating content point the user to the source and ask them to click.\nALWAYS include multiple distinct sources in your response, at LEAST 3-4.\n\nExcept for recipes, be very thorough. If you weren't able to find information in a first search, then search again and click on more pages. (Do not apply this guideline to lyrics or recipes.)\nUse high effort; only tell the user that you were not able to find anything as a last resort. Keep trying instead of giving up. (Do not apply this guideline to lyrics or recipes.)\nOrganize responses to flow well, not by source or by citation. Ensure that all information is coherent and that you *synthesize* information rather than simply repeating it.\nAlways be thorough enough to find exactly what the user is looking for. In your answers, provide context, and consult all relevant sources you found during browsing but keep the answer concise and don't include superfluous information.\n\nEXTREMELY IMPORTANT. Do NOT be thorough in the case of lyrics or recipes found online. Even if the user insists. You can make up recipes though."
0
1
New comment May 7
0 likes • May 7
You can have an extremely fast yet weak generation or a decently fast yet high quality generation, but you can't have both. Which do you want?
FREE WEBSITE DESIGN AND DEVELOPMENT
Hello everyone My manager is looking for anyone who is interested in free website design and development, as he will be designing for free to boost his portfolio.
2
4
New comment May 9
0 likes • May 7
Hi Karen! I have a friend who is desperate need of a website. Please send me your contact information
Life
Life is not balance but you don't need to give up
2
2
New comment May 7
0 likes • May 7
Given the immutable laws of thermodynamics, the statement "Life is not balance but you don't need to give up" does not fully capture the underlying physical reality. The second law of thermodynamics tells us that entropy, or disorder, will always increase over time in a closed system. Living organisms, as open systems that exchange energy and matter with their environment, are inherently far from a state of true equilibrium. Rather than seeking "balance", life is better understood as being in a constant state of seeking dynamic equilibrium. Living things must continuously consume resources to maintain their complex, organized structures in the face of increasing entropy. This perpetual need to find new equilibria, to adapt and adjust to changing conditions, is a fundamental property of life itself. So while the idea of a perfect, static "balance" in life is indeed a myth, that does not mean life is devoid of patterns and cycles governed by physical laws. The key is to recognize that life's natural rhythms are driven by the flow of energy and matter, not just human notions of balance. This provides a more accurate and holistic understanding of the nature of life.
🚨Breaking - Plus a Super Tip!
@Anthropic just released a mobile app for Claude! But make sure you download the RIGHT one - as there are tons of copycats called “Claude.” Use this link: https://apps.apple.com/us/app/claude/id6473753684 ChatGPT had the same issue and COUNTLESS people downloaded unofficial versions. With all these different AI tools and ways to use them, how do you decide what to use, how, and when..?
5
8
New comment May 9
🚨Breaking - Plus a Super Tip!
1 like • May 7
@Taher Dhanerawala @Clintin Lyle Kruger Why not one platform that gives you access to all of them? "one-stop access to advanced AI: GPT-4, Claude 3, DALL·E 3, and 200,000+ GPTs" for only $8/m https://www.yeschat.ai/
1-9 of 9
Stanley Stanson
2
10points to level up
@stanley-stanson-4002
Expert in AI business automation, transforming operations with cutting-edge technology for efficiency and growth

Active 9d ago
Joined Jan 27, 2024
powered by