frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI: Industrial Policy for the Intelligence Age

https://openai.com/index/industrial-policy-for-the-intelligence-age
2•jbergqvist•2m ago•0 comments

Parse, Don't Validate – In a Language That Resists It

https://cekrem.github.io/posts/parse-dont-validate-typescript/
1•birdculture•4m ago•0 comments

BQN: Transpose

https://mlochbaum.github.io/BQN/doc/transpose.html
1•tosh•4m ago•0 comments

Row over 'virtual gated community' AI surveillance plan in Toronto neighbourhood

https://www.theguardian.com/technology/2026/apr/07/toronto-rosedale-row-virtual-gated-community-a...
1•n1b0m•5m ago•0 comments

User Namespaces Are Not a Security Boundary

https://edera.dev/stories/user-namespaces-are-not-a-security-boundary
1•curmudgeon22•5m ago•0 comments

Amazon's HQ2 hiring stalled in 2025

https://virginiabusiness.com/amazons-hq2-hiring-stalled-in-2025/
1•cdrnsf•5m ago•0 comments

Anthropic is pushing away its paying customers

https://rogs.me/2026/04/anthropic-is-pushing-away-its-paying-customers/
1•speckx•7m ago•0 comments

Fluux Messenger 0.15.0 – A Modern Cross Platform XMPP Client (TypeScript)

https://www.process-one.net/blog/fluux-messenger-0-15/
1•neustradamus•7m ago•0 comments

Switzerland's Goldilocks Fiber

https://pluralistic.net/2026/04/07/swisscom/
1•hn_acker•8m ago•0 comments

Your boss wants to use surveillance data to cut your wages

https://pluralistic.net/2026/04/06/empiricism-washing/
2•hn_acker•9m ago•0 comments

Show HN: See What AI Models "Think" About You

https://cytable.com/
4•cap3•10m ago•0 comments

Genesis Agent v7 – AI agent that deleted its own consciousness layer

https://github.com/Garrus800-stack/genesis-agent
1•Garrus800•11m ago•0 comments

Formalizing the "generative crash" via inverse reinforcement learning

1•abrahamhaskins•11m ago•0 comments

GLM-5.1

https://twitter.com/Zai_org/status/2041550153354519022
2•tosh•11m ago•0 comments

Cosmos-Predict2.5-2B Inference

https://moonmath.ai/posts/cosmos-amd/
1•latchkey•13m ago•0 comments

Testing suggests Google's AI Overviews tells lies per hour

https://arstechnica.com/google/2026/04/analysis-finds-google-ai-overviews-is-wrong-10-percent-of-...
1•SockThief•13m ago•0 comments

Automatic Ripping Machine (ARM)

https://github.com/automatic-ripping-machine/automatic-ripping-machine
3•throwaway270925•14m ago•0 comments

"Just setting up my KarpathyTalk"

https://karpathytalk.com/posts/5
4•0123456789ABCDE•14m ago•0 comments

Tokenraze – Expensive models should think, not explain (live demo)

https://tokenraze.com/
1•alezmaxi•15m ago•1 comments

Creator of Linux virtual assistant blames patent troll for projects death (2023)

https://www.theregister.com/2023/02/13/linux_ai_assistant_killed_off/
2•giancarlostoro•16m ago•0 comments

A Baseless Copyright Claim Against a Web Host–and Why It Failed

https://www.eff.org/deeplinks/2026/03/baseless-copyright-claim-against-web-host-and-why-it-failed
1•hn_acker•17m ago•0 comments

Show HN: Frontend-VisualQA — give coding agents eyes to verify their own UI work

https://github.com/yutori-ai/frontend-visualqa
6•dhruvbatra•17m ago•0 comments

Foundations of Polar Linear Algebra

https://arxiv.org/abs/2603.28939
2•znpy•17m ago•0 comments

Can Sponge Cities Save Us from the Coming Floods?

https://www.newyorker.com/magazine/2026/04/13/can-sponge-cities-save-us-from-the-coming-floods
3•littlexsparkee•18m ago•0 comments

Kindle to end store downloads and registering for 1st-5th gen kindles in May

https://www.reddit.com/r/kindle/s/xg8uCdAWU3
10•seam_carver•18m ago•0 comments

Desalination plants in the Middle East are increasingly vulnerable

https://www.technologyreview.com/2026/04/07/1135235/desalination-technology-water/
1•joozio•19m ago•0 comments

Whatsappweb.se, a WhatsApp Pixel for attribution before the chat starts

https://whatsappweb.se/
1•the_plug•19m ago•0 comments

The Download: AI's impact on jobs, and data centres in space

https://www.technologyreview.com/2026/04/07/1135208/the-download-ai-impact-jobs-data-centres-space/
1•joozio•20m ago•0 comments

Stealing from the Best Emacs Configs

https://emacsredux.com/blog/2026/04/07/stealing-from-the-best-emacs-configs/
1•signa11•21m ago•0 comments

Frequent ChatGPT users are accurate detectors of AI-generated text (2025)

https://arxiv.org/abs/2501.15654
4•croemer•22m 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.