jimthompson5802 / wordle_solver

Testbed for GPT4 based Wordle Solver Virtual Assistant
MIT License
0 stars 1 forks source link

Test ChatGPT suggested prompts #15

Closed jimthompson5802 closed 10 months ago

jimthompson5802 commented 10 months ago

Try these ChatGPT recommended prompts:

To solve a Wordle game effectively, you can use a prompt that focuses on narrowing down the possibilities through strategic guessing. Here's an example of a prompt you can use:

1. **Start with a Common Word**: Choose a starting word that includes common vowels and consonants. For example, "CRANE" or "SLATE". This helps in identifying which letters are in the word and their positions.

2. **Analyze the Feedback**: Wordle provides feedback in the form of colored tiles. Green means the letter is correct and in the right position, yellow means the letter is in the word but in a different position, and gray means the letter is not in the word.

3. **Formulate the Next Guess**: Based on the feedback, choose your next word. If a letter is green, keep it in the same place. For yellow letters, try them in different positions. Avoid letters that showed up gray.

4. **Use Process of Elimination**: With each guess, you should be able to eliminate certain letters and positions. Pay attention to the vowels and common consonants.

5. **Narrow Down to the Answer**: Continue the process of guessing and elimination. Usually, by the fourth or fifth guess, you should be able to narrow it down to the correct word.

6. **Keep in Mind Word Patterns**: Remember that Wordle answers are common words, so think about common letter combinations and word patterns.

This prompt should guide you in making strategic guesses and solving the Wordle in the fewest attempts possible. Remember, the key is to use each guess as a way to gather information about the letters and their positions.

Another example

Certainly! Here's another example of a prompt you can use for solving Wordle:

1. **Choose a Smart First Guess**: Start with a word that has a good mix of vowels and common consonants, but with a different pattern from your previous example. For instance, "AUDIO" or "OUNCE" can be effective as they contain multiple vowels and common consonants.

2. **Interpret the Clues**: After each guess, Wordle will show colored tiles: green for correct letters in the correct spot, yellow for correct letters in the wrong spot, and gray for incorrect letters. Use this information to refine your next guess.

3. **Adjust According to Feedback**: If a letter is marked green, keep it in that position for your next guess. For yellow letters, try them in new positions. Avoid letters that turned gray.

4. **Focus on Letter Positioning**: Especially for yellow letters, try different positions in the next guess. Remember that a letter can appear more than once in the word.

5. **Eliminate and Deduce**: With each guess, you're eliminating possibilities. Use your guesses to test out different letter combinations based on the feedback you've received.

6. **Consider Word Structure**: Think about common word structures and letter combinations in English. Avoid improbable letter combinations.

7. **Refine and Solve**: As you progress, each guess should bring you closer to the answer. Usually, by the fourth or fifth guess, you should have enough information to solve the puzzle.

This prompt focuses on a strategic approach that involves starting with a different type of word and paying close attention to the positioning of letters. It's all about gathering information with each guess and using it effectively to reach the solution.
jimthompson5802 commented 10 months ago

Here are some test prompts:

**Start with a Common Word**: Choose a starting word that includes common vowels and consonants. For example, "CRANE" or "SLATE". This helps in identifying which letters are in the word and their positions.
The current guess is 'raven'.
Wordle feedback is gray, yellow, gray, gray, gray.

1. **Analyze the Feedback**: Wordle provides feedback in the form of colored tiles. Green means the letter is correct and in the right position, yellow means the letter is in the word but in a different position, and gray means the letter is not in the word.

2. **Formulate the Next Guess**: Based on the feedback, choose your next word. If a letter is green, keep it in the same place. For yellow letters, try them in different positions. Make sure the next word does not contain any of the letters with the gray color.

3. **Use Process of Elimination**: With each guess, you should be able to eliminate certain letters and positions. Pay attention to the vowels and common consonants.

4. **Narrow Down to the Answer**: Continue the process of guessing and elimination. Usually, by the fourth or fifth guess, you should be able to narrow it down to the correct word.

5. **Keep in Mind Word Patterns**: Remember that Wordle answers are common words, so think about common letter combinations and word patterns.

return the suggested word in json with the key 'recommendation' for the recommended five letter word and 'explanation' for the explanation on why the word was chosen.
Why did you recommend the word?  It contians letters that are marked gray.

return a new suggest five-letter word in json with key 'recommendation' for the recommended word and 'explanation' for the explanation on why the word was chosen.
jimthompson5802 commented 10 months ago

won't do...address by pr #23