frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Universe Splitter

https://www.aerfish.com/universe-splitter
1•e-dant•5m ago•0 comments

Dataland

https://www.wallpaper.com/art/exhibitions-shows/dataland-the-museum-of-ai-arts-los-angeles-review
1•andsoitis•5m ago•0 comments

Making Referential Stability a Type

https://jovidecroock.com/blog/referential-stability-types/
1•acmnrs•6m ago•0 comments

Show HN: I built a static verifier for OpenCode to stop unsafe AI tool calls

https://github.com/albertjoseph0/opencode-plugin-guardians
1•abj908•7m ago•0 comments

(Life) Advice From The Creator of C++ [video]

https://www.youtube.com/watch?v=-QxI-RP6-HM
1•amarbirsingh•7m ago•0 comments

The Economics of Responsibility

https://abacus2007ac1.io/blog/20260727-economics_of_responsibility/
1•weakened_malloc•10m ago•0 comments

3blue1brown: How a Mandelbrot set arises from Newton's work

https://www.3blue1brown.com/?topic=fractals&lesson=holomorphic-dynamics
1•ninju•13m ago•0 comments

The Rise of the Deserving Rich

https://www.economist.com/finance-and-economics/2026/07/23/the-rise-of-the-deserving-rich
1•Jiahang•15m ago•0 comments

Show HN: Taetype 1.0 – decode, subset, shape, rasterize fonts, zero unsafe

https://github.com/silly-tae/taetype
1•silly-tae•15m ago•0 comments

How Dubai, New York, Paris and Shenzhen are building their flying-taxi networks

https://monocle.com/business/transport/which-cities-flying-taxis-companies/
1•andsoitis•17m ago•0 comments

Modeling Facts and Reactions with Domain Events

https://deniskyashif.com/2026/07/25/modeling-facts-and-reactions-with-domain-events/
2•thunderbong•18m ago•0 comments

Show HN: Neubook – An ePub reader with reading focus features

https://neubook.app/
1•bibin765•18m ago•0 comments

The old-school way of keeping the summer heat out of your home

https://monocle.com/design/architecture/keeping-your-home-cool-without-air-conditioning/
2•andsoitis•19m ago•3 comments

The 3F Bell Designer

https://msp.ucsd.edu/ideas/2020.06.05.bell-designer/README.htm
1•jruohonen•20m ago•0 comments

"Zuzai" is to AI what vegan is to animal products

https://zuzai.org/
1•flitzofolov•24m ago•1 comments

Show HN: Experimental multi-head window manager made for programmatic use

https://github.com/cookiengineer/hydra
1•cookiengineer•25m ago•0 comments

Show HN: Vxpix – $50 Lifetime Screenshot API (No Subscriptions)

https://tool.vxpix.com/
1•vxpix•30m ago•0 comments

Interzone Digital

https://jmtd.net/log/interzone/digital/
1•jruohonen•36m ago•0 comments

Show HN: Read what your remote agent wrote (Markdown/image) from Mac menu bar

https://lx2026.github.io/RelayBar/
1•linxy97•36m ago•0 comments

PortAudio

https://portaudio.com/
1•gregsadetsky•42m ago•0 comments

The Art of Ham Radio

https://newcriterion.com/dispatch/the-art-of-ham-radio/
2•jruohonen•47m ago•0 comments

Mental Illness, Mass Shootings, and the Politics of American Firearms (2015)

https://pmc.ncbi.nlm.nih.gov/articles/PMC4318286/
4•downbad_•48m ago•0 comments

Today's JavaScript, from an outsider's perspective (2020)

https://lea.verou.me/blog/2020/05/todays-javascript-from-an-outsiders-perspective/
2•downbad_•48m ago•0 comments

Weather Spotter's Field Guide (Skywarn Spotter) [pdf]

https://www.weather.gov/media/owlie/SGJune6-11(1).pdf
2•tithe•49m ago•0 comments

The Model Writes, the Judge Measures: Anatomy of an LLM Judge

https://xinfer.ai/home/md/the-model-writes-the-judge-measures
1•samwen2026•52m ago•0 comments

New Jersey governor signs law banning surveillance pricing to protect shoppers

https://www.theguardian.com/us-news/2026/jul/26/new-jersey-surveillance-pricing-ban
9•rectang•52m ago•1 comments

How I built a debugging tool, and the agent, using it, found bugs in it

1•vladimir_si•1h ago•0 comments

Will AI Bring Power to the People

https://kevinhu92.substack.com/p/will-ai-bring-power-to-the-people
1•oldgun•1h ago•2 comments

He Was Right About AI. What About the Fate of Mankind?

https://nymag.com/intelligencer/article/hans-moravec-interview.html
3•failingforward•1h ago•2 comments

Big Firms Are Starting to Hire Again, Defying Predictions of AI Wipeout

https://www.wsj.com/business/big-companies-are-starting-to-hire-again-defying-predictions-of-ai-w...
7•mudil•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•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.