frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What was it like for programmers when spreadsheets became ubiquitous?

1•yodaiken•3m ago•0 comments

Is this real? Susceptibility to deepfakes in machines and humans

https://link.springer.com/article/10.1186/s41235-025-00700-y
1•PaulHoule•3m ago•0 comments

The Price of College [video]

https://www.youtube.com/watch?v=qiAZd_Ut9sg
1•gmays•3m ago•0 comments

Reddit Post 3

https://old.reddit.com/r/PisequaltoNP/comments/1rtu4j5/solving_monotone_sat_in_om_log_n_via_binary/
1•KaoruAK•5m ago•0 comments

Kalverion Bot Overdraft Stopper new release

https://github.com/bisbeebucky/ai-bot/
1•aajjwww•5m ago•1 comments

Expanding Ecosystems (Michigan)

https://midwesthumble.substack.com/p/expanding-ecosystems
1•rmason•6m ago•0 comments

Please don't write about AI with AI

1•Arete314159•6m ago•0 comments

The medical advice on peanut allergies flipped in a generation

https://www.cbc.ca/lite/story/9.7125919
1•colinprince•9m ago•0 comments

Microservices: Shackles on Your Feet

https://howtocenterdiv.com/beyond-the-div/microservices-shackles-on-your-feet
2•birdculture•15m ago•0 comments

Bellingcat: The Osint Gatekeepers Who Can't Secure Their Own Site

https://ringmast4r.substack.com/p/the-osint-gatekeepers-who-cant-secure
3•mostcallmeyt•19m ago•1 comments

Daily pill may cure deadly sleep disorder that affects 84M people

https://www.dailymail.co.uk/health/article-15643615/pill-cure-sleep-apnea-CPAP-breathing.html
3•Bender•19m ago•0 comments

Ask HN: How do you find collaborators?

1•voidss•20m ago•1 comments

Iran war's Qatari Helium production disruption is a blow to chipmakers like TSMC

https://finance.yahoo.com/news/iran-war-could-wreak-havoc-on-farmers-create-a-potential-bottlenec...
1•spenvo•20m ago•0 comments

Meta reportedly plans layoffs as AI costs increase

https://www.theguardian.com/technology/2026/mar/13/meta-layoffs-ai
4•saikatsg•21m ago•0 comments

Do you ship vibe coded apps with security issues?

https://usevibescore.com
1•terrythreatt•22m ago•1 comments

US told to brace for extreme weather in every single state

https://www.dailymail.co.uk/news/article-15645675/us-extreme-weather-forecast-weekend-heat-polar-...
1•Bender•22m ago•0 comments

Where Censored Words Find a Safe Haven: Inside Minecraft

https://www.nytimes.com/2026/03/11/arts/minecraft-uncensored-library-united-states.html
1•bookofjoe•25m ago•1 comments

The Washington Post Is Using Reader Data to Set Subscription Prices

https://washingtonian.com/2026/03/12/the-washington-post-is-using-reader-data-to-set-subscription...
2•kklisura•25m ago•0 comments

Postgres Is the Gateway Drug

https://viggy28.dev/article/postgres-gateway-drug/
6•vira28•26m ago•1 comments

Back End Aggregation Enables Gigawatt-Scale AI Clusters

https://engineering.fb.com/2026/02/09/data-center-engineering/building-prometheus-how-backend-agg...
1•y1n0•26m ago•0 comments

Library of Short Stories

https://www.libraryofshortstories.com/
1•debo_•27m ago•0 comments

Millennium Challenge: Iran Destroyed America in a War Game

https://nationalinterest.org/blog/reboot/millennium-challenge-iran-destroyed-america-war-game-197261
1•vrganj•27m ago•0 comments

AI Codemods for Secure-by-Default Android Apps

https://engineering.fb.com/2026/03/13/android/ai-codemods-secure-by-default-android-apps-meta-tec...
1•y1n0•28m ago•1 comments

Book: The Emerging Science of Machine Learning Benchmarks

https://mlbenchmarks.org/00-preface.html
1•jxmorris12•28m ago•0 comments

Pipechart – pipe any JSON into your terminal and get a chart, zero dependencies

https://github.com/davitotty/pipechart
1•Davitotty1•29m ago•0 comments

Show HN: An Open-Source Yoto Toy with Qwen3-TTS

https://github.com/akdeb/open-toys
2•akadeb•31m ago•1 comments

My fireside chat about agentic engineering at the Pragmatic Summit

https://simonwillison.net/2026/Mar/14/pragmatic-summit/
2•lumpa•34m ago•0 comments

My Wish for Software Engineering

https://arnoldkling.substack.com/p/my-wish-for-software-engineering
2•paulpauper•35m ago•0 comments

Claude Doubles Usage Limits During Off-Peak Hours (March 13–27, 2026)

https://support.claude.com/en/articles/14063676-claude-march-2026-usage-promotion
1•weldu•35m ago•0 comments

Glow: Render Markdown on the CLI, with Pizzazz

https://github.com/charmbracelet/glow
1•thunderbong•35m 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•10mo 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•10mo ago
I need the answer if I fail...

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

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