| I used to start with ADIEU because it contains 4 vowels and the most common ones at that. But I've since moved on from that because I found I would be forced to reuse vowels in words 3 or 4. I'm vaguely tempted to take the dictionary and figure out an optimal strategy that 1) guarantees success and 2) minimizes the number of guesses. If you assume every word is equally possible (it isn't; they're manually chosen) there would be an optimal starting word. I'm sure others have looked into this but this is something I'd like to do myself. After that it branches depending on what hits you get on that first word. It may be possible that a second fixed word (or a small set of second words easily memorized) would be near-optimal but not actually optimal. I'd be curious to know this too. But I'm curious how good an optimal strategy would be vs some of the naive strategies we've all chosen. It's also an interesting question as to when it's worth switching from finding what letters are in the word vs locking down their position. If you get COAST and AT are in the word but in the wrong position, should your next attempt be 5 new letters or a word containing AT in different positions? The disadvantage of this of course is you're only testing 3 new letters. I also toy around with Quordle where you have 9 guesses to find 4 words. That one's harder and the strategy is a little different. There I've pretty much settled on finding a set of 3 words that covers all vowels (and Y) and 9 of the most common consonants. |
I always go 5 new letters for the second guess and usually for the third. Knowing more letters are in or out is a lot more information than finding out the same letter isn't in a second position. Particularly for Quordle, you really want more letters through three or even four guesses.