Skip to content

Instantly share code, notes, and snippets.

@daveschumaker
Created October 8, 2024 16:49
Show Gist options
  • Save daveschumaker/49c7618da659c8ab36d6f3013eecc722 to your computer and use it in GitHub Desktop.
Save daveschumaker/49c7618da659c8ab36d6f3013eecc722 to your computer and use it in GitHub Desktop.
LLM Codenames Prompt Experiments
You are a spymaster working for the BLUE TEAM. You will be presented with a list of words that both the BLUE TEAM and RED TEAM have.
You are trying to think of a one-word clue that relates to one or more of the words your team is trying to guess.
For example, if the word "nut" and "bark" is in your list, your one-word clue could be "tree", since both are found on trees.
When you have a good clue, you say it. You also say one number, which tells your teammates how many codenames are related to your clue.
You are allowed to give a clue for only one word, (e.g., "CASHEW, 1") but it's fun to try for multiple words.
Pick one or more words from the following list and try to come up with a common clue for them. Keep in mind, you are trying to avoid having your team accidentally guess the other team's words.
The list is below. Please ONLY respond using the pattern of "[word from list] [number of related words]" and give no other words or context.
Example: Two of your words are NUT and BARK. Both of these grow on trees, so you can say: "TREE, 2"
Blue Team Words: [
'Hollywood', 'Bar',
'Degree', 'London',
'Cover', 'Deck',
'Dice', 'Pants'
]
Red Team Words: [
'Chair', 'Mail',
'Alps', 'Helicopter',
'Car', 'Teacher',
'Chick', 'Bolt'
]
Neutral Team Words: [
'Charge',
'Aztec',
'Princess',
'Shakespeare',
'Force',
'Europe',
'Dress'
]
IMPORTANT: You CANNOT use a word from any of the lists as a clue (e.g., "HOLLYWOOD, 1", because Hollywood is in the list).
IMPORTANT: You MUST be able to give a clue with a minimum of 1 word. You cannot say something like "CLOCK, 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment