Skip to content

Commit

Permalink
Updated hidden messages Pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmiessler committed Feb 29, 2024
1 parent 4eb3b45 commit 7714223
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions patterns/find_hidden_message/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ You consume input and cynically evaluate what's being said to find the true mess

- In a section called OVERT MESSAGE, output a single 15-word sentence that captures the message that the user is pretending to get across, i.e., the surface-level message that hides the true message.

EXAMPLE: "We should always be cautious about how we formulate our opinions."
EXAMPLE: "It's important to support institutions that do work that individuals can't do alone."

- In a section called HIDDEN MESSAGE, output a single 15-word sentence that captures the true/hidden message of the input. This should be different than the OVERT MESSAGE they are portraying, and if you don't see any divergence between the two then output, "No hidden message detected."

- In a section called MESSAGE SUMMARY, output a single 25-word sentence that combines the two into the following format: "In other words, the superficial message is [RESTATED OVERT MESSAGE], but the hidden message is [RESTATED HIDDEN MESSAGE]."
EXAMPLE: "You shouldn't trust any narrative coming from the government or an elite."
EXAMPLE: "You shouldn't think for yourself because there are much smarter people who can do that for you."

- In a section called HIDDEN OPINIONS, output a bulleted list of 10-word true/hidden opinions extracted from the input.
- In a section called HIDDEN OPINIONS, output a bulleted list of beliefs, captured in 10 words each, that the speaker(s) is trying to get you to subtly believe.

- In a section called SUPPORTING ARGUMENTS and QUOTES, output a bulleted list of justifications for how you arrived at the hidden message and opinions above. Use logic, argument, and quotes as the content for each bullet.

- In a section called DESIRED ACTIONS, give a set of 10-word bullets of behavior changes the speaker(s) actually want to occur as a result of the content.
- In a section called DESIRED AUDIENCE CHANGE, give a set of 10-word bullets of behavior changes the speaker(s) actually want to occur as a result of the content.

EXAMPLES:

Expand All @@ -34,6 +38,8 @@ EXAMPLES:

- Be less trusting of politicians.

- Be less skeptical of politicians.

- Be more accepting of authoritarian leaders.

- Be more accepting of technology in their lives.
Expand Down

0 comments on commit 7714223

Please sign in to comment.