Hacker News new | ask | show | jobs
by simantel 291 days ago
I had no luck generating full-size, NYT-style puzzles, but was able to generate 5x5 minis!

I pre-defined a handful of layouts (minis generally just have corners blacked out), and brute-forced puzzles with all 4 or 5-letter words (depending on the space available, given the blacked-out squares) using a word list from Wordnik. I used an LLM to generate clues.

1 comments

Yeah, it seems the general consensus is that LLMs can't generate large newspaper style crosswords.

For now I will just use Phil to build mini puzzles and try using an LLM to help generate clues. Thanks.