frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The choices we make about AI now are critical

https://www.gatesnotes.com/home/home-page-topic/reader/a-turbulent-ai-era-and-critical-choices-to...
1•kristianp•2m ago•0 comments

Social Link Vault – Local-first Android bookmark manager (Never forget a link))

https://play.google.com/store/apps/details?id=com.yzh.social_link_vault_ai&hl=en_US
1•yhammadieh•2m ago•0 comments

DRM/xe: Don't hand out the flat CCS storage as usable VRAM

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=818bebeb63dd6bf5f4e...
1•DarmokJalad1701•3m ago•0 comments

Centuries-old hunger stones are emerging as Europe's rivers recede

https://www.dw.com/en/hunger-stones-the-history-behind-if-you-see-me-weep/a-78345729
1•divbzero•4m ago•0 comments

In Hilbert Space, All Things Are Quantumly Possible

https://www.quantamagazine.org/in-hilbert-space-all-things-are-quantumly-possible-20260826/
1•pykello•5m ago•0 comments

Bootstrappable Builds: How and Why

https://lwn.net/Articles/1088279/
1•pykello•5m ago•0 comments

How to Spot a Psychopath

https://www.theguardian.com/science/2026/aug/27/how-to-spot-a-psychopath-its-like-the-difference-...
1•sandebert•11m ago•0 comments

Edit PDFs Online for Free

https://editpdfsonlinefree.com/
1•bobby2shorts•19m ago•0 comments

Dominion spent nearly $600K at State House before seeking rate hike

https://www.thestate.com/news/politics-government/article315469742.html
1•newsomix9xl•23m ago•1 comments

Pnpm 12.0

https://pnpm.io/blog/releases/12.0
2•jcbhmr•26m ago•0 comments

Show HN: YASS – Open-source stock screener with point-in-time backtesting

https://github.com/jamesjxliao/yass
3•52h316g•33m ago•0 comments

US Army to spend $2B nuclear microreactors for bases

https://www.dw.com/en/us-army-to-spend-2-billion-nuclear-microreactors-for-bases/a-78518374
2•rustoo•35m ago•0 comments

Ask HN: Would you pay for an AI API that guarantees zero prompt retention?

3•mhrnik•36m ago•3 comments

Data Centers Preserved Their $2B Virginia Tax Break

https://news.bloombergtax.com/daily-tax-report-state/how-data-centers-preserved-their-2-billion-v...
2•newsomix9xl•40m ago•0 comments

Show HN: Historical daily weather for any US ZIP code Python Package

https://github.com/gojiplus/get-weather-data
3•neehao•41m ago•0 comments

Who Wins as Intelligence Commodifies?

https://www.strangeloopcanon.com/p/who-wins-as-intelligence-commodifies
2•abrbhat•44m ago•0 comments

IncSFS: Incremental Full-Sparse Flow-Sensitive Pointer Analysis for C/C++

https://arxiv.org/abs/2608.24391
2•matt_d•44m ago•0 comments

Show HN: Simple Fax Sending Website

https://www.perpagefax.com/
2•engintekin•46m ago•0 comments

Show HN: MLSentinel – monitor ML models and catch failures early

https://www.mlsentinel.dev/
2•drdoom_2007•46m ago•0 comments

XBlade 25.1.17 competes directly with Wayland's sandboxing, exceeding parity

https://git.sr.ht/~bhyvxe/xblade
2•icmpkitty•47m ago•0 comments

Qwen/Qwen3.8-Flash-Next · Hugging Face

https://huggingface.co/Qwen/Qwen3.8-Flash-Next
3•manojbajaj95•48m ago•0 comments

Row over weight of half a loaf leaves German baker with €15,000 bill

https://www.euronews.com/my-europe/2026/08/26/row-over-weight-of-half-a-loaf-leaves-german-baker-...
2•throwaway2037•49m ago•0 comments

1,000 missing after catastrophic floods caused by a glacial collapse

https://apnews.com/article/climate-change-nepal-tibet-glacier-collapse-floods-61b592d428e4631add3...
4•geox•50m ago•0 comments

Show HN: Stellamap, live 3D map of the solar system with real spacecrafts

https://www.stellamap.net
2•alecavaz•55m ago•0 comments

A Nice, Simple Product

https://magic984128.substack.com/p/a-different-way-to-look-at-a-photo
2•magic520•1h ago•0 comments

Other People – Neil Gaiman

https://xpressenglish.com/our-stories/other-people/
2•barry-cotter•1h ago•0 comments

Show HN: AI chat app build specifically for kids (howcomet.com)

https://howcomet.com/
2•hkbarton•1h ago•0 comments

Don't Let LLMs Play Telephone with Your Ideas

https://blog.yfzhou.fyi/posts/prompt/
3•crazylogger•1h ago•0 comments

A one sentence skill for ASD STE 100 – 58% cheaper with similar eval scores

https://whoislewys.com/blog/2026/08/20/simpler-english/
3•whoislewys_1•1h ago•0 comments

Jira and Confluence Are Both Down

https://jira-software.status.atlassian.com/incidents/jv8mdjyh9cn7
5•thelibrarian•1h ago•3 comments
Open in hackernews

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

https://www.convergegame.com/
11•cwackerfuss•1y ago
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.

Comments

nosmokewhereiam•1y ago
I need the answer if I fail...

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

cwackerfuss•1y ago
Thank you! The solution is when user_word === ai_word, so there isn't technically an "answer." The only pre-determined word in the game is the first word the AI chooses, which is the same word for all players, each day.
apheliosos•1y ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss•1y ago
It's on my list for sure. Thanks for the message!
zahlman•1y ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss•1y ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss•1y ago
But to answer your question - yes the string must contain only valid english letters and must be between 2-25 characters in length. If you can jailbreak the system with those constraints I salute you!
bogconst3•1y ago
Fun and easy to play!
cwackerfuss•1y ago
Thanks glad you like it!
elpocko•1y ago
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.
cwackerfuss•1y ago
ever heard of Wordle?
elpocko•1y ago
You mean that one game that actually managed to pull off the game-a-day scheme four years ago through clever design and simple gameplay? The game with the inherently player-hostile scheme that's still inspiring thousands of talentless hacks on the internet? The actual successful game that attracted millions of copycat losers? Nope, never heard of it.
cwackerfuss•1y ago
Just wait until I tell you about your local newspaper’s Sunday crossword.

I built this game for fun. There are no ads, and I currently cover the LLM costs myself.

I’m not sure why you’re being so hostile toward the idea of a daily puzzle game. Wouldn’t it make more sense, ideologically, to direct your criticism at pay-to-win games designed to keep you playing for hours a day? This is a simple daily puzzle — a two-minute break that never asks for more of your time. How is that even remotely comparable?

elpocko•1y ago
You showed your game and asked for feedback. I gave you honest feedback: I won't play your "daily" game, because I think the "daily" aspect is an unnecessarily enforced, inherently player-hostile, mindlessly imitated anti-feature that's of no use to anyone.

Congratulations on making the game, I know it's hard to finish and release something. I wish you luck.