frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Beijing humanoid robot half-marathon

https://www.youtube.com/watch?v=NwBK8EH5KlY
1•Animats•6m ago•0 comments

The Flipper Zero is now rewriting electronic price tags (The Verge)

https://www.theverge.com/tech/912713/the-flipper-zero-is-now-rickrolling-electronic-price-tags-at...
1•hackerfizh•9m ago•0 comments

We ran 1,000 queries through ChatGPT: 48 domains produced 22.5% of citations

https://growtika.com/blog/chatgpt-citation-economy
1•Growtika•12m ago•0 comments

Book Summary: "Essentialism" by Greg McKeown

https://nielsbohrmann.com/essentialism-book-summary/
1•dsego•12m ago•0 comments

GitHub – Merit-Systems/Echo: The User Pays AI SDK

https://github.com/Merit-Systems/echo
2•fagnerbrack•23m ago•0 comments

Show HN: Fuelgauge – a Claude Code status line that doesn't need Node

https://github.com/adityaarakeri/fuelgauge
2•humblejedi•25m ago•0 comments

Third Place

https://en.wikipedia.org/wiki/Third_place
1•thunderbong•26m ago•0 comments

Meta to cut 8k jobs 10% of workforce in major bloodbath next month

https://nypost.com/2026/04/17/business/meta-to-cut-8000-jobs-in-major-bloodbath-next-month-report/
4•1vuio0pswjnm7•32m ago•1 comments

Prefill-as-a-Service:KVCache of Next-Generation Models Could Go Cross-Datacenter

https://arxiv.org/abs/2604.15039
2•matt_d•34m ago•0 comments

Ultrafast spectral primes generator (Python code)

https://github.com/model-vpr/ultrafast-spectral-primes
2•vpr-research•44m ago•0 comments

Generative artificial intelligence for computational chemistry

https://arxiv.org/abs/2409.03118
1•bdg•48m ago•0 comments

Design.md

https://github.com/VoltAgent/awesome-design-md
1•granto•49m ago•0 comments

Chernobyl's last wedding: The couple who married as a nuclear disaster unfolded

https://www.bbc.com/news/articles/c0q92lx8q75o
1•1659447091•50m ago•0 comments

Cheng Li-Wun: From Hunger Strike for Taiwan Independence to Meeting Xi Jinping

https://taiwan.md/en/people/cheng-li-wun/
1•salkahfi•50m ago•0 comments

Breakthrough Prize Announces 2026 Laureates

https://breakthroughprize.org/News/98
1•diwank•51m ago•0 comments

Show HN: AgentKey – Access governance for AI agents

https://agentkey.dev
2•cracadumi•52m ago•1 comments

Study suggests some Alzheimer's symptoms may begin outside the brain

https://medicalxpress.com/news/2026-04-alzheimer-symptoms-brain.html
2•bookmtn•53m ago•0 comments

2026 humanoid robot half-marathon kicks off in Beijing [video]

https://www.youtube.com/watch?v=zqgc9C3cC6U
1•kasperni•1h ago•0 comments

Master of chaos wins $3M math prize for 'blowing up' equations

https://www.scientificamerican.com/article/master-of-chaos-wins-usd3m-math-prize-for-blowing-up-e...
1•tzury•1h ago•0 comments

The next food crisis may have begun

https://www.irishtimes.com/world/middle-east/2026/04/16/the-worlds-next-food-crisis-may-have-alre...
3•measurablefunc•1h ago•0 comments

Shanghai Relocates Neighbourhood with Robots (2025)

https://parametric-architecture.com/shanghai-relocates-7500-ton-shikumen-complex-with-robots/
1•thenthenthen•1h ago•0 comments

Berkeley EECS undergraduate TAs paid $89-102/HR

https://twitter.com/minilek/status/2045632119087448164
2•osnium123•1h ago•1 comments

Show HN: Fuelgauge – a Claude Code status line that doesn't need Node

https://github.com/adityaarakeri/fuelguage
1•humblejedi•1h ago•1 comments

Ask HN: Which IDE are you using?

1•wasimsk•1h ago•3 comments

Trump orders fast tracking review of psychedelics for mental health disorders

https://www.npr.org/2026/04/18/nx-s1-5789859/psychedelic-treatments-mental-health
6•mikhael•1h ago•1 comments

Show HN: Customer Reviews can be represented through Voice capture/generation

https://customersvoices.com
1•Zavora•1h ago•0 comments

Garbage Collection Without Unsafe Code

https://fitzgen.com/2024/02/06/safe-gc.html
2•foota•1h ago•0 comments

First trailer released for western starring AI version of Val Kilmer

https://www.theguardian.com/film/2026/apr/16/first-trailer-released-for-ai-val-kilmer-western
1•breve•1h ago•1 comments

Ask HN: Where do I submit a bug report for Windows Snipping Tool?

1•pests•1h ago•0 comments

Thiel-backed startup develops AI to adjudicate the truth of journalism

https://techcrunch.com/2026/04/15/can-ai-judge-journalism-a-thiel-backed-startup-says-yes-even-if...
2•ZunarJ5•1h ago•2 comments
Open in hackernews

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

https://www.convergegame.com/
11•cwackerfuss•11mo 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•11mo ago
I need the answer if I fail...

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

cwackerfuss•11mo 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•11mo ago
Awesome job. Enjoyed playing this with my girl. Perhaps you can expose previous day puzzles for us to catch up on?
cwackerfuss•11mo ago
It's on my list for sure. Thanks for the message!
zahlman•11mo ago
You do, of course, restrict the user's input to a single word before showing it to the AI (to avoid jailbreaks)?
cwackerfuss•11mo ago
Others have tried and failed to jailbreak it. Give it a shot if you're keen and post results here.
cwackerfuss•11mo 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•11mo ago
Fun and easy to play!
cwackerfuss•11mo ago
Thanks glad you like it!
elpocko•11mo 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•11mo ago
ever heard of Wordle?
elpocko•11mo 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•11mo 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•11mo 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.