The Sentence Was Lying, So I Stopped Reading It
Cryptic Crossword Solving 🎮 Play: Anagram AvalancheSomeone had abandoned a newspaper on the back table at the chess club — the same table where, a night earlier, Marek unrolled a cloth goban and beat me four times before my tea cooled. Folded to the cryptic. A coffee ring over the top-left corner, and in the margin, in pencil: 1a beat me. I don’t normally touch these. They read like someone typed a sentence, deleted half the words, and dared you to complain. But I was waiting for an opponent, so I stared at 1a long enough to notice the sentence wasn’t a sentence. It was a machine pretending to be one.
Here is the whole mechanism, because once you see it you can’t stop.
A cryptic clue is two clues glued end to end. One half is an ordinary dictionary definition. The other half is wordplay — a set of instructions that builds the same answer a different way. Both point at one word. That redundancy is the entire point: you don’t guess and hope, you arrive twice and check that the two arrivals agree. Setters call the moment they meet the “penny drop.” It is the click of a mate-in-two resolving, except you built both sides yourself.
The catch is that nothing is labelled. So you need a parse routine.

- Read the enumeration first. The
(6)after the clue is not decoration; it’s the answer length, and it constrains everything. - The definition sits at one end of the clue — never buried in the middle. So the answer is defined by either the first word(s) or the last word(s). Two candidates, and you don’t yet know which.
- Find the device. A word in the middle doing something odd — suggesting disorder, or reversal, or containment — is almost always an indicator, not part of the definition.
- Match the wordplay to the enumeration. If the device is an anagram, count the letters of the nearby fodder; they must equal the enumeration exactly. This is your proof you’ve found the right mechanism.
Worked example. Take this clue:
Silent, unsettled recruit (6)
The surface reads like a nervous new soldier. Ignore that — the surface is a deliberate lie. Run the routine. Enumeration: six letters. Candidates for the definition are the ends: “Silent” or “recruit.” The middle word is “unsettled” — a disorder word, which is a textbook anagram indicator. So “unsettled” isn’t the definition; it’s an instruction to rearrange the letters beside it. The fodder next to it is “silent” — S, I, L, E, N, T — six letters, matching the (6). That leaves “recruit” as the definition, at the far end. Rearrange SILENT and you get ENLIST, which means to recruit. The two halves shake hands. Click.
Notice what the clue never needed: obscure vocabulary. It needed you to refuse the plain reading and ask what each word could be made to do.
Two things that ambush every beginner. First, there’s a small fixed cipher you simply have to learn, because a single word routinely stands for a single letter:
| Clue word | Means |
|---|---|
| sailor | AB, TAR |
| quiet / loud | P / F (piano, forte) |
| learner, novice | L |
| love, nothing, ring | O |
| point | N, S, E, W |
| queen | R, ER |
Not knowing that “point” is one letter is why a solvable clue can look like a locked door.
Second — and this is the debugging half — the surface is engineered to misdirect. “Flower” is usually not a bloom; it’s a thing that flows, a river (EXE, DEE, PO). “Number” can be a thing that numbs. The bug is never in the clue. It’s in the reading you assumed was correct, and the fix is always to re-read the word you were most confident about.
I annotated as I went — underlining the suspected definition, pencilling the device in the margin, writing the enumeration over the blank — which turns each clue into a worked position I could check. It also gives the same paper trail as a game score.
By the bus home I’d cracked eight of the across clues and none of the down. The grid is still mostly empty on my kitchen counter. What surprised me wasn’t the difficulty; it was the shape of the reward. A clue can resist for twenty minutes and then resolve in a single instant, with no fog of “probably right” — the two paths either meet or they don’t. I’m not used to certainty being the last thing to arrive.