Techniques

Which technique is this puzzle asking for

How to read a fresh hard Sudoku and predict which intermediate technique will break it open before you've placed a single digit.

Published 6 min read

A useful skill that takes a while to develop: looking at a fresh hard Sudoku and predicting, before you've placed a single digit, which intermediate technique it's going to need from you. Most solvers don't do this consciously, but most experienced solvers do it implicitly — they sense within the first thirty seconds whether the puzzle is going to want pairs, pointing pairs, X-wings, or something more exotic, and they calibrate their pace accordingly.

This piece is about making that prediction conscious — what to look for, what each pattern in the givens tells you, and how to use the prediction to solve faster.

The givens as a tell

Every hard Sudoku is constructed to require specific techniques. The puzzle constructor places the givens to ensure that at least one mid-level move is necessary for a unique solution. The pattern of givens carries information about which moves those will be — not perfectly, but enough that an attentive opening scan changes which scanning habits you bring to the rest of the puzzle.

Three things to look at in the first thirty seconds:

Digit distribution. Count which digits are placed and how often. A puzzle where one or two digits are heavily placed (six or more givens each) usually surfaces moves through those digits — pointing pairs, hidden singles in the units they're missing from, and box-line interactions where their constraint structure is already tight. A puzzle where every digit has roughly the same count (three or four placements each) is the hard-techniques signature: the puzzle has been calibrated to spread the constraint, and the moves will be in the cross-cutting patterns rather than in any single digit's coverage.

Box density. Look at which boxes are densely given (five or six) and which are sparse (one or two). A puzzle with most density in three boxes typically solves locally — the early placements come from the dense boxes, and the moves cascade outward. A puzzle with even density across all boxes is asking for grid-spanning techniques; the moves won't be local, and you'll need unit-first scanning earlier than usual.

Symmetry. Most hard puzzles are constructed with rotational symmetry in their givens — the pattern of placed cells is symmetric, even if the digits in those cells aren't. The symmetry isn't itself a hint about technique, but breaks in the symmetry can be: an asymmetric puzzle is often hand-constructed and may have a particular technique built in deliberately. Most algorithmically-generated hard puzzles are symmetric, so an unusual asymmetric one is worth slowing down for.

Reading specific patterns

A few specific tells worth knowing.

A digit with seven givens. Pretty much guaranteed to surface a hidden single early — probably in your first three or four placements. The puzzle wants you to find the eighth and ninth placements of the digit by elimination, and the structure is usually obvious. Plan for these placements first.

Two adjacent boxes with three or four givens each, but no shared digits. Strong tell for a pointing pair somewhere in the connecting line. The constraint structure forces a digit's candidates in one box into a specific row or column, and the pointing pair surfaces from there.

Symmetric placement of a digit in two non-adjacent boxes. Particularly when the digit has only two givens and they're placed symmetrically in opposite corners of the grid — this is a tell for a possible X-wing on that digit, with the two missing rows or columns becoming the X-wing's home.

Sparse coverage in one row or column (one or two givens out of nine). The row or column will probably hold a naked or hidden pair mid-puzzle — the constraint hasn't been tightened by the givens, so it'll have to be tightened by the techniques.

Dense coverage of digits 1-3 but sparse coverage of 7-9. Common signature of medium puzzles upgraded toward hard. The puzzle will solve cleanly through the placed digits and then stick on the upper-half digits, which will surface through pairs and triples. Expect the half-finished-grid moment.

Calibrating pace

The prediction does practical work because it changes how you scan and how you place.

If you've predicted the puzzle wants pointing pairs in a particular box-line region, you scan that region first when the early placements run out. If you've predicted an X-wing, you start unit-first scanning by digit earlier than you would otherwise. If the puzzle looks like it wants pairs, you pencil-mark the most-constrained cluster as soon as obvious moves stop appearing, rather than continuing to scan for hidden singles that may not exist.

Most experienced solvers don't articulate any of this. They just look at the puzzle, get a feeling about which scanning mode it wants, and adjust. The articulation is mostly useful for solvers who want to make the implicit prediction explicit so they can practise it deliberately.

When the prediction is wrong

You'll be wrong fairly often, especially early on. A puzzle that looks like it wants X-wings sometimes turns out to want a coloring chain instead. A puzzle that looks like it'll surface a pointing pair sometimes resists the pointing pair and asks for a naked triple instead. The prediction is a probabilistic prior, not a guarantee.

Wrong predictions aren't expensive — the worst case is that you scanned for a technique that wasn't there, which costs you maybe ninety seconds of false-negative time. Right predictions are cheap and additive — the savings compound across the rest of the puzzle, because you found the move faster than you would have without the prior.

The skill develops with practice. After a few hundred hard puzzles, the prediction becomes accurate often enough that it's noticeably useful. Before that point, the practice itself is what makes the eye sharper, even when the predictions don't pan out. Sudoku improvement is mostly the slow tuning of perceptual habits like this — small priors that lower the cost of looking, applied across thousands of small acts of looking. The prediction habit is one of the smallest and one of the most reliable.

Related reading