Compare three kinds of value

Every possible word has direct score value, board value, and future value. Direct score is the points you receive now. Board value is what the play opens or blocks. Future value is the quality of the letters left on your rack after the move.

A modest word can be correct if it blocks a major scoring lane, reaches a premium square, or leaves flexible letters. A long word can be risky if it opens an easy counterplay.

Use filters like board constraints

If the board already gives you an opening letter, use starts-with. If you need to land on a fixed ending, use ends-with. If you must cross a specific tile, use must-include. These filters turn a general word list into a list of candidate moves.

Decision checklist

  1. Can any word use all or most of your difficult tiles?
  2. Does a shorter word score more because of letter values or board squares?
  3. Does the play create an easy scoring spot for your opponent?
  4. Will the remaining letters give you a realistic next turn?

Related guides