← Back to context

Comment by vlatoshi

9 hours ago

this is so cool, i liked the musical instruments one!

would be super interested to hear more about the puzzle-making process too, is it fully automated with AI at this point or is there still a good amount of manual work and fine-tuning involved?

bookmarked already, can't wait to play tomorrow again

Thanks!

It’s a lot of manual work right now. I don’t use AI in the process. I think it could help with some of the brainstorming but I kind of like the human connection of making a puzzle and having people solve it.

Here’s the basic process.

My wife and I do this part together:

- Think of a theme

- Think of words related to that theme, ideally with a second meaning

- Think of clues for those words

Once we have a good set of clues I plug them into a program I wrote to make crosswords.

The program isn’t that smart. It tries making random crosswords. I run it 1500 times and then sort the results to get the best ones. This brute force approach works pretty well for how simple it is.

I pick the crossword I want and then I use another tool to split up and rearrange the tiles. This step could probably be automated but there’s some finicky logic to the best way to split up the tiles and it goes pretty fast manually.

I’ve been meaning to make a video of the process! I’ll share it here when I do