How to Use ChatGPT to Solve Puzzle Games
Updated June 2026 · 7 min read
ChatGPT and Claude can be surprisingly good puzzle assistants — if you prompt them right. They can also be hilariously, confidently wrong. This guide shows the techniques that actually work for the puzzles people play most, with copy-paste prompts you can use today.
Which puzzles AI is actually good at
✓ Wordle / Quordle
Strong with good prompting — needs you to give full state.
✓ NYT Connections
Excellent at finding category themes once you list the 16 words.
✓ Crosswords
Great for individual clues, weaker at full-grid constraint solving.
△ Sudoku
Mediocre without code execution. Excellent with code interpreter.
✓ Logic riddles
Modern reasoning models handle these well.
✗ Image puzzles
Reading hand-drawn grids is hit-or-miss. Type them out instead.
The 4-step formula that works for any puzzle
- Pick the right model. Reasoning models (GPT-4o, Claude 3.5 Sonnet, o1) crush plain ones. For math-heavy puzzles, enable code interpreter.
- Describe state precisely. Give the AI exactly what's on screen — current guesses, known constraints, allowed moves.
- Demand reasoning. Add "explain step by step" and "check your answer against the constraints before finalizing."
- Verify. Always sanity-check the output before you submit. Models hallucinate confidently.
Wordle: the prompt that actually works
The mistake people make is just typing "what should I guess in Wordle today?" The model doesn't know today's puzzle. Give it your state instead.
The "double-check" line is the magic — it makes the model self-correct before committing. Without it, you'll see plenty of "ROBIN" suggestions when the third letter has to be "I" and the fourth has to be "R."
NYT Connections: AI's best puzzle
Connections is genuinely well-suited to language models because it's about finding semantic relationships — exactly what these models do natively.
Tip: if the first answer feels off, ask "what's a less obvious grouping that could also work?" — Connections often has a tricky purple category that trips models up.
Crossword clues
For one-off clues, AI is fast and usually right. The trick is giving it the letter pattern.
For a full crossword, paste in all the clues you've solved and ask the model to suggest answers for the rest based on the cross-letters. Don't expect it to solve a hard NYT Saturday in one shot — but it'll get most of an easy one.
Sudoku: use code interpreter, not vibes
Plain ChatGPT solving Sudoku by hand is unreliable. With Python execution enabled, it's effectively perfect.
Logic riddles and lateral-thinking puzzles
Reasoning models like Claude 3.5 Sonnet and GPT-4o handle these well, but they need the full puzzle text and explicit instruction to think step by step.
Better prompts in 30 seconds
Use our free AI Prompt Generator to build structured prompts. For puzzle prompts, pick "task: solve" + "format: step-by-step reasoning" + add your constraints.
5 mistakes to avoid
- Asking "what's today's Wordle answer?" — the model doesn't know. It'll guess and lie confidently.
- Skipping the state. "I tried CRANE and SHIRT, help me" isn't enough. List exactly which letters were green / yellow / gray.
- No verification step. Always add "double-check your answer satisfies every constraint." This single line catches most errors.
- Using vision for typed puzzles. Image input adds errors. If the puzzle is text, type it.
- Trusting Sudoku output without code. Hand-reasoned Sudoku is where models hallucinate most.
Is this cheating?
For solo daily puzzles, it's a personal call. Most people use AI as a hint engine — try yourself first, ask AI when stuck, learn the pattern. That's closer to how chess players use engines for analysis: not to "win," but to understand. In competitions, school work, or anywhere a leaderboard is involved, assume it's off-limits unless explicitly allowed.