from Hacker News

Show HN: Can you meld minds with AI and guess the same word?

by cwackerfuss on 5/9/25, 2:32 PM with 14 comments

I built a daily word association puzzle where you engage in a quiet, collaborative mind meld with AI. I'd love to have folks try it out and tell me what they think!

Here's how it works: 1. Enter your first word to reveal the AI's word of the day. 2. Don't think too hard about it. It's just a starting point. 3. Both of you think of a word that connects the two. 4. To win, you need to say the same word. 5. You have 8 guesses to converge. 6. Need a hint? The AI will drop a riddle in your final two guesses.

HOW DOES IT WORK? After the user_word + ai_word are submitted, I trigger two separate LLM calls which return structured data that I use to advance the game: 1. `evaluate_match`: this reasons about the match to decide if it should be counted as a convergence, and returns the reasoning, a bool, and a similarity score (this is what powers the rings that get further/closer to eachother in the game background and the green squares in the share results) 2. `guess_word`: this takes the two words, reasons about what a good next word might be, and returns the reasoning and new word.

I store the new word without revealing it to the user, so that after the user has time to decide and input their word, the AI has already had its next word selected since the last round ended.

I used BAML with OpenRouter to quickly iterate on prompts and easily switch between LLMs to compare outputs. I settled on gemini-2.0-flash as the right combination of quality, speed, and cost.

  • by zahlman on 5/9/25, 3:00 PM

    You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
  • by apheliosos on 5/9/25, 2:57 PM

    Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
  • by nosmokewhereiam on 5/9/25, 2:37 PM

    I need the answer if I fail...

    Otherwise super fun and unique! Well done, thank you for sharing this.

  • by bogconst3 on 5/9/25, 3:05 PM

    Fun and easy to play!
  • by elpocko on 5/9/25, 4:41 PM

    I will not come every day to play your "daily" game. I may look at it once and never come back, because I refuse to be held hostage by your artificial restriction (not to say preemptive enshittification) of getting one play per day.