Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Incubator Q&A

Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.

Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.

Comments on Heuristic for identifying words that are valid Wordle solutions?

Post

Heuristic for identifying words that are valid Wordle solutions? Question

+2
−0

Sometimes after I solve a Wordle puzzle I'll see what their bot had to say about my solution. Occasionally one of my words is a legitimate five-letter word (accepted by Wordle) but the bot says something like "yes that's a word but it's unlikely given what we know". The bot has, and uses, perfect knowledge of the dictionary of possible solutions, while I do not. Is the bot just saying "that's not on the list", or is there some actual hueristic that I could use to eliminate those guesses?

Wordle must be using two word lists, with solutions being a subset of accepted words, for it to behave like this. Early in a puzzle I want to confirm or eliminate letters or their positions, so using a word that isn't a possible solution is not a concern. (I'm going for efficiency, not correctness.) Later in the puzzle I'd like to only use words that could be solutions. Is this something I can know, or is it just a matter of experience (getting a sense of what Wordle "likes")?

I was asked for an example in comments and finally have one:

first three guesses: RAISE, COUNT, HOTLY

At this point the bot says there are two remaining words, TODDY or BOOTY. Not having the bot's knowledge, my next guess was TOFFY, to which the bot said:

Your guess eliminated one of the two remaining words, but, despite being a valid guess, TOFFY isn’t a likely solution. Wordle typically uses more common words as solutions.

Here is its ratings of the guesses leading to the answer:

chart with skill, luck, words left

History

2 comment threads

Do you have an example? (3 comments)
a different type of question (5 comments)
Do you have an example?
trichoplax‭ wrote 6 months ago

Do you have a sequence of words that you've seen this feedback for?

Monica Cellio‭ wrote 6 months ago

Not yet, unfortunately -- I haven't been keeping notes, but will update the next time I see this message.

Monica Cellio‭ wrote 2 months ago

I now have an example, which I'll edit into the question.