frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

PyPy v7.3.22

https://pypy.org/posts/2026/04/pypy-v7322-release.html
1•tosh•1m ago•0 comments

Parents say ChatGPT got their son killed with bad advice on party drugs

https://www.theverge.com/ai-artificial-intelligence/928691/openai-chatgpt-wrongful-death-overdose
1•1vuio0pswjnm7•3m ago•0 comments

The Path Not Taken: Duality in Reasoning about Program Execution

https://arxiv.org/abs/2604.20917
1•PaulHoule•3m ago•0 comments

The tipping point: what happens when deaths outnumber births?

https://www.theguardian.com/world/ng-interactive/2026/may/02/what-happens-when-deaths-outnumber-b...
4•rwmj•3m ago•0 comments

AI Will Make the Academic Article Obsolete

https://www.chronicle.com/article/ai-will-make-the-academic-article-obsolete
1•Hooke•4m ago•0 comments

SpaceX and Google Are in Talks to Launch Data Centers in Orbit

https://www.wsj.com/tech/spacex-google-in-talks-to-explore-data-centers-in-orbit-7b7799e2
1•simonebrunozzi•5m ago•0 comments

Show HN: CircadianLab – Browser-based radiosity lighting simulator (WebGPU)

https://www.innerscene.com/tools/circadian-lab
1•jclarkcom•6m ago•0 comments

Show HN: DualDoc – A text editor for the AI age

https://www.dualdoc.xyz
1•jdbiggs•8m ago•0 comments

Show HN: Cutting our credential bulk-import from 17 minutes to 2

https://certscore.org/blog/from-17-min-to-2-min
1•rajatrv•9m ago•0 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

1•namanyayg•9m ago•0 comments

Exim 4.99.3 – SMTP Mail Server – Message Transfer Agent (MTA)

https://lists.exim.org/lurker/message/20260512.145700.55e61dbb.en.html
1•neustradamus•10m ago•0 comments

The Shared Feeling of Being Harvested by the Future

https://www.nytimes.com/2026/05/12/opinion/us-china-ai-future.html
1•littlexsparkee•10m ago•0 comments

MS SQL Arrow

https://devblogs.microsoft.com/python/introducing-apache-arrow-support-in-mssql-python/
2•gritspants•12m ago•1 comments

Trump Moves to Open National Parks, Other Federal Lands, to More Hunting

https://cowboystatedaily.com/2026/05/11/trump-moves-to-open-national-parks-other-federal-lands-to...
2•Bender•12m ago•0 comments

Microsoft researchers find AI models and agents can't handle long-running tasks

https://www.theregister.com/ai-ml/2026/05/11/microsoft-researchers-find-ai-models-and-agents-cant...
2•Bender•12m ago•1 comments

Amazon employees are "tokenmaxxing" due to pressure to use AI tools

https://arstechnica.com/ai/2026/05/amazon-employees-are-tokenmaxxing-due-to-pressure-to-use-ai-to...
7•Bender•13m ago•1 comments

Spotify Is Down

1•circadian•14m ago•0 comments

Show HN: Atlas- Local-first AI code reviewer for Claude, Codex, OpenCode, Cursor

https://www.atlasengine.dev/
1•avinashpdy•15m ago•0 comments

Natural Language Autoencoders: Inside Claude's Activations

https://philippdubach.com/posts/what-claude-thinks-but-doesnt-say/
3•7777777phil•15m ago•0 comments

Beewolf

https://en.wikipedia.org/wiki/Beewolf
1•dr_girlfriend•16m ago•0 comments

Linux bitten by second vulnerability in as many weeks

https://arstechnica.com/security/2026/05/linux-bitten-by-second-severe-vulnerability-in-as-many-w...
1•Brajeshwar•16m ago•0 comments

The unspoken cost of bad communication

https://productnow.ai/blogs/silent-tax-of-bad-communication
1•kadhirvelm•17m ago•1 comments

The agent principal-agent problem

https://crawshaw.io/blog/agent-principal-agent
1•brimtown•18m ago•0 comments

Netflix sued by Texas AG for alleged surveillance, addictive features

https://www.politico.com/news/2026/05/11/netflix-sued-by-texas-ag-for-alleged-surveillance-addict...
2•1vuio0pswjnm7•18m ago•1 comments

The 3-people locked in the room – an experimentation

https://medium.com/doctolib/the-3-people-locked-in-the-room-an-experimentation-4c7a9b2d6def
1•rognjen•18m ago•0 comments

Red Button, Blue Button: Teaching humans and AI to Supercooperate

https://softmax.com/blog/red-button-blue-button
2•yatharth•19m ago•2 comments

California Mayor Resigns, Admitting to Being an Agent for China

https://time.com/article/2026/05/12/arcadia-california-mayor-eileen-wang-agent-china/
4•luispa•19m ago•0 comments

How to Achieve Serverless GPUs

https://modal.com/blog/truly-serverless-gpus
5•charles_irl•19m ago•0 comments

Harvard Students Furious over Plan to Crack Down on Grades

https://www.bloomberg.com/news/articles/2026-05-12/harvard-grade-inflation-plan-to-limit-a-marks-...
1•helsinkiandrew•19m ago•0 comments

Sam Altman takes the stand to testify in Musk suit: Live updates

https://www.cnbc.com/2026/05/12/openai-trial-updates-sam-altman-set-to-testify-in-musk-suit.html
1•1vuio0pswjnm7•19m ago•0 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.