Two players can hold identical clues, make no mistakes at all, and finish minutes apart. The difference is almost never reading speed. It is the order they worked in.
Numbers are labels, not steps
A puzzle prints its clues in the order the generator happened to pick them, which is optimised for soundness rather than for your convenience. Nothing rewards you for starting at clue one, and nothing breaks if you start at clue four.
What makes a clue sharp
A sharp clue does two things: it removes a large share of the field, and it is cheap to check per name. Those are separate properties, and you want both.
- Removes a lot — a clue about a common property splits the grid close to evenly. Roughly half the names are gone in one pass.
- Cheap to check — you can answer it by looking at a name rather than by counting inside it.
- Independent — it does not overlap with a clue you have already used, so it removes names the previous one left standing.
In practice the sharpest opener is usually a first letter, a surname feature such as a particle or a trade, or a position clue. The counting clues are powerful but slow, and they are best used when the field is already small.
The cost model, roughly
Think of your work as cards read rather than clues applied. Applying a clue to a field of fifty costs fifty reads. If that clue halves the field, the next clue costs twenty-five. Start with a weak clue that only removes a tenth, and the next clue still costs forty-five.
Over a chain of five clues the difference compounds. The order does not change the answer, only how many times you look at names that were never going to be the culprit.
A quick heuristic: before applying a clue, guess how many names it will remove. If the honest answer is “a few”, save it for later — it will be a fine finisher once the field is small.
When to break the rule
Two situations justify a weak clue early. First, when it is the only one you are certain you have read correctly — a confidently applied narrow clue beats a misapplied broad one. Second, on the marathon track, where every clue is deliberately gentle and there is no sharp opener to find.
There is also a social reason to work sharpest-first: it is the order that makes a puzzle explainable afterwards. You can say the name had to start with a B, and then it had to be a trade far more easily than you can reconstruct a random walk through the clue list.
Related reading
- How to solve a deduction puzzle without guessing — A five-step method for elimination puzzles: read the clue that cuts deepest first, work name by name, slow down for counting, and use the guarantee that exactly one answer survives.
- How to read letter clues quickly and correctly — What counts as a letter, what the puzzle ignores, and the scanning habits that make clues about first letters, missing letters and endings almost instant.
- Why the marathon track feels so different — Most difficulty comes from clues that are hard to apply. Marathon takes the opposite route: every clue is easy, there are simply a lot of them, and one slip costs the grid.